|
LibreOffice Module oox (master) 1
|
#include <effectproperties.hxx>
Public Member Functions | |
| void | assignUsed (const EffectShadowProperties &rSourceProps) |
| Overwrites all members that are explicitly set in rSourceProps. More... | |
Public Attributes | |
| std::optional< sal_Int64 > | moShadowDist |
| std::optional< sal_Int64 > | moShadowDir |
| std::optional< sal_Int64 > | moShadowSx |
| std::optional< sal_Int64 > | moShadowSy |
| Color | moShadowColor |
| std::optional< sal_Int64 > | moShadowBlur |
| std::optional< model::RectangleAlignment > | moShadowAlignment |
Definition at line 42 of file effectproperties.hxx.
| void oox::drawingml::EffectShadowProperties::assignUsed | ( | const EffectShadowProperties & | rSourceProps | ) |
Overwrites all members that are explicitly set in rSourceProps.
Definition at line 34 of file effectproperties.cxx.
References oox::drawingml::Color::assignIfUsed(), oox::assignIfUsed(), moShadowAlignment, moShadowBlur, moShadowColor, moShadowDir, moShadowDist, moShadowSx, and moShadowSy.
Referenced by oox::drawingml::EffectProperties::assignUsed().
| std::optional< model::RectangleAlignment > oox::drawingml::EffectShadowProperties::moShadowAlignment |
Definition at line 50 of file effectproperties.hxx.
Referenced by assignUsed(), oox::drawingml::EffectPropertiesContext::onCreateContext(), and oox::drawingml::EffectProperties::pushToPropMap().
| std::optional< sal_Int64 > oox::drawingml::EffectShadowProperties::moShadowBlur |
Definition at line 49 of file effectproperties.hxx.
Referenced by assignUsed(), and oox::drawingml::EffectPropertiesContext::onCreateContext().
| Color oox::drawingml::EffectShadowProperties::moShadowColor |
Definition at line 48 of file effectproperties.hxx.
Referenced by assignUsed().
| std::optional< sal_Int64 > oox::drawingml::EffectShadowProperties::moShadowDir |
Definition at line 45 of file effectproperties.hxx.
Referenced by assignUsed(), oox::drawingml::Shape::createAndInsert(), and oox::drawingml::EffectPropertiesContext::onCreateContext().
| std::optional< sal_Int64 > oox::drawingml::EffectShadowProperties::moShadowDist |
Definition at line 44 of file effectproperties.hxx.
Referenced by assignUsed(), and oox::drawingml::EffectPropertiesContext::onCreateContext().
| std::optional< sal_Int64 > oox::drawingml::EffectShadowProperties::moShadowSx |
Definition at line 46 of file effectproperties.hxx.
Referenced by assignUsed(), and oox::drawingml::EffectPropertiesContext::onCreateContext().
| std::optional< sal_Int64 > oox::drawingml::EffectShadowProperties::moShadowSy |
Definition at line 47 of file effectproperties.hxx.
Referenced by assignUsed(), and oox::drawingml::EffectPropertiesContext::onCreateContext().