00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/EXDrawing.h>
00008
00009 @interface EXDrawing (Private)
00010 + (void)readTwoCellAnchorNode:(struct _xmlNode *)fp8 state:(id)fp12;
00011 + (void)readOneCellAnchorNode:(struct _xmlNode *)fp8 state:(id)fp12;
00012 + (void)readAbsoluteAnchorNode:(struct _xmlNode *)fp8 state:(id)fp12;
00013 + (struct EDCellAnchorMarker)readAnchorMarkerFromNode:(struct _xmlNode *)fp8;
00014 + (void)readDrawableNode:(struct _xmlNode *)fp8 anchor:(id)fp12 state:(id)fp16;
00015 + (id)readXmlChartFromOle:(id)fp8 state:(id)fp12;
00016 + (void)readClientDataFromParentNode:(struct _xmlNode *)fp8 state:(id)fp12;
00017 @end
00018