/headers/OfficeImport/EPPivotTableStyleFlattener.h

gehe zur Dokumentation dieser Datei
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 <OfficeImport/EPStyleFlattener.h>
00008 
00009 @class EDPivotTable;
00010 
00011 @interface EPPivotTableStyleFlattener : EPStyleFlattener
00012 {
00013     EDPivotTable *mPivotTable;
00014     int mFirstHeaderRow;
00015     int mFirstDataRow;
00016     int mFirstDataColumn;
00017     unsigned int mRowFieldsCount;
00018     unsigned int mColumnFieldsCount;
00019     unsigned int mPageFieldsCount;
00020 }
00021 
00022 - (_Bool)isObjectSupported:(id)fp8;
00023 - (id)collectionFromWorksheet:(id)fp8;
00024 - (id)styleFromObject:(id)fp8;
00025 - (id)extractRowStyleElements:(id)fp8 parentScope:(id)fp12 row:(int)fp16;
00026 - (id)extractCellStyleElements:(id)fp8 parentScope:(id)fp12 row:(int)fp16 column:(int)fp20;
00027 - (id)keysInTheOrderTheyShouldBeApplied;
00028 - (int)borderFlagsForStyleType:(int)fp8 row:(int)fp12 column:(int)fp16;
00029 - (void)cacheSizes:(id)fp8 inObject:(id)fp12;
00030 - (void)clearCache;
00031 
00032 @end
00033