LibreOffice Module xmloff (master) 1
|
Map a const char* (with length) to a sal_uInt16 value. More...
#include <xmlement.hxx>
Public Member Functions | |
SvXMLEnumStringMapEntry (const char *pName_, sal_Int32 nNameLength_, EnumT nValue_) | |
const char * | GetName () const |
sal_Int32 | GetNameLength () const |
EnumT | GetValue () const |
Private Attributes | |
const char * | pName |
sal_Int32 | nNameLength |
sal_uInt16 | nValue |
Map a const char* (with length) to a sal_uInt16 value.
To be used with SvXMLUnitConverter::convertEnum(...)
Definition at line 70 of file xmlement.hxx.
|
inline |
Definition at line 77 of file xmlement.hxx.
|
inline |
Definition at line 79 of file xmlement.hxx.
References SvXMLEnumStringMapEntry< EnumT >::pName.
Referenced by SvXMLUnitConverter::convertEnumImpl().
|
inline |
Definition at line 80 of file xmlement.hxx.
References SvXMLEnumStringMapEntry< EnumT >::nNameLength.
Referenced by SvXMLUnitConverter::convertEnumImpl().
|
inline |
Definition at line 81 of file xmlement.hxx.
References SvXMLEnumStringMapEntry< EnumT >::nValue.
Referenced by SvXMLUnitConverter::convertEnumImpl().
|
private |
Definition at line 74 of file xmlement.hxx.
Referenced by SvXMLEnumStringMapEntry< EnumT >::GetNameLength().
|
private |
Definition at line 75 of file xmlement.hxx.
Referenced by SvXMLEnumStringMapEntry< EnumT >::GetValue().
|
private |
Definition at line 73 of file xmlement.hxx.
Referenced by SvXMLEnumStringMapEntry< EnumT >::GetName().