LibreOffice Module xmloff (master) 1
|
Go to the source code of this file.
Classes | |
struct | SvXMLEnumMapEntry< typename EnumT > |
Map an XMLTokenEnum to an enum value. | |
struct | SvXMLEnumStringMapEntry< EnumT > |
Map a const char* (with length) to a sal_uInt16 value. More... | |
Macros | |
#define | ENUM_STRING_MAP_ENTRY(name, tok) { name, sizeof(name)-1, tok } |
#define | ENUM_STRING_MAP_END() { nullptr, 0, 0 } |
#define ENUM_STRING_MAP_END | ( | ) | { nullptr, 0, 0 } |
Definition at line 64 of file xmlement.hxx.
Definition at line 62 of file xmlement.hxx.