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

#include <lwptblformula.hxx>

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

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
 

Detailed Description

Definition at line 142 of file lwptblformula.hxx.

Constructor & Destructor Documentation

◆ LwpFormulaCellAddr()

LwpFormulaCellAddr::LwpFormulaCellAddr ( sal_Int16  aCol,
sal_Int16  aRow 
)

Definition at line 364 of file lwptblformula.cxx.

Member Function Documentation

◆ GetCol()

sal_Int16 LwpFormulaCellAddr::GetCol ( ) const
inline

Definition at line 147 of file lwptblformula.hxx.

References m_aCol.

◆ GetRow()

sal_Int16 LwpFormulaCellAddr::GetRow ( ) const
inline

Definition at line 148 of file lwptblformula.hxx.

References m_aRow.

◆ ToString()

OUString LwpFormulaCellAddr::ToString ( LwpTableLayout pCellsMap)
overridevirtual

Implements LwpFormulaArg.

Definition at line 369 of file lwptblformula.cxx.

References LwpFormulaTools::GetCellAddr(), m_aCol, and m_aRow.

Member Data Documentation

◆ m_aCol

sal_Int16 LwpFormulaCellAddr::m_aCol
private

Definition at line 152 of file lwptblformula.hxx.

Referenced by GetCol(), and ToString().

◆ m_aRow

sal_Int16 LwpFormulaCellAddr::m_aRow
private

Definition at line 153 of file lwptblformula.hxx.

Referenced by GetRow(), and ToString().


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