[Libreoffice-commits] .: oox/inc

Miklos Vajna vmiklos at kemper.freedesktop.org
Wed Apr 18 05:02:58 PDT 2012


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

New commits:
commit 8fd03963cdaa0ffd9a5fbe0f56d6e4c2700e7883
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Wed Apr 18 14:01:56 2012 +0200

    oox: fix doxygen syntax to avoid misleading output in vml::ClientData

diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index d11e34a..82c0f3e 100644
--- a/oox/inc/oox/vml/vmlshape.hxx
+++ b/oox/inc/oox/vml/vmlshape.hxx
@@ -139,35 +139,35 @@ protected:
 /** Excel specific shape client data (such as cell anchor). */
 struct ClientData
 {
-    ::rtl::OUString     maAnchor;           /// Cell anchor as comma-separated string.
-    ::rtl::OUString     maFmlaMacro;        /// Link to macro associated to the control.
-    ::rtl::OUString     maFmlaPict;         /// Target cell range of picture links.
-    ::rtl::OUString     maFmlaLink;         /// Link to value cell associated to the control.
-    ::rtl::OUString     maFmlaRange;        /// Link to cell range used as data source for the control.
-    ::rtl::OUString     maFmlaGroup;        /// Link to value cell associated to a group of option buttons.
-    sal_Int32           mnObjType;          /// Type of the shape.
-    sal_Int32           mnTextHAlign;       /// Horizontal text alignment.
-    sal_Int32           mnTextVAlign;       /// Vertical text alignment.
-    sal_Int32           mnCol;              /// Column index for spreadsheet cell note.
-    sal_Int32           mnRow;              /// Row index for spreadsheet cell note.
-    sal_Int32           mnChecked;          /// State for checkboxes and option buttons.
-    sal_Int32           mnDropStyle;        /// Drop down box style (read-only or editable).
-    sal_Int32           mnDropLines;        /// Number of lines in drop down box.
-    sal_Int32           mnVal;              /// Current value of spin buttons and scroll bars.
-    sal_Int32           mnMin;              /// Minimum value of spin buttons and scroll bars.
-    sal_Int32           mnMax;              /// Maximum value of spin buttons and scroll bars.
-    sal_Int32           mnInc;              /// Small increment of spin buttons and scroll bars.
-    sal_Int32           mnPage;             /// Large increment of spin buttons and scroll bars.
-    sal_Int32           mnSelType;          /// Listbox selection type.
-    sal_Int32           mnVTEdit;           /// Data type of the textbox.
-    bool                mbPrintObject;      /// True = print the object.
-    bool                mbVisible;          /// True = cell note is visible.
-    bool                mbDde;              /// True = object is linked through DDE.
-    bool                mbNo3D;             /// True = flat style, false = 3D style.
-    bool                mbNo3D2;            /// True = flat style, false = 3D style (listboxes and dropdowns).
-    bool                mbMultiLine;        /// True = textbox allows line breaks.
-    bool                mbVScroll;          /// True = textbox has a vertical scrollbar.
-    bool                mbSecretEdit;       /// True = textbox is a password edit field.
+    ::rtl::OUString     maAnchor;           ///< Cell anchor as comma-separated string.
+    ::rtl::OUString     maFmlaMacro;        ///< Link to macro associated to the control.
+    ::rtl::OUString     maFmlaPict;         ///< Target cell range of picture links.
+    ::rtl::OUString     maFmlaLink;         ///< Link to value cell associated to the control.
+    ::rtl::OUString     maFmlaRange;        ///< Link to cell range used as data source for the control.
+    ::rtl::OUString     maFmlaGroup;        ///< Link to value cell associated to a group of option buttons.
+    sal_Int32           mnObjType;          ///< Type of the shape.
+    sal_Int32           mnTextHAlign;       ///< Horizontal text alignment.
+    sal_Int32           mnTextVAlign;       ///< Vertical text alignment.
+    sal_Int32           mnCol;              ///< Column index for spreadsheet cell note.
+    sal_Int32           mnRow;              ///< Row index for spreadsheet cell note.
+    sal_Int32           mnChecked;          ///< State for checkboxes and option buttons.
+    sal_Int32           mnDropStyle;        ///< Drop down box style (read-only or editable).
+    sal_Int32           mnDropLines;        ///< Number of lines in drop down box.
+    sal_Int32           mnVal;              ///< Current value of spin buttons and scroll bars.
+    sal_Int32           mnMin;              ///< Minimum value of spin buttons and scroll bars.
+    sal_Int32           mnMax;              ///< Maximum value of spin buttons and scroll bars.
+    sal_Int32           mnInc;              ///< Small increment of spin buttons and scroll bars.
+    sal_Int32           mnPage;             ///< Large increment of spin buttons and scroll bars.
+    sal_Int32           mnSelType;          ///< Listbox selection type.
+    sal_Int32           mnVTEdit;           ///< Data type of the textbox.
+    bool                mbPrintObject;      ///< True = print the object.
+    bool                mbVisible;          ///< True = cell note is visible.
+    bool                mbDde;              ///< True = object is linked through DDE.
+    bool                mbNo3D;             ///< True = flat style, false = 3D style.
+    bool                mbNo3D2;            ///< True = flat style, false = 3D style (listboxes and dropdowns).
+    bool                mbMultiLine;        ///< True = textbox allows line breaks.
+    bool                mbVScroll;          ///< True = textbox has a vertical scrollbar.
+    bool                mbSecretEdit;       ///< True = textbox is a password edit field.
 
     explicit            ClientData();
 };


More information about the Libreoffice-commits mailing list