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

#include <unoidxcoll.hxx>

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

Public Member Functions

 SwXDocumentIndexes (SwDoc *const pDoc)
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &rServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual css::uno::Type SAL_CALL getElementType () override
 
virtual sal_Bool SAL_CALL hasElements () override
 
virtual sal_Int32 SAL_CALL getCount () override
 
virtual css::uno::Any SAL_CALL getByIndex (sal_Int32 nIndex) override
 
virtual css::uno::Any SAL_CALL getByName (const OUString &rName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getElementNames () override
 
virtual sal_Bool SAL_CALL hasByName (const OUString &rName) override
 
- Public Member Functions inherited from SwUnoCollection
 SwUnoCollection (SwDoc *p)
 
virtual ~SwUnoCollection ()
 
virtual void Invalidate ()
 
bool IsValid () const
 
SwDocGetDoc () const
 

Private Member Functions

virtual ~SwXDocumentIndexes () override
 

Detailed Description

Definition at line 24 of file unoidxcoll.hxx.

Constructor & Destructor Documentation

◆ ~SwXDocumentIndexes()

SwXDocumentIndexes::~SwXDocumentIndexes ( )
overrideprivatevirtual

Definition at line 2315 of file unoidx.cxx.

◆ SwXDocumentIndexes()

SwXDocumentIndexes::SwXDocumentIndexes ( SwDoc *const  pDoc)

Definition at line 2310 of file unoidx.cxx.

Member Function Documentation

◆ getByIndex()

uno::Any SAL_CALL SwXDocumentIndexes::getByIndex ( sal_Int32  nIndex)
overridevirtual

◆ getByName()

uno::Any SAL_CALL SwXDocumentIndexes::getByName ( const OUString &  rName)
overridevirtual

◆ getCount()

sal_Int32 SAL_CALL SwXDocumentIndexes::getCount ( )
overridevirtual

◆ getElementNames()

uno::Sequence< OUString > SAL_CALL SwXDocumentIndexes::getElementNames ( )
overridevirtual

◆ getElementType()

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

Definition at line 2477 of file unoidx.cxx.

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

◆ getImplementationName()

OUString SAL_CALL SwXDocumentIndexes::getImplementationName ( )
overridevirtual

Definition at line 2320 of file unoidx.cxx.

◆ getSupportedServiceNames()

uno::Sequence< OUString > SAL_CALL SwXDocumentIndexes::getSupportedServiceNames ( )
overridevirtual

Definition at line 2331 of file unoidx.cxx.

◆ hasByName()

sal_Bool SAL_CALL SwXDocumentIndexes::hasByName ( const OUString &  rName)
overridevirtual

◆ hasElements()

sal_Bool SAL_CALL SwXDocumentIndexes::hasElements ( )
overridevirtual

Definition at line 2483 of file unoidx.cxx.

References getCount().

◆ supportsService()

sal_Bool SAL_CALL SwXDocumentIndexes::supportsService ( const OUString &  rServiceName)
overridevirtual

Definition at line 2325 of file unoidx.cxx.

References cppu::supportsService().


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