LibreOffice Module svx (master) 1
|
#include <cellrange.hxx>
Public Member Functions | |
CellRange (TableModelRef xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom) | |
virtual | ~CellRange () override |
virtual sal_Int32 | getLeft () override |
virtual sal_Int32 | getTop () override |
virtual sal_Int32 | getRight () override |
virtual sal_Int32 | getBottom () override |
virtual css::uno::Reference< css::table::XTable > | getTable () override |
virtual css::uno::Reference< css::table::XCell > SAL_CALL | getCellByPosition (sal_Int32 nColumn, sal_Int32 nRow) override |
virtual css::uno::Reference< css::table::XCellRange > SAL_CALL | getCellRangeByPosition (sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom) override |
virtual css::uno::Reference< css::table::XCellRange > SAL_CALL | getCellRangeByName (const OUString &aRange) override |
Protected Attributes | |
TableModelRef | mxTable |
sal_Int32 | mnLeft |
sal_Int32 | mnTop |
sal_Int32 | mnRight |
sal_Int32 | mnBottom |
Definition at line 31 of file cellrange.hxx.
sdr::table::CellRange::CellRange | ( | TableModelRef | xTable, |
sal_Int32 | nLeft, | ||
sal_Int32 | nTop, | ||
sal_Int32 | nRight, | ||
sal_Int32 | nBottom | ||
) |
|
overridevirtual |
Definition at line 46 of file cellrange.cxx.
|
overridevirtual |
Definition at line 69 of file cellrange.cxx.
References mnBottom.
|
overridevirtual |
Definition at line 83 of file cellrange.cxx.
References mnLeft, mnTop, and mxTable.
Referenced by sdr::table::CellCursor::getCellByPosition().
|
overridevirtual |
Definition at line 109 of file cellrange.cxx.
Referenced by sdr::table::CellCursor::getCellRangeByName().
|
overridevirtual |
Definition at line 89 of file cellrange.cxx.
References mnBottom, mnLeft, mnRight, mnTop, and mxTable.
Referenced by sdr::table::CellCursor::getCellRangeByPosition().
|
overridevirtual |
Definition at line 54 of file cellrange.cxx.
References mnLeft.
|
overridevirtual |
Definition at line 64 of file cellrange.cxx.
References mnRight.
|
overridevirtual |
Definition at line 74 of file cellrange.cxx.
References mxTable.
|
overridevirtual |
Definition at line 59 of file cellrange.cxx.
References mnTop.
|
protected |
Definition at line 54 of file cellrange.hxx.
Referenced by getBottom(), and getCellRangeByPosition().
|
protected |
Definition at line 51 of file cellrange.hxx.
Referenced by getCellByPosition(), getCellRangeByPosition(), and getLeft().
|
protected |
Definition at line 53 of file cellrange.hxx.
Referenced by getCellRangeByPosition(), and getRight().
|
protected |
Definition at line 52 of file cellrange.hxx.
Referenced by getCellByPosition(), getCellRangeByPosition(), and getTop().
|
protected |
Definition at line 50 of file cellrange.hxx.
Referenced by getCellByPosition(), getCellRangeByPosition(), and getTable().