LibreOffice Module oox (master) 1
|
#include <oox/drawingml/color.hxx>
#include <algorithm>
#include <math.h>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <oox/helper/containerhelper.hxx>
#include <oox/helper/graphichelper.hxx>
#include <oox/drawingml/drawingmltypes.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx>
Go to the source code of this file.
Namespaces | |
namespace | oox |
namespace | oox::drawingml |
ColorVector maDmlColors |
Definition at line 40 of file color.cxx.
Referenced by oox::drawingml::Color::getDmlPresetColor().
ColorVector maHighlightColors |
Predefined colors in VML, indexed by XML token.
Definition at line 42 of file color.cxx.
Referenced by oox::drawingml::Color::getHighlightColor().
ColorVector maVmlColors |
Predefined colors in DrawingML, indexed by XML token.
Definition at line 41 of file color.cxx.
Referenced by oox::drawingml::Color::getVmlPresetColor().