LibreOffice Module oox (master) 1
|
#include <effectproperties.hxx>
Public Member Functions | |
void | assignUsed (const EffectGlowProperties &rSourceProps) |
Public Attributes | |
std::optional< sal_Int64 > | moGlowRad |
Color | moGlowColor |
Definition at line 26 of file effectproperties.hxx.
void oox::drawingml::EffectGlowProperties::assignUsed | ( | const EffectGlowProperties & | rSourceProps | ) |
Definition at line 23 of file effectproperties.cxx.
References oox::drawingml::Color::assignIfUsed(), oox::assignIfUsed(), moGlowColor, and moGlowRad.
Referenced by oox::drawingml::EffectProperties::assignUsed().
Color oox::drawingml::EffectGlowProperties::moGlowColor |
Definition at line 29 of file effectproperties.hxx.
Referenced by assignUsed(), oox::drawingml::Shape::createAndInsert(), and oox::drawingml::EffectPropertiesContext::onCreateContext().
std::optional< sal_Int64 > oox::drawingml::EffectGlowProperties::moGlowRad |
Definition at line 28 of file effectproperties.hxx.
Referenced by assignUsed(), oox::drawingml::Shape::createAndInsert(), and oox::drawingml::EffectPropertiesContext::onCreateContext().