Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/drawingml/
H A Dfillproperties.hxx46 struct GradientFillProperties struct
48 typedef ::std::map< double, Color > GradientStopMap;
50 GradientStopMap maGradientStops; /// Gradient stops (colors/transparence).
51 OptValue< ::com::sun::star::geometry::IntegerRectangle2D > moFillToRect;
52 OptValue< ::com::sun::star::geometry::IntegerRectangle2D > moTileRect;
53 …OptValue< sal_Int32 > moGradientPath; /// If set, gradient follows rectangle, circle, or sha…
54 OptValue< sal_Int32 > moShadeAngle; /// Rotation angle of linear gradients.
55 … OptValue< sal_Int32 > moShadeFlip; /// Flip mode of gradient, if not stretched to shape.
56 OptValue< bool > moShadeScaled; /// True = scale gradient into shape.
57 OptValue< bool > moRotateWithShape; /// True = rotate gradient with shape.

Completed in 17 milliseconds