LibreOffice Module svx (master) 1
|
#include <tablerows.hxx>
Public Member Functions | |
TableRows (TableModelRef xTableModel) | |
virtual | ~TableRows () override |
void | dispose () |
void | throwIfDisposed () const |
virtual void SAL_CALL | insertByIndex (sal_Int32 nIndex, sal_Int32 nCount) override |
virtual void SAL_CALL | removeByIndex (sal_Int32 nIndex, sal_Int32 nCount) override |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 Index) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
Public Member Functions inherited from cppu::WeakAggImplHelper1< css::table::XTableRows > | |
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_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT 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 |
Public Member Functions inherited from cppu::OWeakAggObject | |
OWeakAggObject () | |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
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 |
Public Member Functions inherited from cppu::OWeakObject | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Private Attributes | |
TableModelRef | mxTableModel |
Additional Inherited Members | |
Protected Member Functions inherited from cppu::OWeakAggObject | |
virtual | ~OWeakAggObject () SAL_OVERRIDE |
Protected Member Functions inherited from cppu::OWeakObject | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Protected Attributes inherited from cppu::OWeakAggObject | |
css::uno::WeakReferenceHelper | xDelegator |
Protected Attributes inherited from cppu::OWeakObject | |
oslInterlockedCount | m_refCount |
Definition at line 30 of file tablerows.hxx.
|
explicit |
Definition at line 37 of file tablerows.cxx.
|
overridevirtual |
Definition at line 43 of file tablerows.cxx.
References dispose().
void sdr::table::TableRows::dispose | ( | void | ) |
|
overridevirtual |
Definition at line 89 of file tablerows.cxx.
References Any, mxTableModel, and throwIfDisposed().
|
overridevirtual |
Definition at line 82 of file tablerows.cxx.
References mxTableModel, and throwIfDisposed().
|
overridevirtual |
Definition at line 99 of file tablerows.cxx.
References cppu::UnoType< typename T >::get(), and throwIfDisposed().
|
overridevirtual |
Definition at line 106 of file tablerows.cxx.
References mxTableModel, and throwIfDisposed().
|
overridevirtual |
Definition at line 65 of file tablerows.cxx.
References mxTableModel, nCount, nIndex, and throwIfDisposed().
|
overridevirtual |
Definition at line 72 of file tablerows.cxx.
References mxTableModel, nCount, nIndex, and throwIfDisposed().
void sdr::table::TableRows::throwIfDisposed | ( | ) | const |
css::uno::RuntimeException |
Definition at line 55 of file tablerows.cxx.
References mxTableModel.
Referenced by getByIndex(), getCount(), getElementType(), hasElements(), insertByIndex(), and removeByIndex().
|
private |
Definition at line 53 of file tablerows.hxx.
Referenced by dispose(), getByIndex(), getCount(), hasElements(), insertByIndex(), removeByIndex(), and throwIfDisposed().