00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/EPTokenCleaner.h>
00008
00009 @interface EPTokenCleaner (Private)
00010 - (id)cleanTokens:(id)fp8;
00011 - (_Bool)cleanToken:(struct XlPtg *)fp8 xlPtgs:(struct ChVector<XlPtg*> *)fp12 current:(unsigned int)fp16;
00012 - (int)columnFlags:(int)fp8;
00013 - (int)removeColumnFlags:(int)fp8;
00014 - (_Bool)isRowReference:(int)fp8 columnMax:(int)fp12;
00015 - (_Bool)isColumnReference:(int)fp8 rowMax:(int)fp12;
00016 - (_Bool)isReferenceValidInLassoForRow:(int)fp8 column:(int)fp12;
00017 - (_Bool)isReferenceValidForSheet:(id)fp8 rowMin:(int)fp12 rowMax:(int)fp16 columnMin:(int)fp20 columnMax:(int)fp24;
00018 - (_Bool)isThereContentOutsideOfLassoBoundsForSheet:(id)fp8 rowMin:(int)fp12 rowMax:(int)fp16 columnMin:(int)fp20 columnMax:(int)fp24;
00019 - (void)updateSheet:(id)fp8 row:(int)fp12 column:(int)fp16;
00020 - (void)updateSheet:(id)fp8 rowMin:(int)fp12 rowMax:(int *)fp16 columnMin:(int)fp20 columnMax:(int *)fp24;
00021 - (_Bool)cleanArray:(struct XlPtg *)fp8;
00022 - (_Bool)cleanRef:(struct XlPtg *)fp8;
00023 - (_Bool)cleanArea:(struct XlPtg *)fp8;
00024 - (_Bool)cleanRef3D:(struct XlPtg *)fp8;
00025 - (_Bool)cleanArea3D:(struct XlPtg *)fp8;
00026 - (_Bool)cleanName:(struct XlPtg *)fp8 xlPtgs:(struct ChVector<XlPtg*> *)fp12 current:(unsigned int)fp16;
00027 - (_Bool)cleanNameX:(struct XlPtg *)fp8 xlPtgs:(struct ChVector<XlPtg*> *)fp12 current:(unsigned int)fp16;
00028 - (_Bool)cleanFunc:(struct XlPtg *)fp8;
00029 - (_Bool)cleanFuncVar:(struct XlPtg *)fp8;
00030 - (void)prepareForCopyingTokens:(struct ChVector<XlPtg*> *)fp8 current:(unsigned int)fp12;
00031 - (void)copyToCleanedTokens:(struct XlPtg *)fp8;
00032 - (_Bool)isLinkReferenceIndexSupported:(unsigned int)fp8 allowExternal:(_Bool)fp12;
00033 - (id)worksheetFromLinkReferenceIndex:(unsigned int)fp8;
00034 - (_Bool)cleanName:(struct XlPtg *)fp8 nameIndex:(unsigned int)fp12 sheetIndex:(unsigned int)fp16 xlPtgs:(struct ChVector<XlPtg*> *)fp20 current:(unsigned int)fp24;
00035 - (_Bool)checkFunctionId:(int)fp8;
00036 - (_Bool)checkSupportedAddInName:(id)fp8 externalLink:(_Bool)fp12;
00037 - (void)updateWorksheet:(id)fp8 row:(int)fp12 column:(int)fp16 inDictionary:(id)fp20;
00038 - (void)applyMaxCellsInName:(id)fp8;
00039 - (id)reportWarning:(id)fp8;
00040 - (id)reportWarning:(id)fp8 parameter:(id)fp12;
00041 @end
00042