[Libreoffice-commits] .: oox/inc

Miklos Vajna vmiklos at kemper.freedesktop.org
Mon Mar 26 04:08:33 PDT 2012


 oox/inc/oox/vml/vmlshape.hxx |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

New commits:
commit 2452e28a068803ad1ca910798339303cc52e45be
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Mon Mar 26 13:07:03 2012 +0200

    oox: fix doxygen syntax to avoid misleading output in ShapeTypeModel

diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index 8c68337..946af36 100644
--- a/oox/inc/oox/vml/vmlshape.hxx
+++ b/oox/inc/oox/vml/vmlshape.hxx
@@ -66,27 +66,27 @@ const sal_Int32 VML_CLIENTDATA_FORMULA          = 4;
 /** The shape model structure contains all properties shared by all types of shapes. */
 struct ShapeTypeModel
 {
-    ::rtl::OUString     maShapeId;              /// Unique identifier of the shape.
-    ::rtl::OUString     maShapeName;            /// Name of the shape, if present.
-    OptValue< sal_Int32 > moShapeType;          /// Builtin shape type identifier.
-
-    OptValue< Int32Pair > moCoordPos;           /// Top-left position of coordinate system for children scaling.
-    OptValue< Int32Pair > moCoordSize;          /// Size of coordinate system for children scaling.
-    ::rtl::OUString     maPosition;             /// Position type of the shape.
-    ::rtl::OUString     maLeft;                 /// X position of the shape bounding box (number with unit).
-    ::rtl::OUString     maTop;                  /// Y position of the shape bounding box (number with unit).
-    ::rtl::OUString     maWidth;                /// Width of the shape bounding box (number with unit).
-    ::rtl::OUString     maHeight;               /// Height of the shape bounding box (number with unit).
-    ::rtl::OUString     maMarginLeft;           /// X position of the shape bounding box to shape anchor (number with unit).
-    ::rtl::OUString     maMarginTop;            /// Y position of the shape bounding box to shape anchor (number with unit).
-    ::rtl::OUString     maPositionVerticalRelative; /// The Y position is relative to this.
-    sal_Bool            mbAutoHeight;           /// If true, the height value is a minimum value (mostly used for textboxes)
-
-    StrokeModel         maStrokeModel;          /// Border line formatting.
-    FillModel           maFillModel;            /// Shape fill formatting.
-
-    OptValue< ::rtl::OUString > moGraphicPath;  /// Path to a graphic for this shape.
-    OptValue< ::rtl::OUString > moGraphicTitle; /// Title of the graphic.
+    ::rtl::OUString     maShapeId;              ///< Unique identifier of the shape.
+    ::rtl::OUString     maShapeName;            ///< Name of the shape, if present.
+    OptValue< sal_Int32 > moShapeType;          ///< Builtin shape type identifier.
+
+    OptValue< Int32Pair > moCoordPos;           ///< Top-left position of coordinate system for children scaling.
+    OptValue< Int32Pair > moCoordSize;          ///< Size of coordinate system for children scaling.
+    ::rtl::OUString     maPosition;             ///< Position type of the shape.
+    ::rtl::OUString     maLeft;                 ///< X position of the shape bounding box (number with unit).
+    ::rtl::OUString     maTop;                  ///< Y position of the shape bounding box (number with unit).
+    ::rtl::OUString     maWidth;                ///< Width of the shape bounding box (number with unit).
+    ::rtl::OUString     maHeight;               ///< Height of the shape bounding box (number with unit).
+    ::rtl::OUString     maMarginLeft;           ///< X position of the shape bounding box to shape anchor (number with unit).
+    ::rtl::OUString     maMarginTop;            ///< Y position of the shape bounding box to shape anchor (number with unit).
+    ::rtl::OUString     maPositionVerticalRelative; ///< The Y position is relative to this.
+    sal_Bool            mbAutoHeight;           ///< If true, the height value is a minimum value (mostly used for textboxes)
+
+    StrokeModel         maStrokeModel;          ///< Border line formatting.
+    FillModel           maFillModel;            ///< Shape fill formatting.
+
+    OptValue< ::rtl::OUString > moGraphicPath;  ///< Path to a graphic for this shape.
+    OptValue< ::rtl::OUString > moGraphicTitle; ///< Title of the graphic.
 
     explicit            ShapeTypeModel();
 


More information about the Libreoffice-commits mailing list