00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import <OfficeImport/EBState.h> 00008 00009 @class ECColumnWidthConvertor, EDSheet, OABState; 00010 00011 @interface EBReaderState : EBState 00012 { 00013 struct XlBinaryReader *mXlReader; 00014 struct XlSheetInfoTable *mXlSheetInfoTable; 00015 EDSheet *mCurrentSheet; 00016 ECColumnWidthConvertor *mColumnWidthConvertor; 00017 unsigned int mTotalCellsWithContentCount; 00018 OABState *mOAState; 00019 } 00020 00021 - (id)initWithXlReader:(struct XlBinaryReader *)fp8; 00022 - (void)dealloc; 00023 - (struct XlBinaryReader *)xlReader; 00024 - (void)setXlReader:(struct XlBinaryReader *)fp8; 00025 - (void)readGlobalXlObjects; 00026 - (struct XlSheetInfoTable *)xlSheetInfoTable; 00027 - (id)currentSheet; 00028 - (void)setCurrentSheet:(id)fp8; 00029 - (id)columnWidthConvertor; 00030 - (void)incrementCellWithContentCount; 00031 - (id)oaState; 00032 00033 @end 00034