00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/EXPivotTable.h>
00008
00009 @interface EXPivotTable (Private)
00010 + (void)readStyleInfoFrom:(struct _xmlNode *)fp8 toPivotTable:(id)fp12;
00011 + (void)readLocationFrom:(struct _xmlNode *)fp8 toPivotTable:(id)fp12;
00012 + (void)readFieldsFrom:(struct _xmlNode *)fp8 toCollection:(id)fp12;
00013 + (void)readItemsFrom:(struct _xmlNode *)fp8 toCollection:(id)fp12;
00014 + (void)readPivotFieldsFrom:(struct _xmlNode *)fp8 toCollection:(id)fp12;
00015 + (void)readFieldItemsFrom:(struct _xmlNode *)fp8 toCollection:(id)fp12;
00016 + (void)readDataFieldsFrom:(struct _xmlNode *)fp8 toCollection:(id)fp12;
00017 + (void)readConditionalFormatsFrom:(struct _xmlNode *)fp8 toCollection:(id)fp12;
00018 + (void)readPivotAreasFrom:(struct _xmlNode *)fp8 toCollection:(id)fp12;
00019 + (void)readPivotAreaReferencesFrom:(struct _xmlNode *)fp8 toCollection:(id)fp12;
00020 + (void)readPageFieldsFrom:(struct _xmlNode *)fp8 toCollection:(id)fp12;
00021 + (int)edPivotItemTypeFrom:(id)fp8;
00022 + (int)edPivotFieldAxisFrom:(id)fp8;
00023 + (int)edPivotDatFieldFormatFrom:(id)fp8;
00024 + (int)edPivotConditionalFormatTypeFrom:(id)fp8;
00025 + (int)edPivotConditionalFormatScopeFrom:(id)fp8;
00026 + (int)edPivotAreaTypeFrom:(id)fp8;
00027 @end
00028