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

#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
 

Detailed Description

Definition at line 29 of file PropertyInfoHash.hxx.

Constructor & Destructor Documentation

◆ PropertyInfo() [1/2]

comphelper::PropertyInfo::PropertyInfo ( OUString const &  aName,
sal_Int32  nHandle,
css::uno::Type const &  aType,
sal_Int16  nAttributes 
)
inline

Definition at line 36 of file PropertyInfoHash.hxx.

References aName, nAttributes, and nHandle.

◆ PropertyInfo() [2/2]

comphelper::PropertyInfo::PropertyInfo ( OUString &&  aName,
sal_Int32  nHandle,
css::uno::Type const &  aType,
sal_Int16  nAttributes 
)
inline

Definition at line 38 of file PropertyInfoHash.hxx.

References aName, nAttributes, and nHandle.

Member Data Documentation

◆ maName

OUString comphelper::PropertyInfo::maName

◆ maType

css::uno::Type comphelper::PropertyInfo::maType

◆ mnAttributes

sal_Int16 comphelper::PropertyInfo::mnAttributes

◆ mnHandle

sal_Int32 comphelper::PropertyInfo::mnHandle

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