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 EDFormula, EDName, EDResources, EDSheet, EDTokens, EDWorkbook, SFUPointerKeyDictionary; 00010 00011 @interface EPTokenCleaner : EDProcessor 00012 { 00013 EDWorkbook *mWorkbook; 00014 EDResources *mResources; 00015 EDSheet *mCurrentSheet; 00016 EDFormula *mFormula; 00017 EDName *mParentName; 00018 _Bool mCopying; 00019 EDTokens *mCopiedTokens; 00020 SFUPointerKeyDictionary *mContentOutOfLassoBoundsCache; 00021 } 00022 00023 + (id)tokenCleaner; 00024 - (void)dealloc; 00025 - (_Bool)isObjectSupported:(id)fp8; 00026 - (void)applyProcessorToObject:(id)fp8 withWorkbook:(id)fp12; 00027 - (id)cleanTokens:(id)fp8 currentSheet:(id)fp12 workbook:(id)fp16; 00028 00029 @end 00030