|
LibreOffice Module oox (master) 1
|
#include <lineproperties.hxx>
Public Member Functions | |
| void | assignUsed (const LineArrowProperties &rSourceProps) |
| Overwrites all members that are explicitly set in rSourceProps. More... | |
Public Attributes | |
| std::optional< sal_Int32 > | moArrowType |
| std::optional< sal_Int32 > | moArrowWidth |
| std::optional< sal_Int32 > | moArrowLength |
Definition at line 40 of file lineproperties.hxx.
| void oox::drawingml::LineArrowProperties::assignUsed | ( | const LineArrowProperties & | rSourceProps | ) |
Overwrites all members that are explicitly set in rSourceProps.
Definition at line 413 of file lineproperties.cxx.
References oox::assignIfUsed(), moArrowLength, moArrowType, and moArrowWidth.
Referenced by oox::drawingml::LineProperties::assignUsed().
| std::optional< sal_Int32 > oox::drawingml::LineArrowProperties::moArrowLength |
Definition at line 44 of file lineproperties.hxx.
Referenced by assignUsed(), and oox::drawingml::LinePropertiesContext::onCreateContext().
| std::optional< sal_Int32 > oox::drawingml::LineArrowProperties::moArrowType |
Definition at line 42 of file lineproperties.hxx.
Referenced by assignUsed(), and oox::drawingml::LinePropertiesContext::onCreateContext().
| std::optional< sal_Int32 > oox::drawingml::LineArrowProperties::moArrowWidth |
Definition at line 43 of file lineproperties.hxx.
Referenced by assignUsed(), and oox::drawingml::LinePropertiesContext::onCreateContext().