LibreOffice Module comphelper (master) 1
Public Member Functions | Private Attributes | List of all members
comphelper::IndexedPropertyValuesContainer Class Referencefinal

#include <indexedpropertyvalues.hxx>

Inheritance diagram for comphelper::IndexedPropertyValuesContainer:
[legend]
Collaboration diagram for comphelper::IndexedPropertyValuesContainer:
[legend]

Public Member Functions

 IndexedPropertyValuesContainer () noexcept
 
virtual void SAL_CALL insertByIndex (sal_Int32 nIndex, const css::uno::Any &aElement) override
 
virtual void SAL_CALL removeByIndex (sal_Int32 nIndex) override
 
virtual void SAL_CALL replaceByIndex (sal_Int32 nIndex, const css::uno::Any &aElement) override
 
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 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 Attributes

IndexedPropertyValues maProperties
 

Detailed Description

Definition at line 24 of file indexedpropertyvalues.hxx.

Constructor & Destructor Documentation

◆ IndexedPropertyValuesContainer()

comphelper::IndexedPropertyValuesContainer::IndexedPropertyValuesContainer ( )
noexcept

Definition at line 34 of file IndexedPropertyValuesContainer.cxx.

Member Function Documentation

◆ getByIndex()

css::uno::Any SAL_CALL comphelper::IndexedPropertyValuesContainer::getByIndex ( sal_Int32  nIndex)
overridevirtual

Definition at line 81 of file IndexedPropertyValuesContainer.cxx.

References maProperties, and nIndex.

◆ getCount()

sal_Int32 SAL_CALL comphelper::IndexedPropertyValuesContainer::getCount ( )
overridevirtual

Definition at line 76 of file IndexedPropertyValuesContainer.cxx.

References maProperties.

◆ getElementType()

css::uno::Type SAL_CALL comphelper::IndexedPropertyValuesContainer::getElementType ( )
overridevirtual

Definition at line 91 of file IndexedPropertyValuesContainer.cxx.

◆ getImplementationName()

OUString SAL_CALL comphelper::IndexedPropertyValuesContainer::getImplementationName ( )
overridevirtual

Definition at line 102 of file IndexedPropertyValuesContainer.cxx.

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > SAL_CALL comphelper::IndexedPropertyValuesContainer::getSupportedServiceNames ( )
overridevirtual

Definition at line 112 of file IndexedPropertyValuesContainer.cxx.

◆ hasElements()

sal_Bool SAL_CALL comphelper::IndexedPropertyValuesContainer::hasElements ( )
overridevirtual

Definition at line 96 of file IndexedPropertyValuesContainer.cxx.

References maProperties.

◆ insertByIndex()

void SAL_CALL comphelper::IndexedPropertyValuesContainer::insertByIndex ( sal_Int32  nIndex,
const css::uno::Any &  aElement 
)
overridevirtual

Definition at line 39 of file IndexedPropertyValuesContainer.cxx.

References maProperties, and nIndex.

◆ removeByIndex()

void SAL_CALL comphelper::IndexedPropertyValuesContainer::removeByIndex ( sal_Int32  nIndex)
overridevirtual

Definition at line 54 of file IndexedPropertyValuesContainer.cxx.

References o3tl::make_unsigned(), maProperties, and nIndex.

◆ replaceByIndex()

void SAL_CALL comphelper::IndexedPropertyValuesContainer::replaceByIndex ( sal_Int32  nIndex,
const css::uno::Any &  aElement 
)
overridevirtual

Definition at line 63 of file IndexedPropertyValuesContainer.cxx.

References maProperties, and nIndex.

◆ supportsService()

sal_Bool SAL_CALL comphelper::IndexedPropertyValuesContainer::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 107 of file IndexedPropertyValuesContainer.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ maProperties

IndexedPropertyValues comphelper::IndexedPropertyValuesContainer::maProperties
private

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