diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-06-25 09:32:18 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-06-25 09:40:07 +0200 |
commit | 35c2b717857baa37d1f31f0bb6aa1ae27201b419 (patch) | |
tree | 09d30c67f682c5dcb6dd2585eadccf6daba01d6b | |
parent | e6dfd9da6bdc0b2bf8c9990eca83207edf86011f (diff) |
oox: kill last vml doxygen errors
Change-Id: I955086f0c816d58fe8dfd104fe90367c76ad6568
-rw-r--r-- | oox/inc/oox/vml/vmlformatting.hxx | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/oox/inc/oox/vml/vmlformatting.hxx b/oox/inc/oox/vml/vmlformatting.hxx index 428e2bd1d5e4..9bf168317365 100644 --- a/oox/inc/oox/vml/vmlformatting.hxx +++ b/oox/inc/oox/vml/vmlformatting.hxx @@ -166,16 +166,16 @@ struct StrokeArrowModel /** The stroke model structure contains all shape border properties. */ struct StrokeModel { - OptValue< bool > moStroked; /// Shape border line on/off. - StrokeArrowModel maStartArrow; /// Start line arrow style. - StrokeArrowModel maEndArrow; /// End line arrow style. - OptValue< ::rtl::OUString > moColor; /// Solid line color. - OptValue< double > moOpacity; /// Solid line color opacity. - OptValue< ::rtl::OUString > moWeight; /// Line width. - OptValue< ::rtl::OUString > moDashStyle; /// Line dash (predefined or manually). - OptValue< sal_Int32 > moLineStyle; /// Line style (single, double, ...). - OptValue< sal_Int32 > moEndCap; /// Type of line end cap. - OptValue< sal_Int32 > moJoinStyle; /// Type of line join. + OptValue< bool > moStroked; ///< Shape border line on/off. + StrokeArrowModel maStartArrow; ///< Start line arrow style. + StrokeArrowModel maEndArrow; ///< End line arrow style. + OptValue< ::rtl::OUString > moColor; ///< Solid line color. + OptValue< double > moOpacity; ///< Solid line color opacity. + OptValue< ::rtl::OUString > moWeight; ///< Line width. + OptValue< ::rtl::OUString > moDashStyle; ///< Line dash (predefined or manually). + OptValue< sal_Int32 > moLineStyle; ///< Line style (single, double, ...). + OptValue< sal_Int32 > moEndCap; ///< Type of line end cap. + OptValue< sal_Int32 > moJoinStyle; ///< Type of line join. void assignUsed( const StrokeModel& rSource ); @@ -190,18 +190,18 @@ struct StrokeModel /** The fill model structure contains all shape fill properties. */ struct FillModel { - OptValue< bool > moFilled; /// Shape fill on/off. - OptValue< ::rtl::OUString > moColor; /// Solid fill color. - OptValue< double > moOpacity; /// Solid fill color opacity. - OptValue< ::rtl::OUString > moColor2; /// End color of gradient. - OptValue< double > moOpacity2; /// End color opacity of gradient. - OptValue< sal_Int32 > moType; /// Fill type. - OptValue< sal_Int32 > moAngle; /// Gradient rotation angle. - OptValue< double > moFocus; /// Linear gradient focus of second color. - OptValue< DoublePair > moFocusPos; /// Rectangular gradient focus position of second color. - OptValue< DoublePair > moFocusSize; /// Rectangular gradient focus size of second color. - OptValue< ::rtl::OUString > moBitmapPath; /// Path to fill bitmap fragment. - OptValue< bool > moRotate; /// True = rotate gradient/bitmap with shape. + OptValue< bool > moFilled; ///< Shape fill on/off. + OptValue< ::rtl::OUString > moColor; ///< Solid fill color. + OptValue< double > moOpacity; ///< Solid fill color opacity. + OptValue< ::rtl::OUString > moColor2; ///< End color of gradient. + OptValue< double > moOpacity2; ///< End color opacity of gradient. + OptValue< sal_Int32 > moType; ///< Fill type. + OptValue< sal_Int32 > moAngle; ///< Gradient rotation angle. + OptValue< double > moFocus; ///< Linear gradient focus of second color. + OptValue< DoublePair > moFocusPos; ///< Rectangular gradient focus position of second color. + OptValue< DoublePair > moFocusSize; ///< Rectangular gradient focus size of second color. + OptValue< ::rtl::OUString > moBitmapPath; ///< Path to fill bitmap fragment. + OptValue< bool > moRotate; ///< True = rotate gradient/bitmap with shape. void assignUsed( const FillModel& rSource ); |