LibreOffice Module xmloff (master) 1
Classes | Macros
xmlement.hxx File Reference
#include <sal/types.h>
#include <xmloff/xmltoken.hxx>
Include dependency graph for xmlement.hxx:
This graph shows which files directly or indirectly include this file:

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 }
 

Macro Definition Documentation

◆ ENUM_STRING_MAP_END

#define ENUM_STRING_MAP_END ( )    { nullptr, 0, 0 }

Definition at line 64 of file xmlement.hxx.

◆ ENUM_STRING_MAP_ENTRY

#define ENUM_STRING_MAP_ENTRY (   name,
  tok 
)    { name, sizeof(name)-1, tok }

Definition at line 62 of file xmlement.hxx.