LibreOffice Module oox (master) 1
|
#include <diagram.hxx>
Static Public Member Functions | |
static const oox::drawingml::Color & | getColorByIndex (const std::vector< oox::drawingml::Color > &rColors, sal_Int32 nIndex) |
Public Attributes | |
std::vector< oox::drawingml::Color > | maFillColors |
std::vector< oox::drawingml::Color > | maLineColors |
std::vector< oox::drawingml::Color > | maEffectColors |
std::vector< oox::drawingml::Color > | maTextFillColors |
std::vector< oox::drawingml::Color > | maTextLineColors |
std::vector< oox::drawingml::Color > | maTextEffectColors |
Definition at line 113 of file oox/source/drawingml/diagram/diagram.hxx.
|
static |
Definition at line 432 of file diagram.cxx.
References nIndex.
Referenced by oox::drawingml::LayoutNode::setupShape().
std::vector<oox::drawingml::Color> oox::drawingml::DiagramColor::maEffectColors |
Definition at line 117 of file oox/source/drawingml/diagram/diagram.hxx.
Referenced by oox::drawingml::ColorFragmentHandler::onCreateContext(), and oox::drawingml::LayoutNode::setupShape().
std::vector<oox::drawingml::Color> oox::drawingml::DiagramColor::maFillColors |
Definition at line 115 of file oox/source/drawingml/diagram/diagram.hxx.
Referenced by oox::drawingml::ColorFragmentHandler::onCreateContext(), and oox::drawingml::LayoutNode::setupShape().
std::vector<oox::drawingml::Color> oox::drawingml::DiagramColor::maLineColors |
Definition at line 116 of file oox/source/drawingml/diagram/diagram.hxx.
Referenced by oox::drawingml::ColorFragmentHandler::onCreateContext(), and oox::drawingml::LayoutNode::setupShape().
std::vector<oox::drawingml::Color> oox::drawingml::DiagramColor::maTextEffectColors |
Definition at line 120 of file oox/source/drawingml/diagram/diagram.hxx.
Referenced by oox::drawingml::ColorFragmentHandler::onCreateContext().
std::vector<oox::drawingml::Color> oox::drawingml::DiagramColor::maTextFillColors |
Definition at line 118 of file oox/source/drawingml/diagram/diagram.hxx.
Referenced by oox::drawingml::ColorFragmentHandler::onCreateContext(), and oox::drawingml::LayoutNode::setupShape().
std::vector<oox::drawingml::Color> oox::drawingml::DiagramColor::maTextLineColors |
Definition at line 119 of file oox/source/drawingml/diagram/diagram.hxx.
Referenced by oox::drawingml::ColorFragmentHandler::onCreateContext().