Home
last modified time | relevance | path

Searched refs:XclExpFormulaCompiler (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sc/source/filter/inc/
H A Dxeformula.hxx53 class XclExpFormulaCompiler : protected XclExpRoot class
56 explicit XclExpFormulaCompiler( const XclExpRoot& rRoot );
57 virtual ~XclExpFormulaCompiler();
H A Dxeroot.hxx44 class XclExpFormulaCompiler;
62 typedef ScfRef< XclExpFormulaCompiler > XclExpFmlaCompRef;
118 XclExpFormulaCompiler& GetFormulaCompiler() const;
/AOO42X/main/sc/source/filter/excel/
H A Dxeformula.cxx2584 XclExpFormulaCompiler::XclExpFormulaCompiler( const XclExpRoot& rRoot ) : in XclExpFormulaCompiler() function in XclExpFormulaCompiler
2590 XclExpFormulaCompiler::~XclExpFormulaCompiler() in ~XclExpFormulaCompiler()
2594 XclTokenArrayRef XclExpFormulaCompiler::CreateFormula( in CreateFormula()
2601 XclTokenArrayRef XclExpFormulaCompiler::CreateFormula( XclFormulaType eType, const ScAddress& rScPo… in CreateFormula()
2608 XclTokenArrayRef XclExpFormulaCompiler::CreateFormula( XclFormulaType eType, const ScRange& rScRang… in CreateFormula()
2615 XclTokenArrayRef XclExpFormulaCompiler::CreateFormula( XclFormulaType eType, const ScRangeList& rSc… in CreateFormula()
2633 XclTokenArrayRef XclExpFormulaCompiler::CreateErrorFormula( sal_uInt8 nErrCode ) in CreateErrorFormula()
2638 XclTokenArrayRef XclExpFormulaCompiler::CreateSpecialRefFormula( in CreateSpecialRefFormula()
2644 XclTokenArrayRef XclExpFormulaCompiler::CreateNameXFormula( in CreateNameXFormula()
H A Dxeroot.cxx89 XclExpFormulaCompiler& XclExpRoot::GetFormulaCompiler() const in GetFormulaCompiler()
171 mrExpData.mxFmlaComp.reset( new XclExpFormulaCompiler( GetRoot() ) ); in InitializeConvert()
H A Dxecontent.cxx687 XclExpFormulaCompiler& rFmlaComp = GetFormulaCompiler(); in XclExpCFImpl()
1040 XclExpFormulaCompiler& rFmlaComp = GetFormulaCompiler(); in XclExpDV()
1438 XclExpFormulaCompiler& rFmlaComp = rRoot.GetFormulaCompiler(); in XclExpWebQueryBuffer()
H A Dxetable.cxx352 XclExpFormulaCompiler& rFmlaComp = rRoot.GetFormulaCompiler(); in CreateCellTokenArray()