Home
last modified time | relevance | path

Searched refs:XclImpFormulaCompiler (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sc/source/filter/excel/
H A Dxiformula.cxx99 XclImpFormulaCompiler::XclImpFormulaCompiler( const XclImpRoot& rRoot ) : in XclImpFormulaCompiler() function in XclImpFormulaCompiler
105 XclImpFormulaCompiler::~XclImpFormulaCompiler() in ~XclImpFormulaCompiler()
109 void XclImpFormulaCompiler::CreateRangeList( in CreateRangeList()
116 const ScTokenArray* XclImpFormulaCompiler::CreateFormula( in CreateFormula()
H A Dxiroot.cxx66 mrImpData.mxFmlaComp.reset( new XclImpFormulaCompiler( GetRoot() ) ); in XclImpRoot()
135 XclImpFormulaCompiler& XclImpRoot::GetFormulaCompiler() const in GetFormulaCompiler()
/aoo4110/main/sc/source/filter/inc/
H A Dxiformula.hxx36 class XclImpFormulaCompiler : protected XclImpRoot class
39 explicit XclImpFormulaCompiler( const XclImpRoot& rRoot );
40 virtual ~XclImpFormulaCompiler();
H A Dxiroot.hxx39 class XclImpFormulaCompiler;
68 typedef ScfRef< XclImpFormulaCompiler > XclImpFmlaCompRef;
146 XclImpFormulaCompiler& GetFormulaCompiler() const;

Completed in 17 milliseconds