LibreOffice Module lotuswordpro (master) 1
|
#include <lwptblformula.hxx>
Public Member Functions | |
LwpFormulaCellAddr (sal_Int16 aCol, sal_Int16 aRow) | |
sal_Int16 | GetCol () const |
sal_Int16 | GetRow () const |
virtual OUString | ToString (LwpTableLayout *pCellsMap) override |
Public Member Functions inherited from LwpFormulaArg | |
virtual | ~LwpFormulaArg ()=0 |
virtual OUString | ToString (LwpTableLayout *pCellsMap)=0 |
virtual OUString | ToArgString (LwpTableLayout *pCellsMap) |
Private Attributes | |
sal_Int16 | m_aCol |
sal_Int16 | m_aRow |
Definition at line 142 of file lwptblformula.hxx.
LwpFormulaCellAddr::LwpFormulaCellAddr | ( | sal_Int16 | aCol, |
sal_Int16 | aRow | ||
) |
Definition at line 364 of file lwptblformula.cxx.
|
inline |
Definition at line 147 of file lwptblformula.hxx.
References m_aCol.
|
inline |
Definition at line 148 of file lwptblformula.hxx.
References m_aRow.
|
overridevirtual |
Implements LwpFormulaArg.
Definition at line 369 of file lwptblformula.cxx.
References LwpFormulaTools::GetCellAddr(), m_aCol, and m_aRow.
|
private |
Definition at line 152 of file lwptblformula.hxx.
Referenced by GetCol(), and ToString().
|
private |
Definition at line 153 of file lwptblformula.hxx.
Referenced by GetRow(), and ToString().