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

#include <itemprop.hxx>

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

Public Member Functions

 SfxExtItemPropertySetInfo (o3tl::span< const SfxItemPropertyMapEntry > pMap, const css::uno::Sequence< css::beans::Property > &rPropSeq)
 
virtual ~SfxExtItemPropertySetInfo () 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 Member Functions

const SfxItemPropertyMapEntrygetByName (std::u16string_view rName) const
 

Private Attributes

o3tl::sorted_vector< SfxItemPropertyMapEntry, SfxItemPropertyMapCompare2maMap
 
css::uno::Sequence< css::beans::Property > m_aPropSeq
 

Detailed Description

Definition at line 179 of file itemprop.hxx.

Constructor & Destructor Documentation

◆ SfxExtItemPropertySetInfo()

SfxExtItemPropertySetInfo::SfxExtItemPropertySetInfo ( o3tl::span< const SfxItemPropertyMapEntry pMap,
const css::uno::Sequence< css::beans::Property > &  rPropSeq 
)

◆ ~SfxExtItemPropertySetInfo()

SfxExtItemPropertySetInfo::~SfxExtItemPropertySetInfo ( )
overridevirtual

Definition at line 294 of file itemprop.cxx.

Member Function Documentation

◆ getByName()

const SfxItemPropertyMapEntry * SfxExtItemPropertySetInfo::getByName ( std::u16string_view  rName) const
private

◆ getProperties()

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

◆ getPropertyByName()

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

◆ hasPropertyByName()

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

Definition at line 332 of file itemprop.cxx.

References getByName().

Member Data Documentation

◆ m_aPropSeq

css::uno::Sequence< css::beans::Property > SfxExtItemPropertySetInfo::m_aPropSeq
mutableprivate

Definition at line 199 of file itemprop.hxx.

Referenced by getProperties().

◆ maMap

o3tl::sorted_vector< SfxItemPropertyMapEntry, SfxItemPropertyMapCompare2 > SfxExtItemPropertySetInfo::maMap
private

Definition at line 198 of file itemprop.hxx.

Referenced by getByName(), getProperties(), and SfxExtItemPropertySetInfo().


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