LibreOffice Module oox (master) 1
Namespaces | Macros | Functions
attributelist.cxx File Reference
#include <oox/helper/attributelist.hxx>
#include <comphelper/string.hxx>
#include <osl/diagnose.h>
#include <rtl/ustrbuf.hxx>
#include <sax/fastattribs.hxx>
#include <oox/token/tokenmap.hxx>
#include <o3tl/string_view.hxx>
Include dependency graph for attributelist.cxx:

Go to the source code of this file.

Namespaces

namespace  oox
 

Macros

#define STRING_TO_TOKEN(color)   if (sColorName == u"" #color) return XML_##color
 

Functions

sal_Int32 oox::getHighlightColorTokenFromString (std::u16string_view sColorName)
 

Macro Definition Documentation

◆ STRING_TO_TOKEN

#define STRING_TO_TOKEN (   color)    if (sColorName == u"" #color) return XML_##color

Definition at line 67 of file attributelist.cxx.