|
LibreOffice Module svx (master) 1
|
#include <tablecolumns.hxx>
Public Member Functions | |
| TableColumns (TableModelRef xTableModel) | |
| virtual | ~TableColumns () 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::XTableColumns > | |
| 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 31 of file tablecolumns.hxx.
|
explicit |
Definition at line 38 of file tablecolumns.cxx.
|
overridevirtual |
Definition at line 44 of file tablecolumns.cxx.
References dispose().
| void sdr::table::TableColumns::dispose | ( | void | ) |
Definition at line 50 of file tablecolumns.cxx.
References mxTableModel.
Referenced by ~TableColumns().
|
overridevirtual |
Definition at line 90 of file tablecolumns.cxx.
References Any, mxTableModel, and throwIfDisposed().
|
overridevirtual |
Definition at line 83 of file tablecolumns.cxx.
References mxTableModel, and throwIfDisposed().
|
overridevirtual |
Definition at line 104 of file tablecolumns.cxx.
References cppu::UnoType< typename T >::get(), and throwIfDisposed().
|
overridevirtual |
Definition at line 112 of file tablecolumns.cxx.
References mxTableModel, and throwIfDisposed().
|
overridevirtual |
Definition at line 66 of file tablecolumns.cxx.
References mxTableModel, nCount, nIndex, and throwIfDisposed().
|
overridevirtual |
Definition at line 73 of file tablecolumns.cxx.
References mxTableModel, nCount, nIndex, and throwIfDisposed().
| void sdr::table::TableColumns::throwIfDisposed | ( | ) | const |
| css::uno::RuntimeException |
Definition at line 56 of file tablecolumns.cxx.
References mxTableModel.
Referenced by getByIndex(), getCount(), getElementType(), hasElements(), insertByIndex(), and removeByIndex().
|
private |
Definition at line 54 of file tablecolumns.hxx.
Referenced by dispose(), getByIndex(), getCount(), hasElements(), insertByIndex(), removeByIndex(), and throwIfDisposed().