00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/EBGraphic.h>
00008
00009 @interface EBGraphic (Private)
00010 + (void)writeChartGlobals:(id)fp8 state:(id)fp12;
00011 + (void)copyBinary:(unsigned int)fp8 size:(unsigned int)fp12 owner:(int)fp16 to:(id)fp20 state:(id)fp24;
00012 + (id)readMainGraphicWithState:(id)fp8;
00013 + (int)objectTypeForShape:(id)fp8;
00014 - (id)init;
00015 - (void)dealloc;
00016 - (id)readGraphicWithState:(id)fp8;
00017 - (void)readNotes:(id)fp8;
00018 @end
00019