LibreOffice Module comphelper (master) 1
Public Member Functions | Public Attributes | List of all members
comphelper::PropertyMapEntry Struct Reference

#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
 

Detailed Description

Definition at line 44 of file propertysetinfo.hxx.

Constructor & Destructor Documentation

◆ PropertyMapEntry() [1/2]

comphelper::PropertyMapEntry::PropertyMapEntry ( OUString  _aName,
sal_Int32  _nHandle,
css::uno::Type const &  _rType,
sal_Int16  _nAttributes,
sal_uInt8  _nMemberId,
PropertyMoreFlags  _nMoreFlags = PropertyMoreFlags::NONE 
)
inline

Definition at line 54 of file propertysetinfo.hxx.

References maType, METRIC_ITEM, and mnAttributes.

◆ PropertyMapEntry() [2/2]

comphelper::PropertyMapEntry::PropertyMapEntry ( )
default

Member Data Documentation

◆ maName

OUString comphelper::PropertyMapEntry::maName

Definition at line 46 of file propertysetinfo.hxx.

◆ maType

css::uno::Type comphelper::PropertyMapEntry::maType

Definition at line 47 of file propertysetinfo.hxx.

Referenced by PropertyMapEntry().

◆ mnAttributes

sal_Int16 comphelper::PropertyMapEntry::mnAttributes

flag bitmap,

See also
css::beans::PropertyAttribute

Definition at line 50 of file propertysetinfo.hxx.

Referenced by PropertyMapEntry().

◆ mnHandle

sal_Int32 comphelper::PropertyMapEntry::mnHandle

Definition at line 48 of file propertysetinfo.hxx.

◆ mnMemberId

sal_uInt8 comphelper::PropertyMapEntry::mnMemberId

Definition at line 51 of file propertysetinfo.hxx.

◆ mnMoreFlags

PropertyMoreFlags comphelper::PropertyMapEntry::mnMoreFlags

Definition at line 52 of file propertysetinfo.hxx.


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