00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/EPStyleFlattener.h>
00008
00009 @class EDTable;
00010
00011 @interface EPTableStyleFlattener : EPStyleFlattener
00012 {
00013 EDTable *mTable;
00014 unsigned int mHeaderRowCount;
00015 unsigned int mTotalsRowCount;
00016 }
00017
00018 - (_Bool)isObjectSupported:(id)fp8;
00019 - (id)collectionFromWorksheet:(id)fp8;
00020 - (id)styleFromObject:(id)fp8;
00021 - (id)extractGlobalStyleElements:(id)fp8;
00022 - (id)extractRowStyleElements:(id)fp8 parentScope:(id)fp12 row:(int)fp16;
00023 - (id)extractCellStyleElements:(id)fp8 parentScope:(id)fp12 row:(int)fp16 column:(int)fp20;
00024 - (id)keysInTheOrderTheyShouldBeApplied;
00025 - (int)borderFlagsForStyleType:(int)fp8 row:(int)fp12 column:(int)fp16;
00026 - (void)cacheSizes:(id)fp8 inObject:(id)fp12;
00027 - (void)clearCache;
00028
00029 @end
00030