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

#include <lwptblformula.hxx>

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

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
 

Detailed Description

Definition at line 156 of file lwptblformula.hxx.

Constructor & Destructor Documentation

◆ LwpFormulaCellRangeAddr()

LwpFormulaCellRangeAddr::LwpFormulaCellRangeAddr ( sal_Int16  aStartCol,
sal_Int16  aStartRow,
sal_Int16  aEndCol,
sal_Int16  aEndRow 
)

Definition at line 375 of file lwptblformula.cxx.

Member Function Documentation

◆ ToString()

OUString LwpFormulaCellRangeAddr::ToString ( LwpTableLayout pCellsMap)
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.

Member Data Documentation

◆ m_aEndCol

sal_Int16 LwpFormulaCellRangeAddr::m_aEndCol
private

Definition at line 165 of file lwptblformula.hxx.

Referenced by ToString().

◆ m_aEndRow

sal_Int16 LwpFormulaCellRangeAddr::m_aEndRow
private

Definition at line 166 of file lwptblformula.hxx.

Referenced by ToString().

◆ m_aStartCol

sal_Int16 LwpFormulaCellRangeAddr::m_aStartCol
private

Definition at line 163 of file lwptblformula.hxx.

Referenced by ToString().

◆ m_aStartRow

sal_Int16 LwpFormulaCellRangeAddr::m_aStartRow
private

Definition at line 164 of file lwptblformula.hxx.

Referenced by ToString().


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