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 ECMappingContext, EDProcessors, EDResources, EPTokenConverter, NSMutableArray, NSString, OADDrawingGroup, OADTheme, OCDSummary; 00010 00011 @interface EDWorkbook : NSObject 00012 { 00013 EDResources *mResources; 00014 NSMutableArray *mOtherResources; 00015 EDProcessors *mProcessors; 00016 ECMappingContext *mMappingContext; 00017 EPTokenConverter *mCachedTokenConverter; 00018 EPTokenConverter *mCachedUnsupportedTokenConverter; 00019 NSString *mFileName; 00020 NSMutableArray *mSheets; 00021 unsigned int mDateBase; 00022 OADDrawingGroup *mDrawingGroup; 00023 OADTheme *mTheme; 00024 OCDSummary *mSummary; 00025 } 00026 00027 - (id)init; 00028 - (id)initWithStringOptimization:(_Bool)fp8; 00029 - (id)initWithFileName:(id)fp8; 00030 - (void)dealloc; 00031 - (id)resources; 00032 - (void)addOtherResources:(id)fp8; 00033 - (id)workbookName; 00034 - (id)fileName; 00035 - (unsigned int)dateBase; 00036 - (void)setDateBase:(unsigned int)fp8; 00037 - (unsigned int)sheetCount; 00038 - (id)sheetAtIndex:(unsigned int)fp8; 00039 - (unsigned int)indexOfSheet:(id)fp8; 00040 - (unsigned int)indexOfSheetWithName:(id)fp8; 00041 - (void)addSheet:(id)fp8; 00042 - (void)insertSheet:(id)fp8 atIndex:(unsigned int)fp12; 00043 - (id)mappingContext; 00044 - (void)setMappingContext:(id)fp8; 00045 - (id)processors; 00046 - (void)applyProcessors; 00047 - (id)drawingGroup; 00048 - (id)theme; 00049 - (id)summary; 00050 00051 @end 00052