LibreOffice Module oox (master) 1
|
#include <fillproperties.hxx>
Public Member Functions | |
void | assignUsed (const PatternFillProperties &rSourceProps) |
Preset pattern type. More... | |
Public Attributes | |
Color | maPattFgColor |
Color | maPattBgColor |
Pattern foreground color. More... | |
std::optional< sal_Int32 > | moPattPreset |
Pattern background color. More... | |
Definition at line 65 of file fillproperties.hxx.
void oox::drawingml::PatternFillProperties::assignUsed | ( | const PatternFillProperties & | rSourceProps | ) |
Preset pattern type.
Overwrites all members that are explicitly set in rSourceProps.
Definition at line 336 of file fillproperties.cxx.
References oox::drawingml::Color::assignIfUsed(), oox::assignIfUsed(), maPattBgColor, maPattFgColor, and moPattPreset.
Referenced by oox::drawingml::FillProperties::assignUsed().
Color oox::drawingml::PatternFillProperties::maPattBgColor |
Pattern foreground color.
Definition at line 68 of file fillproperties.hxx.
Referenced by assignUsed(), oox::drawingml::FillProperties::getBestSolidColor(), oox::drawingml::PatternFillContext::onCreateContext(), and oox::drawingml::FillProperties::pushToPropMap().
Color oox::drawingml::PatternFillProperties::maPattFgColor |
Definition at line 67 of file fillproperties.hxx.
Referenced by assignUsed(), oox::drawingml::FillProperties::getBestSolidColor(), oox::drawingml::PatternFillContext::onCreateContext(), and oox::drawingml::FillProperties::pushToPropMap().
std::optional< sal_Int32 > oox::drawingml::PatternFillProperties::moPattPreset |
Pattern background color.
Definition at line 69 of file fillproperties.hxx.
Referenced by assignUsed(), oox::drawingml::PatternFillContext::PatternFillContext(), and oox::drawingml::FillProperties::pushToPropMap().