/headers/OfficeImport/EBState.h

gehe zur Dokumentation dieser Datei
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 "NSObject.h"
00008 
00009 @class EDResources, EDWorkbook;
00010 
00011 @interface EBState : NSObject
00012 {
00013     struct XlLinkTable *mXlLinkTable;
00014     struct XlNameTable *mXlNameTable;
00015     struct ChVector<OcText> *mSheetNames;
00016     struct XlFormulaProcessor *mXlFormulaProcessor;
00017     unsigned int mCurrentSheetIndex;
00018     EDWorkbook *mWorkbook;
00019     EDResources *mResources;
00020 }
00021 
00022 - (id)init;
00023 - (void)dealloc;
00024 - (struct XlLinkTable *)xlLinkTable;
00025 - (struct XlNameTable *)xlNameTable;
00026 - (struct ChVector<OcText> *)sheetNames;
00027 - (struct XlFormulaProcessor *)xlFormulaProcessor;
00028 - (id)workbook;
00029 - (void)setWorkbook:(id)fp8;
00030 - (id)resources;
00031 - (void)setResources:(id)fp8;
00032 - (unsigned int)currentSheetIndex;
00033 - (void)setCurrentSheetIndex:(unsigned int)fp8;
00034 
00035 @end
00036