|
LibreOffice Module filter (master) 1
|
#include <svgwriter.hxx>
Public Member Functions | |
| SVGShapeDescriptor () | |
Public Attributes | |
| tools::PolyPolygon | maShapePolyPoly |
| Color | maShapeFillColor |
| Color | maShapeLineColor |
| sal_Int32 | mnStrokeWidth |
| SvtGraphicStroke::DashArray | maDashArray |
| ::std::optional< Gradient > | moShapeGradient |
| OUString | maId |
| basegfx::B2DLineJoin | maLineJoin |
| css::drawing::LineCap | maLineCap |
Definition at line 161 of file svgwriter.hxx.
|
inline |
Definition at line 174 of file svgwriter.hxx.
References COL_TRANSPARENT(), and Miter.
| SvtGraphicStroke::DashArray SVGShapeDescriptor::maDashArray |
Definition at line 167 of file svgwriter.hxx.
Referenced by SVGActionWriter::ImplWriteShape().
| OUString SVGShapeDescriptor::maId |
Definition at line 169 of file svgwriter.hxx.
Referenced by SVGActionWriter::ImplWriteShape().
| css::drawing::LineCap SVGShapeDescriptor::maLineCap |
Definition at line 171 of file svgwriter.hxx.
Referenced by SVGActionWriter::ImplWriteShape().
| basegfx::B2DLineJoin SVGShapeDescriptor::maLineJoin |
Definition at line 170 of file svgwriter.hxx.
Referenced by SVGActionWriter::ImplWriteShape().
| Color SVGShapeDescriptor::maShapeFillColor |
Definition at line 164 of file svgwriter.hxx.
Referenced by SVGActionWriter::ImplWriteShape().
| Color SVGShapeDescriptor::maShapeLineColor |
Definition at line 165 of file svgwriter.hxx.
Referenced by SVGActionWriter::ImplWriteShape().
| tools::PolyPolygon SVGShapeDescriptor::maShapePolyPoly |
Definition at line 163 of file svgwriter.hxx.
Referenced by SVGActionWriter::ImplWriteShape().
| sal_Int32 SVGShapeDescriptor::mnStrokeWidth |
Definition at line 166 of file svgwriter.hxx.
Referenced by SVGActionWriter::ImplWriteShape().
| ::std::optional< Gradient > SVGShapeDescriptor::moShapeGradient |
Definition at line 168 of file svgwriter.hxx.
Referenced by SVGActionWriter::ImplWriteShape().