LibreOffice Module oox (master)
1
|
The stroke arrow model structure contains all properties for a line end arrow. More...
#include <vmlformatting.hxx>
Public Member Functions | |
void | assignUsed (const StrokeArrowModel &rSource) |
Public Attributes | |
OptValue< sal_Int32 > | moArrowType |
OptValue< sal_Int32 > | moArrowWidth |
OptValue< sal_Int32 > | moArrowLength |
The stroke arrow model structure contains all properties for a line end arrow.
Definition at line 194 of file vmlformatting.hxx.
void oox::vml::StrokeArrowModel::assignUsed | ( | const StrokeArrowModel & | rSource | ) |
Definition at line 676 of file vmlformatting.cxx.
References oox::OptValue< Type >::assignIfUsed(), moArrowLength, moArrowType, and moArrowWidth.
Referenced by oox::vml::StrokeModel::assignUsed().
OptValue< sal_Int32 > oox::vml::StrokeArrowModel::moArrowLength |
Definition at line 198 of file vmlformatting.hxx.
Referenced by assignUsed(), and oox::vml::ShapeTypeContext::onCreateContext().
OptValue< sal_Int32 > oox::vml::StrokeArrowModel::moArrowType |
Definition at line 196 of file vmlformatting.hxx.
Referenced by assignUsed(), and oox::vml::ShapeTypeContext::onCreateContext().
OptValue< sal_Int32 > oox::vml::StrokeArrowModel::moArrowWidth |
Definition at line 197 of file vmlformatting.hxx.
Referenced by assignUsed(), and oox::vml::ShapeTypeContext::onCreateContext().