LibreOffice Module framework (master) 1
Public Member Functions | Private Types | Private Attributes | List of all members
framework::PropertySetContainer Class Reference

#include <propertysetcontainer.hxx>

Inheritance diagram for framework::PropertySetContainer:
[legend]
Collaboration diagram for framework::PropertySetContainer:
[legend]

Public Member Functions

 PropertySetContainer ()
 
virtual ~PropertySetContainer () override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &aType) override
 
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual void SAL_CALL insertByIndex (sal_Int32 Index, const css::uno::Any &Element) override
 
virtual void SAL_CALL removeByIndex (sal_Int32 Index) override
 
virtual void SAL_CALL replaceByIndex (sal_Int32 Index, const css::uno::Any &Element) 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::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 Types

typedef std::vector< css::uno::Reference< css::beans::XPropertySet > > PropertySetVector
 

Private Attributes

PropertySetVector m_aPropertySetVector
 
std::mutex m_aMutex
 

Additional Inherited Members

- Protected Member Functions inherited from cppu::OWeakObject
virtual ~OWeakObject () COVERITY_NOEXCEPT_FALSE
 
void disposeWeakConnectionPoint ()
 
- Protected Attributes inherited from cppu::OWeakObject
oslInterlockedCount m_refCount
 

Detailed Description

Definition at line 33 of file propertysetcontainer.hxx.

Member Typedef Documentation

◆ PropertySetVector

typedef std::vector< css::uno::Reference< css::beans::XPropertySet > > framework::PropertySetContainer::PropertySetVector
private

Definition at line 67 of file propertysetcontainer.hxx.

Constructor & Destructor Documentation

◆ PropertySetContainer()

framework::PropertySetContainer::PropertySetContainer ( )

Definition at line 37 of file propertysetcontainer.cxx.

◆ ~PropertySetContainer()

framework::PropertySetContainer::~PropertySetContainer ( )
overridevirtual

Definition at line 41 of file propertysetcontainer.cxx.

Member Function Documentation

◆ acquire()

void SAL_CALL framework::PropertySetContainer::acquire ( )
overridevirtualnoexcept

◆ getByIndex()

Any SAL_CALL framework::PropertySetContainer::getByIndex ( sal_Int32  Index)
overridevirtual

◆ getCount()

sal_Int32 SAL_CALL framework::PropertySetContainer::getCount ( )
overridevirtual

◆ getElementType()

virtual css::uno::Type SAL_CALL framework::PropertySetContainer::getElementType ( )
inlineoverridevirtual

◆ hasElements()

sal_Bool SAL_CALL framework::PropertySetContainer::hasElements ( )
overridevirtual

Reimplemented in framework::RootActionTriggerContainer.

Definition at line 151 of file propertysetcontainer.cxx.

References m_aMutex, and m_aPropertySetVector.

◆ insertByIndex()

void SAL_CALL framework::PropertySetContainer::insertByIndex ( sal_Int32  Index,
const css::uno::Any &  Element 
)
overridevirtual

◆ queryInterface()

Any SAL_CALL framework::PropertySetContainer::queryInterface ( const css::uno::Type &  aType)
overridevirtual

◆ release()

void SAL_CALL framework::PropertySetContainer::release ( )
overridevirtualnoexcept

◆ removeByIndex()

void SAL_CALL framework::PropertySetContainer::removeByIndex ( sal_Int32  Index)
overridevirtual

◆ replaceByIndex()

void SAL_CALL framework::PropertySetContainer::replaceByIndex ( sal_Int32  Index,
const css::uno::Any &  Element 
)
overridevirtual

Member Data Documentation

◆ m_aMutex

std::mutex framework::PropertySetContainer::m_aMutex
private

◆ m_aPropertySetVector

PropertySetVector framework::PropertySetContainer::m_aPropertySetVector
private

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