LibreOffice Module svx (master)
1
|
#include <cellrange.hxx>
Public Member Functions | |
CellRange (const 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 |
![]() | |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
![]() | |
OWeakAggObject () | |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
virtual void SAL_CALL | setDelegator (const css::uno::Reference< css::uno::XInterface > &Delegator) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryAggregation (const css::uno::Type &rType) SAL_OVERRIDE |
![]() | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Protected Attributes | |
TableModelRef | mxTable |
sal_Int32 | mnLeft |
sal_Int32 | mnTop |
sal_Int32 | mnRight |
sal_Int32 | mnBottom |
![]() | |
css::uno::WeakReferenceHelper | xDelegator |
![]() | |
oslInterlockedCount | m_refCount |
Additional Inherited Members | |
![]() | |
virtual | ~OWeakAggObject () SAL_OVERRIDE |
![]() | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
![]() | |
~ICellRange () | |
Definition at line 31 of file cellrange.hxx.
sdr::table::CellRange::CellRange | ( | const TableModelRef & | xTable, |
sal_Int32 | nLeft, | ||
sal_Int32 | nTop, | ||
sal_Int32 | nRight, | ||
sal_Int32 | nBottom | ||
) |
|
overridevirtual |
Definition at line 45 of file cellrange.cxx.
|
overridevirtual |
Implements sdr::table::ICellRange.
Definition at line 68 of file cellrange.cxx.
References mnBottom.
|
overridevirtual |
Definition at line 82 of file cellrange.cxx.
References mnLeft, mnTop, and mxTable.
Referenced by sdr::table::CellCursor::getCellByPosition().
|
overridevirtual |
Definition at line 108 of file cellrange.cxx.
Referenced by sdr::table::CellCursor::getCellRangeByName().
|
overridevirtual |
Definition at line 88 of file cellrange.cxx.
References mnBottom, mnLeft, mnRight, mnTop, and mxTable.
Referenced by sdr::table::CellCursor::getCellRangeByPosition().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
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().