LibreOffice Module sc (master)
1
|
#include <types.hxx>
Public Member Functions | |
RangeMatrix () | |
bool | isRangeValid () const |
Public Attributes | |
ScMatrixRef | mpMat |
sal_Int32 | mnCol1 |
sal_Int32 | mnRow1 |
sal_Int32 | mnTab1 |
sal_Int32 | mnCol2 |
sal_Int32 | mnRow2 |
sal_Int32 | mnTab2 |
bool sc::RangeMatrix::isRangeValid | ( | ) | const |
sal_Int32 sc::RangeMatrix::mnCol1 |
Definition at line 86 of file types.hxx.
Referenced by ScInterpreter::CompareMat(), isRangeValid(), and ScMatrixRangeToken::ScMatrixRangeToken().
sal_Int32 sc::RangeMatrix::mnCol2 |
Definition at line 89 of file types.hxx.
Referenced by ScInterpreter::CompareMat(), isRangeValid(), and ScMatrixRangeToken::ScMatrixRangeToken().
sal_Int32 sc::RangeMatrix::mnRow1 |
Definition at line 87 of file types.hxx.
Referenced by ScInterpreter::CompareMat(), isRangeValid(), and ScMatrixRangeToken::ScMatrixRangeToken().
sal_Int32 sc::RangeMatrix::mnRow2 |
Definition at line 90 of file types.hxx.
Referenced by ScInterpreter::CompareMat(), isRangeValid(), and ScMatrixRangeToken::ScMatrixRangeToken().
sal_Int32 sc::RangeMatrix::mnTab1 |
Definition at line 88 of file types.hxx.
Referenced by ScInterpreter::CompareMat(), isRangeValid(), and ScMatrixRangeToken::ScMatrixRangeToken().
sal_Int32 sc::RangeMatrix::mnTab2 |
Definition at line 91 of file types.hxx.
Referenced by ScInterpreter::CompareMat(), isRangeValid(), and ScMatrixRangeToken::ScMatrixRangeToken().
ScMatrixRef sc::RangeMatrix::mpMat |
Definition at line 85 of file types.hxx.
Referenced by ScInterpreter::CompareMat(), ScInterpreter::GetRangeMatrix(), ScInterpreter::ScEqual(), ScInterpreter::ScGreater(), ScInterpreter::ScGreaterEqual(), ScInterpreter::ScLess(), ScInterpreter::ScLessEqual(), and ScInterpreter::ScNotEqual().