summaryrefslogtreecommitdiff
path: root/oox/inc/oox/vml/vmlshape.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-04-18 14:01:56 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-04-18 14:03:27 +0200
commit8fd03963cdaa0ffd9a5fbe0f56d6e4c2700e7883 (patch)
tree8db94b135bdff6dd014c9a64d6f8f52340c2dd75 /oox/inc/oox/vml/vmlshape.hxx
parent04ce0e891ecb9c4bb51fd19e9588ecb8613ac788 (diff)
oox: fix doxygen syntax to avoid misleading output in vml::ClientData
Diffstat (limited to 'oox/inc/oox/vml/vmlshape.hxx')
-rw-r--r--oox/inc/oox/vml/vmlshape.hxx58
1 files changed, 29 insertions, 29 deletions
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index d11e34a8f615..82c0f3e75936 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();
};