LibreOffice Module svl (master) 1
Public Member Functions | Private Attributes | List of all members
SfxItemPropertySetInfo Class Referencefinal

#include <itemprop.hxx>

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

Public Member Functions

 SfxItemPropertySetInfo (const SfxItemPropertyMap &rMap)
 
 SfxItemPropertySetInfo (o3tl::span< const SfxItemPropertyMapEntry > pEntries)
 
virtual ~SfxItemPropertySetInfo () override
 
virtual css::uno::Sequence< css::beans::Property > SAL_CALL getProperties () override
 
virtual css::beans::Property SAL_CALL getPropertyByName (const OUString &aName) override
 
virtual sal_Bool SAL_CALL hasPropertyByName (const OUString &Name) override
 

Private Attributes

SfxItemPropertyMap m_aOwnMap
 

Detailed Description

Definition at line 148 of file itemprop.hxx.

Constructor & Destructor Documentation

◆ SfxItemPropertySetInfo() [1/2]

SfxItemPropertySetInfo::SfxItemPropertySetInfo ( const SfxItemPropertyMap rMap)

Definition at line 244 of file itemprop.cxx.

◆ SfxItemPropertySetInfo() [2/2]

SfxItemPropertySetInfo::SfxItemPropertySetInfo ( o3tl::span< const SfxItemPropertyMapEntry pEntries)

Definition at line 249 of file itemprop.cxx.

◆ ~SfxItemPropertySetInfo()

SfxItemPropertySetInfo::~SfxItemPropertySetInfo ( )
overridevirtual

Definition at line 259 of file itemprop.cxx.

Member Function Documentation

◆ getProperties()

Sequence< Property > SAL_CALL SfxItemPropertySetInfo::getProperties ( )
overridevirtual

Definition at line 254 of file itemprop.cxx.

References SfxItemPropertyMap::getProperties(), and m_aOwnMap.

◆ getPropertyByName()

Property SAL_CALL SfxItemPropertySetInfo::getPropertyByName ( const OUString &  aName)
overridevirtual

Definition at line 263 of file itemprop.cxx.

References SfxItemPropertyMap::getPropertyByName(), m_aOwnMap, and Property.

◆ hasPropertyByName()

sal_Bool SAL_CALL SfxItemPropertySetInfo::hasPropertyByName ( const OUString &  Name)
overridevirtual

Definition at line 268 of file itemprop.cxx.

References SfxItemPropertyMap::hasPropertyByName(), and m_aOwnMap.

Member Data Documentation

◆ m_aOwnMap

SfxItemPropertyMap SfxItemPropertySetInfo::m_aOwnMap
private

Definition at line 150 of file itemprop.hxx.

Referenced by getProperties(), getPropertyByName(), and hasPropertyByName().


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