LibreOffice Module lotuswordpro (master) 1
|
#include <lwptblformula.hxx>
Static Public Member Functions | |
static OUString | GetName (sal_uInt16 nTokenType) |
Get token name. More... | |
static OUString | GetCellAddr (sal_Int16 nRow, sal_Int16 nCol, LwpTableLayout *pCellsMap) |
Get cell address in String. More... | |
Definition at line 117 of file lwptblformula.hxx.
|
static |
Get cell address in String.
Definition at line 561 of file lwptblformula.cxx.
References XFCell::GetCellName(), and LwpTableLayout::GetCellsMap().
Referenced by LwpFormulaCellAddr::ToString(), and LwpFormulaCellRangeAddr::ToString().
|
static |
Get token name.
Definition at line 486 of file lwptblformula.cxx.
References aName, TK_ADD, TK_AND, TK_AVERAGE, TK_COUNT, TK_DIVIDE, TK_EQUAL, TK_GREATER, TK_GREATER_OR_EQUAL, TK_IF, TK_LESS, TK_LESS_OR_EQUAL, TK_MAXIMUM, TK_MINIMUM, TK_MULTIPLY, TK_NOT, TK_NOT_EQUAL, TK_OR, TK_SUBTRACT, TK_SUM, and TK_UNARY_MINUS.
Referenced by LwpFormulaFunc::ToString(), LwpFormulaOp::ToString(), and LwpFormulaUnaryOp::ToString().