LibreOffice Module svx (master) 1
Public Member Functions | Private Attributes | List of all members
sdr::table::TableRows Class Reference

#include <tablerows.hxx>

Inheritance diagram for sdr::table::TableRows:
[legend]
Collaboration diagram for sdr::table::TableRows:
[legend]

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
 

Detailed Description

Definition at line 30 of file tablerows.hxx.

Constructor & Destructor Documentation

◆ TableRows()

sdr::table::TableRows::TableRows ( TableModelRef  xTableModel)
explicit

Definition at line 37 of file tablerows.cxx.

◆ ~TableRows()

sdr::table::TableRows::~TableRows ( )
overridevirtual

Definition at line 43 of file tablerows.cxx.

References dispose().

Member Function Documentation

◆ dispose()

void sdr::table::TableRows::dispose ( void  )

Definition at line 49 of file tablerows.cxx.

References mxTableModel.

Referenced by ~TableRows().

◆ getByIndex()

Any SAL_CALL sdr::table::TableRows::getByIndex ( sal_Int32  Index)
overridevirtual

Definition at line 89 of file tablerows.cxx.

References Any, mxTableModel, and throwIfDisposed().

◆ getCount()

sal_Int32 SAL_CALL sdr::table::TableRows::getCount ( )
overridevirtual

Definition at line 82 of file tablerows.cxx.

References mxTableModel, and throwIfDisposed().

◆ getElementType()

Type SAL_CALL sdr::table::TableRows::getElementType ( )
overridevirtual

Definition at line 99 of file tablerows.cxx.

References cppu::UnoType< typename T >::get(), and throwIfDisposed().

◆ hasElements()

sal_Bool SAL_CALL sdr::table::TableRows::hasElements ( )
overridevirtual

Definition at line 106 of file tablerows.cxx.

References mxTableModel, and throwIfDisposed().

◆ insertByIndex()

void SAL_CALL sdr::table::TableRows::insertByIndex ( sal_Int32  nIndex,
sal_Int32  nCount 
)
overridevirtual

Definition at line 65 of file tablerows.cxx.

References mxTableModel, nCount, nIndex, and throwIfDisposed().

◆ removeByIndex()

void SAL_CALL sdr::table::TableRows::removeByIndex ( sal_Int32  nIndex,
sal_Int32  nCount 
)
overridevirtual

Definition at line 72 of file tablerows.cxx.

References mxTableModel, nCount, nIndex, and throwIfDisposed().

◆ throwIfDisposed()

void sdr::table::TableRows::throwIfDisposed ( ) const
Exceptions
css::uno::RuntimeException

Definition at line 55 of file tablerows.cxx.

References mxTableModel.

Referenced by getByIndex(), getCount(), getElementType(), hasElements(), insertByIndex(), and removeByIndex().

Member Data Documentation

◆ mxTableModel

TableModelRef sdr::table::TableRows::mxTableModel
private

The documentation for this class was generated from the following files: