LibreOffice Module lotuswordpro (master) 1
|
#include <lwptblformula.hxx>
Public Member Functions | |
LwpFormulaCellRangeAddr (sal_Int16 aStartCol, sal_Int16 aStartRow, sal_Int16 aEndCol, sal_Int16 aEndRow) | |
virtual OUString | ToString (LwpTableLayout *pCellsMap) override |
Convert the cell range into a string. More... | |
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_aStartCol |
sal_Int16 | m_aStartRow |
sal_Int16 | m_aEndCol |
sal_Int16 | m_aEndRow |
Definition at line 156 of file lwptblformula.hxx.
LwpFormulaCellRangeAddr::LwpFormulaCellRangeAddr | ( | sal_Int16 | aStartCol, |
sal_Int16 | aStartRow, | ||
sal_Int16 | aEndCol, | ||
sal_Int16 | aEndRow | ||
) |
Definition at line 375 of file lwptblformula.cxx.
|
overridevirtual |
Convert the cell range into a string.
Implements LwpFormulaArg.
Definition at line 387 of file lwptblformula.cxx.
References LwpFormulaTools::GetCellAddr(), m_aEndCol, m_aEndRow, m_aStartCol, and m_aStartRow.
|
private |
Definition at line 165 of file lwptblformula.hxx.
Referenced by ToString().
|
private |
Definition at line 166 of file lwptblformula.hxx.
Referenced by ToString().
|
private |
Definition at line 163 of file lwptblformula.hxx.
Referenced by ToString().
|
private |
Definition at line 164 of file lwptblformula.hxx.
Referenced by ToString().