LibreOffice Module svl (master) 1
|
map a property between beans::XPropertySet and SfxPoolItem More...
#include <itemprop.hxx>
Public Member Functions | |
SfxItemPropertyMapEntry (OUString _aName, sal_uInt16 _nWID, css::uno::Type const &_rType, sal_Int16 _nFlags, sal_uInt8 const _nMemberId, PropertyMoreFlags _nMoreFlags=PropertyMoreFlags::NONE) | |
Public Attributes | |
OUString | aName |
name of property More... | |
css::uno::Type | aType |
UNO type of property. More... | |
sal_uInt16 | nWID |
WhichId of SfxPoolItem. More... | |
sal_Int16 | nFlags |
flag bitmap, More... | |
sal_uInt8 | nMemberId |
"member ID" to tell QueryValue/PutValue which property it is (when multiple properties map to the same nWID) More... | |
PropertyMoreFlags | nMoreFlags |
map a property between beans::XPropertySet and SfxPoolItem
Definition at line 37 of file itemprop.hxx.
|
inline |
Definition at line 49 of file itemprop.hxx.
References aType.
OUString SfxItemPropertyMapEntry::aName |
name of property
Definition at line 39 of file itemprop.hxx.
Referenced by SfxItemPropertyMap::getByName(), SfxExtItemPropertySetInfo::getByName(), SfxExtItemPropertySetInfo::getProperties(), SfxItemPropertyMapCompare2::operator()(), SfxItemPropertyMapCompare::operator()(), and SfxExtItemPropertySetInfo::SfxExtItemPropertySetInfo().
css::uno::Type SfxItemPropertyMapEntry::aType |
UNO type of property.
Definition at line 40 of file itemprop.hxx.
Referenced by SfxExtItemPropertySetInfo::getProperties(), SfxExtItemPropertySetInfo::getPropertyByName(), SfxItemPropertyMap::getPropertyByName(), and SfxItemPropertyMapEntry().
sal_Int16 SfxItemPropertyMapEntry::nFlags |
flag bitmap,
Definition at line 43 of file itemprop.hxx.
Referenced by SfxExtItemPropertySetInfo::getProperties(), SfxExtItemPropertySetInfo::getPropertyByName(), and SfxItemPropertyMap::getPropertyByName().
sal_uInt8 SfxItemPropertyMapEntry::nMemberId |
"member ID" to tell QueryValue/PutValue which property it is (when multiple properties map to the same nWID)
Definition at line 46 of file itemprop.hxx.
PropertyMoreFlags SfxItemPropertyMapEntry::nMoreFlags |
Definition at line 47 of file itemprop.hxx.
sal_uInt16 SfxItemPropertyMapEntry::nWID |
WhichId of SfxPoolItem.
Definition at line 41 of file itemprop.hxx.
Referenced by SfxExtItemPropertySetInfo::getProperties(), SfxExtItemPropertySetInfo::getPropertyByName(), SfxItemPropertyMap::getPropertyByName(), and SfxItemPropertySet::getPropertyState().