LibreOffice Module oox (master) 1
|
#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>
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) |