LibreOffice Module svl (master) 1
Public Member Functions | Public Attributes | List of all members
SfxItemPropertyMapEntry Struct Reference

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
 

Detailed Description

map a property between beans::XPropertySet and SfxPoolItem

Definition at line 37 of file itemprop.hxx.

Constructor & Destructor Documentation

◆ SfxItemPropertyMapEntry()

SfxItemPropertyMapEntry::SfxItemPropertyMapEntry ( OUString  _aName,
sal_uInt16  _nWID,
css::uno::Type const &  _rType,
sal_Int16  _nFlags,
sal_uInt8 const  _nMemberId,
PropertyMoreFlags  _nMoreFlags = PropertyMoreFlags::NONE 
)
inline

Definition at line 49 of file itemprop.hxx.

References aType.

Member Data Documentation

◆ aName

OUString SfxItemPropertyMapEntry::aName

◆ aType

css::uno::Type SfxItemPropertyMapEntry::aType

◆ nFlags

sal_Int16 SfxItemPropertyMapEntry::nFlags

flag bitmap,

See also
css::beans::PropertyAttribute

Definition at line 43 of file itemprop.hxx.

Referenced by SfxExtItemPropertySetInfo::getProperties(), SfxExtItemPropertySetInfo::getPropertyByName(), and SfxItemPropertyMap::getPropertyByName().

◆ nMemberId

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.

◆ nMoreFlags

PropertyMoreFlags SfxItemPropertyMapEntry::nMoreFlags

Definition at line 47 of file itemprop.hxx.

◆ nWID

sal_uInt16 SfxItemPropertyMapEntry::nWID

The documentation for this struct was generated from the following file: