|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwptblformula.hxx>
Public Member Functions | |
| LwpFormulaUnaryOp (sal_uInt16 nTokenType) | |
| virtual OUString | ToString (LwpTableLayout *pCellsMap) override |
| convert the formula in unary operators into string : e.g. More... | |
Public Member Functions inherited from LwpFormulaFunc | |
| LwpFormulaFunc (sal_uInt16 nTokenType) | |
| virtual | ~LwpFormulaFunc () override |
| void | AddArg (std::unique_ptr< LwpFormulaArg > pArg) |
| virtual OUString | ToString (LwpTableLayout *pCellsMap) override |
| Convert the function to a formula string. More... | |
| OUString | ToArgString (LwpTableLayout *pCellsMap) override |
| Convert the functions to a string, which is an argument of other formula. More... | |
Public Member Functions inherited from LwpFormulaArg | |
| virtual | ~LwpFormulaArg ()=0 |
| virtual OUString | ToString (LwpTableLayout *pCellsMap)=0 |
| virtual OUString | ToArgString (LwpTableLayout *pCellsMap) |
Additional Inherited Members | |
Protected Attributes inherited from LwpFormulaFunc | |
| std::vector< std::unique_ptr< LwpFormulaArg > > | m_aArgs |
| sal_uInt16 | m_nTokenType |
Definition at line 192 of file lwptblformula.hxx.
|
inlineexplicit |
Definition at line 195 of file lwptblformula.hxx.
|
overridevirtual |
convert the formula in unary operators into string : e.g.
-2
Reimplemented from LwpFormulaFunc.
Definition at line 468 of file lwptblformula.cxx.
References LwpFormulaTools::GetName(), LwpFormulaFunc::m_aArgs, and LwpFormulaFunc::m_nTokenType.