LibreOffice Module comphelper (master) 1
|
#include <propertysetinfo.hxx>
Public Member Functions | |
PropertyMapEntry (OUString _aName, sal_Int32 _nHandle, css::uno::Type const &_rType, sal_Int16 _nAttributes, sal_uInt8 _nMemberId, PropertyMoreFlags _nMoreFlags=PropertyMoreFlags::NONE) | |
PropertyMapEntry ()=default | |
Public Attributes | |
OUString | maName |
css::uno::Type | maType |
sal_Int32 | mnHandle |
sal_Int16 | mnAttributes |
flag bitmap, More... | |
sal_uInt8 | mnMemberId |
PropertyMoreFlags | mnMoreFlags |
Definition at line 44 of file propertysetinfo.hxx.
|
inline |
Definition at line 54 of file propertysetinfo.hxx.
References maType, METRIC_ITEM, and mnAttributes.
|
default |
OUString comphelper::PropertyMapEntry::maName |
Definition at line 46 of file propertysetinfo.hxx.
css::uno::Type comphelper::PropertyMapEntry::maType |
Definition at line 47 of file propertysetinfo.hxx.
Referenced by PropertyMapEntry().
sal_Int16 comphelper::PropertyMapEntry::mnAttributes |
flag bitmap,
Definition at line 50 of file propertysetinfo.hxx.
Referenced by PropertyMapEntry().
sal_Int32 comphelper::PropertyMapEntry::mnHandle |
Definition at line 48 of file propertysetinfo.hxx.
sal_uInt8 comphelper::PropertyMapEntry::mnMemberId |
Definition at line 51 of file propertysetinfo.hxx.
PropertyMoreFlags comphelper::PropertyMapEntry::mnMoreFlags |
Definition at line 52 of file propertysetinfo.hxx.