LibreOffice Module lotuswordpro (master) 1
Public Member Functions | List of all members
LwpFormulaOp Class Reference

#include <lwptblformula.hxx>

Inheritance diagram for LwpFormulaOp:
[legend]
Collaboration diagram for LwpFormulaOp:
[legend]

Public Member Functions

 LwpFormulaOp (sal_uInt16 nTokenType)
 
virtual OUString ToString (LwpTableLayout *pCellsMap) override
 Convert the formula in operators to a 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
 

Detailed Description

Definition at line 185 of file lwptblformula.hxx.

Constructor & Destructor Documentation

◆ LwpFormulaOp()

LwpFormulaOp::LwpFormulaOp ( sal_uInt16  nTokenType)
inlineexplicit

Definition at line 188 of file lwptblformula.hxx.

Member Function Documentation

◆ ToString()

OUString LwpFormulaOp::ToString ( LwpTableLayout pCellsMap)
overridevirtual

Convert the formula in operators to a string : e.g.

1+2+3

Reimplemented from LwpFormulaFunc.

Definition at line 447 of file lwptblformula.cxx.

References LwpFormulaTools::GetName(), LwpFormulaFunc::m_aArgs, and LwpFormulaFunc::m_nTokenType.


The documentation for this class was generated from the following files: