Home
last modified time | relevance | path

Searched defs:Path2D (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx97 struct Path2D struct
99 sal_Int64 w;
100 sal_Int64 h;
101 sal_Int32 fill;
102 sal_Bool stroke;
103 sal_Bool extrusionOk;
104 std::vector< com::sun::star::drawing::EnhancedCustomShapeParameterPair > parameter;
106 Path2D() : w( 0 ), h( 0 ), fill( XML_norm ), stroke( sal_True ), extrusionOk( sal_True ) {}; in Path2D() argument

Completed in 13 milliseconds