LibreOffice Module comphelper (master) 1
|
#include <MasterPropertySetInfo.hxx>
Public Member Functions | |
MasterPropertySetInfo (PropertyInfo const *pMap) | |
Private Member Functions | |
virtual | ~MasterPropertySetInfo () noexcept override |
void | add (PropertyInfoHash &rHash, sal_uInt8 nMapId) |
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 | |
PropertyDataHash | maMap |
css::uno::Sequence< css::beans::Property > | maProperties |
Friends | |
class | MasterPropertySet |
Definition at line 32 of file MasterPropertySetInfo.hxx.
MasterPropertySetInfo::MasterPropertySetInfo | ( | PropertyInfo const * | pMap | ) |
Definition at line 29 of file MasterPropertySetInfo.cxx.
References comphelper::PropertyInfo::maName, and SAL_WARN_IF.
|
overrideprivatevirtualnoexcept |
Definition at line 40 of file MasterPropertySetInfo.cxx.
|
private |
Definition at line 47 of file MasterPropertySetInfo.cxx.
References maProperties, and SAL_WARN_IF.
|
overrideprivatevirtual |
Definition at line 61 of file MasterPropertySetInfo.cxx.
References comphelper::PropertyInfo::maName, maProperties, comphelper::PropertyInfo::maType, comphelper::PropertyInfo::mnAttributes, comphelper::PropertyInfo::mnHandle, and Property.
|
overrideprivatevirtual |
Definition at line 83 of file MasterPropertySetInfo.cxx.
References comphelper::PropertyInfo::maName, comphelper::PropertyInfo::maType, comphelper::PropertyInfo::mnAttributes, comphelper::PropertyInfo::mnHandle, and Property.
|
overrideprivatevirtual |
Definition at line 100 of file MasterPropertySetInfo.cxx.
|
friend |
Definition at line 51 of file MasterPropertySetInfo.hxx.
|
private |
Definition at line 48 of file MasterPropertySetInfo.hxx.
|
private |
Definition at line 49 of file MasterPropertySetInfo.hxx.