LibreOffice Module sw (master) 1
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwXTableColumns Class Referencefinal

#include <unotbl.hxx>

Inheritance diagram for SwXTableColumns:
[legend]
Collaboration diagram for SwXTableColumns:
[legend]

Classes

class  Impl
 

Public Member Functions

 SwXTableColumns (SwFrameFormat &rFrameFormat)
 
virtual sal_Int32 SAL_CALL getCount () override
 
virtual css::uno::Any SAL_CALL getByIndex (sal_Int32 nIndex) override
 
virtual css::uno::Type SAL_CALL getElementType () override
 
virtual sal_Bool SAL_CALL hasElements () override
 
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 OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Member Functions

SwFrameFormatGetFrameFormat () const
 
virtual ~SwXTableColumns () override
 

Private Attributes

::sw::UnoImplPtr< Implm_pImpl
 

Detailed Description

Definition at line 448 of file unotbl.hxx.

Constructor & Destructor Documentation

◆ ~SwXTableColumns()

SwXTableColumns::~SwXTableColumns ( )
overrideprivatevirtual

Definition at line 3990 of file unotbl.cxx.

◆ SwXTableColumns()

SwXTableColumns::SwXTableColumns ( SwFrameFormat rFrameFormat)

Definition at line 3986 of file unotbl.cxx.

Member Function Documentation

◆ getByIndex()

uno::Any SwXTableColumns::getByIndex ( sal_Int32  nIndex)
overridevirtual

Definition at line 4010 of file unotbl.cxx.

References getCount(), and nIndex.

◆ getCount()

sal_Int32 SwXTableColumns::getCount ( )
overridevirtual

◆ getElementType()

uno::Type SAL_CALL SwXTableColumns::getElementType ( )
overridevirtual

Definition at line 4018 of file unotbl.cxx.

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

◆ GetFrameFormat()

SwFrameFormat * SwXTableColumns::GetFrameFormat ( ) const
private

Definition at line 3993 of file unotbl.cxx.

References m_pImpl.

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

◆ getImplementationName()

OUString SwXTableColumns::getImplementationName ( )
overridevirtual

Definition at line 3976 of file unotbl.cxx.

◆ getSupportedServiceNames()

uno::Sequence< OUString > SwXTableColumns::getSupportedServiceNames ( )
overridevirtual

Definition at line 3982 of file unotbl.cxx.

◆ hasElements()

sal_Bool SwXTableColumns::hasElements ( )
overridevirtual

Definition at line 4023 of file unotbl.cxx.

References GetFrameFormat().

◆ insertByIndex()

void SwXTableColumns::insertByIndex ( sal_Int32  nIndex,
sal_Int32  nCount 
)
overridevirtual

◆ removeByIndex()

void SwXTableColumns::removeByIndex ( sal_Int32  nIndex,
sal_Int32  nCount 
)
overridevirtual

◆ supportsService()

sal_Bool SwXTableColumns::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 3979 of file unotbl.cxx.

References cppu::supportsService().

Member Data Documentation

◆ m_pImpl

::sw::UnoImplPtr<Impl> SwXTableColumns::m_pImpl
private

Definition at line 456 of file unotbl.hxx.

Referenced by GetFrameFormat().


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