this class implements a XPropertySetInfo that is initialized with arrays of PropertyMapEntry.
More...
#include <propertysetinfo.hxx>
this class implements a XPropertySetInfo that is initialized with arrays of PropertyMapEntry.
It is used by the class PropertySetHelper.
Definition at line 88 of file propertysetinfo.hxx.
◆ PropertySetInfo() [1/2]
comphelper::PropertySetInfo::PropertySetInfo |
( |
| ) |
|
|
noexcept |
◆ PropertySetInfo() [2/2]
◆ ~PropertySetInfo()
virtual comphelper::PropertySetInfo::~PropertySetInfo |
( |
| ) |
|
|
overridevirtualnoexcept |
◆ add()
◆ getProperties()
virtual css::uno::Sequence< css::beans::Property > SAL_CALL comphelper::PropertySetInfo::getProperties |
( |
| ) |
|
|
overridevirtual |
◆ getPropertyByName()
virtual css::beans::Property SAL_CALL comphelper::PropertySetInfo::getPropertyByName |
( |
const OUString & |
aName | ) |
|
|
overridevirtual |
◆ getPropertyMap()
const PropertyMap & comphelper::PropertySetInfo::getPropertyMap |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasPropertyByName()
virtual sal_Bool SAL_CALL comphelper::PropertySetInfo::hasPropertyByName |
( |
const OUString & |
Name | ) |
|
|
overridevirtual |
◆ remove()
void PropertySetInfo::remove |
( |
const OUString & |
aName | ) |
|
|
noexcept |
◆ maProperties
css::uno::Sequence< css::beans::Property > comphelper::PropertySetInfo::maProperties |
|
private |
Cache the value we return in getProperties because it is expensive to construct.
Definition at line 116 of file propertysetinfo.hxx.
◆ maPropertyMap
The documentation for this class was generated from the following files: