|
LibreOffice Module oox (master) 1
|
#include <customshapeproperties.hxx>
Public Member Functions | |
| Path2D () | |
Public Attributes | |
| sal_Int64 | w |
| sal_Int64 | h |
| sal_Int32 | fill |
| bool | stroke |
| bool | extrusionOk |
| std::vector< css::drawing::EnhancedCustomShapeParameterPair > | parameter |
Definition at line 82 of file customshapeproperties.hxx.
|
inline |
Definition at line 91 of file customshapeproperties.hxx.
References XML_norm.
| bool oox::drawingml::Path2D::extrusionOk |
Definition at line 88 of file customshapeproperties.hxx.
| sal_Int32 oox::drawingml::Path2D::fill |
Definition at line 86 of file customshapeproperties.hxx.
| sal_Int64 oox::drawingml::Path2D::h |
Definition at line 85 of file customshapeproperties.hxx.
| std::vector< css::drawing::EnhancedCustomShapeParameterPair > oox::drawingml::Path2D::parameter |
Definition at line 89 of file customshapeproperties.hxx.
| bool oox::drawingml::Path2D::stroke |
Definition at line 87 of file customshapeproperties.hxx.
| sal_Int64 oox::drawingml::Path2D::w |
Definition at line 84 of file customshapeproperties.hxx.