|
LibreOffice Module comphelper (master) 1
|
#include <PropertyInfoHash.hxx>
Public Member Functions | |
| PropertyInfo (OUString const &aName, sal_Int32 nHandle, css::uno::Type const &aType, sal_Int16 nAttributes) | |
| PropertyInfo (OUString &&aName, sal_Int32 nHandle, css::uno::Type const &aType, sal_Int16 nAttributes) | |
Public Attributes | |
| OUString | maName |
| css::uno::Type | maType |
| sal_Int32 | mnHandle |
| sal_Int16 | mnAttributes |
Definition at line 29 of file PropertyInfoHash.hxx.
|
inline |
Definition at line 36 of file PropertyInfoHash.hxx.
References aName, nAttributes, and nHandle.
|
inline |
Definition at line 38 of file PropertyInfoHash.hxx.
References aName, nAttributes, and nHandle.
| OUString comphelper::PropertyInfo::maName |
Definition at line 31 of file PropertyInfoHash.hxx.
Referenced by comphelper::ChainablePropertySetInfo::ChainablePropertySetInfo(), comphelper::ChainablePropertySetInfo::getProperties(), comphelper::MasterPropertySetInfo::getProperties(), comphelper::ChainablePropertySetInfo::getPropertyByName(), comphelper::MasterPropertySetInfo::getPropertyByName(), and comphelper::MasterPropertySetInfo::MasterPropertySetInfo().
| css::uno::Type comphelper::PropertyInfo::maType |
| sal_Int16 comphelper::PropertyInfo::mnAttributes |
| sal_Int32 comphelper::PropertyInfo::mnHandle |