/headers/OfficeImport/EPTokenConverter.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/EDProcessor.h>
00008 
00009 @class EDFormula;
00010 
00011 @interface EPTokenConverter : EDProcessor
00012 {
00013     struct XlFormulaProcessor *mXlFormulaProcessor;
00014     struct XlNameTable *mXlNameTable;
00015     struct ChVector<OcText> *mSheetNames;
00016     struct XlLinkTable *mXlLinkTable;
00017     EDFormula *mFormula;
00018 }
00019 
00020 + (id)tokenConverter;
00021 + (id)tokenConverter:(id)fp8;
00022 - (id)init;
00023 - (void)dealloc;
00024 - (_Bool)isObjectSupported:(id)fp8;
00025 - (void)applyProcessorToObject:(id)fp8 withWorkbook:(id)fp12;
00026 - (id)formulaStringFromTokens:(id)fp8 workbook:(id)fp12 lassoSyntax:(_Bool)fp16;
00027 - (struct XlFormulaProcessor *)formulaProcessor;
00028 - (void)refreshResources:(id)fp8;
00029 
00030 @end
00031