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/EDProcessor.h> 00008 00009 @class EDColumnInfoCollection, EDResources, EDRows, EDWorksheet, NSArray, NSMutableArray; 00010 00011 @interface EPStyleFlattener : EDProcessor 00012 { 00013 EDResources *mResources; 00014 EDWorksheet *mWorksheet; 00015 EDRows *mRows; 00016 EDColumnInfoCollection *mColumnInfos; 00017 NSArray *mKeys; 00018 NSMutableArray *mRanges; 00019 int mFirstRow; 00020 int mLastRow; 00021 int mFirstColumn; 00022 int mLastColumn; 00023 unsigned int mFirstRowStripeSize; 00024 unsigned int mSecondRowStripeSize; 00025 unsigned int mFirstColumnStripeSize; 00026 unsigned int mSecondColumnStripeSize; 00027 } 00028 00029 - (void)dealloc; 00030 - (void)applyProcessorToObject:(id)fp8 withWorkbook:(id)fp12; 00031 00032 @end 00033