Home
last modified time | relevance | path

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

/trunk/main/oox/source/dump/
H A Ddumperbase.cxx923 FormulaStack::FormulaStack() : in FormulaStack() function in oox::dump::FormulaStack
928 void FormulaStack::pushOperand( const String& rOp, const OUString& rTokClass ) in pushOperand()
934 void FormulaStack::pushOperand( const String& rOp ) in pushOperand()
939 void FormulaStack::pushUnaryOp( const String& rLOp, const String& rROp ) in pushUnaryOp()
945 void FormulaStack::pushBinaryOp( const String& rOp ) in pushBinaryOp()
951 void FormulaStack::pushFuncOp( const String& rFunc, const OUString& rTokClass, sal_uInt8 nParamCoun… in pushFuncOp()
957 void FormulaStack::replaceOnTop( const OUString& rOld, const OUString& rNew ) in replaceOnTop()
967 const OUString& FormulaStack::getString( const StringStack& rStack ) const in getString()
973 void FormulaStack::pushUnaryOp( StringStack& rStack, const OUString& rLOp, const OUString& rROp ) in pushUnaryOp()
979 void FormulaStack::pushBinaryOp( StringStack& rStack, const OUString& rOp ) in pushBinaryOp()
[all …]
H A Dxlsbdumper.cxx370 mxStack.reset( new FormulaStack ); in implDump()
H A Dbiffdumper.cxx812 mxStack.reset( new FormulaStack ); in implDump()
/trunk/main/oox/inc/oox/dump/
H A Dxlsbdumper.hxx173 typedef ::boost::shared_ptr< FormulaStack > FormulaStackRef;
H A Dbiffdumper.hxx370 typedef ::boost::shared_ptr< FormulaStack > FormulaStackRef;
H A Ddumperbase.hxx475 class FormulaStack class
478 explicit FormulaStack();

Completed in 91 milliseconds