LibreOffice Module svl (master) 1
|
#include <itemprop.hxx>
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 |
Definition at line 148 of file itemprop.hxx.
SfxItemPropertySetInfo::SfxItemPropertySetInfo | ( | const SfxItemPropertyMap & | rMap | ) |
Definition at line 244 of file itemprop.cxx.
SfxItemPropertySetInfo::SfxItemPropertySetInfo | ( | o3tl::span< const SfxItemPropertyMapEntry > | pEntries | ) |
Definition at line 249 of file itemprop.cxx.
|
overridevirtual |
Definition at line 259 of file itemprop.cxx.
Definition at line 254 of file itemprop.cxx.
References SfxItemPropertyMap::getProperties(), and m_aOwnMap.
|
overridevirtual |
Definition at line 263 of file itemprop.cxx.
References SfxItemPropertyMap::getPropertyByName(), m_aOwnMap, and Property.
|
overridevirtual |
Definition at line 268 of file itemprop.cxx.
References SfxItemPropertyMap::hasPropertyByName(), and m_aOwnMap.
|
private |
Definition at line 150 of file itemprop.hxx.
Referenced by getProperties(), getPropertyByName(), and hasPropertyByName().