oox/inc/oox/ole/vbacontrol.hxx |   36 ++++++++++++++++++------------------
 oox/inc/oox/ole/vbamodule.hxx  |    4 ++--
 oox/inc/oox/ole/vbaproject.hxx |   14 +++++++-------
 3 files changed, 27 insertions(+), 27 deletions(-)

New commits:
commit a1263c2e160acfaba4ea205b9135606f49d03af6
Author: Miklos Vajna <vmik...@suse.cz>
Date:   Tue Jun 26 09:43:30 2012 +0200

    oox: fix remaining vba doxygen errors
    
    Change-Id: Ic7816065fd5fda640ce85ab25514df76be098b12

diff --git a/oox/inc/oox/ole/vbacontrol.hxx b/oox/inc/oox/ole/vbacontrol.hxx
index b4d2afb..bbe5373 100644
--- a/oox/inc/oox/ole/vbacontrol.hxx
+++ b/oox/inc/oox/ole/vbacontrol.hxx
@@ -90,20 +90,20 @@ public:
                             const ControlConverter& rConv ) const;
 
 protected:
-    ::rtl::OUString     maName;             /// Name of the control.
-    ::rtl::OUString     maTag;              /// User defined tag.
-    ::rtl::OUString     maToolTip;          /// Tool tip for the control.
-    ::rtl::OUString     maControlSource;    /// Linked cell for the control 
value in a spreadsheet.
-    ::rtl::OUString     maRowSource;        /// Source data for the control in 
a spreadsheet.
-
-    AxPairData          maPos;              /// Position in parent container.
-    sal_Int32           mnId;               /// Control identifier.
-    sal_Int32           mnHelpContextId;    /// Help context identifier.
-    sal_uInt32          mnFlags;            /// Various flags.
-    sal_uInt32          mnStreamLen;        /// Size of control stream data.
-    sal_Int16           mnTabIndex;         /// Tab order index.
-    sal_uInt16          mnClassIdOrCache;   /// Class name identifier or GUID 
cache index.
-    sal_uInt16          mnGroupId;          /// Group identifier for grouped 
controls.
+    ::rtl::OUString     maName;             ///< Name of the control.
+    ::rtl::OUString     maTag;              ///< User defined tag.
+    ::rtl::OUString     maToolTip;          ///< Tool tip for the control.
+    ::rtl::OUString     maControlSource;    ///< Linked cell for the control 
value in a spreadsheet.
+    ::rtl::OUString     maRowSource;        ///< Source data for the control 
in a spreadsheet.
+
+    AxPairData          maPos;              ///< Position in parent container.
+    sal_Int32           mnId;               ///< Control identifier.
+    sal_Int32           mnHelpContextId;    ///< Help context identifier.
+    sal_uInt32          mnFlags;            ///< Various flags.
+    sal_uInt32          mnStreamLen;        ///< Size of control stream data.
+    sal_Int16           mnTabIndex;         ///< Tab order index.
+    sal_uInt16          mnClassIdOrCache;   ///< Class name identifier or GUID 
cache index.
+    sal_uInt16          mnGroupId;          ///< Group identifier for grouped 
controls.
 };
 
 typedef ::boost::shared_ptr< VbaSiteModel > VbaSiteModelRef;
@@ -173,12 +173,12 @@ private:
     static bool         compareByTabIndex( const VbaFormControlRef& rxLeft, 
const VbaFormControlRef& rxRight );
 
 protected:
-    VbaSiteModelRef     mxSiteModel;        /// Common control properties.
-    ControlModelRef     mxCtrlModel;        /// Specific control properties.
+    VbaSiteModelRef     mxSiteModel;        ///< Common control properties.
+    ControlModelRef     mxCtrlModel;        ///< Specific control properties.
 
 private:
-    VbaFormControlVector maControls;        /// All embedded form controls.
-    AxClassTable         maClassTable;      /// Class identifiers for exotic 
embedded controls.
+    VbaFormControlVector maControls;        ///< All embedded form controls.
+    AxClassTable         maClassTable;      ///< Class identifiers for exotic 
embedded controls.
 };
 
 // ============================================================================
diff --git a/oox/inc/oox/ole/vbamodule.hxx b/oox/inc/oox/ole/vbamodule.hxx
index 2e83b3e..5e1725d 100644
--- a/oox/inc/oox/ole/vbamodule.hxx
+++ b/oox/inc/oox/ole/vbamodule.hxx
@@ -100,9 +100,9 @@ private:
 
 private:
     ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext 
>
-                        mxContext;          /// Component context with service 
manager.
+                        mxContext;          ///< Component context with 
service manager.
     ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >
-                        mxDocModel;         /// Document model used to 
import/export the VBA project.
+                        mxDocModel;         ///< Document model used to 
import/export the VBA project.
     ::rtl::OUString     maName;
     ::rtl::OUString     maStreamName;
     ::rtl::OUString     maDocString;
diff --git a/oox/inc/oox/ole/vbaproject.hxx b/oox/inc/oox/ole/vbaproject.hxx
index cb1ee4f..febc0ba 100644
--- a/oox/inc/oox/ole/vbaproject.hxx
+++ b/oox/inc/oox/ole/vbaproject.hxx
@@ -191,16 +191,16 @@ private:
     typedef ::std::map< ::rtl::OUString, sal_Int32 >    DummyModuleMap;
 
     ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext 
>
-                        mxContext;          /// Component context with service 
manager.
+                        mxContext;          ///< Component context with 
service manager.
     ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >
-                        mxDocModel;         /// Document model used to 
import/export the VBA project.
+                        mxDocModel;         ///< Document model used to 
import/export the VBA project.
     ::com::sun::star::uno::Reference< 
::com::sun::star::container::XNameContainer >
-                        mxBasicLib;         /// The Basic library of the 
document used for import.
+                        mxBasicLib;         ///< The Basic library of the 
document used for import.
     ::com::sun::star::uno::Reference< 
::com::sun::star::container::XNameContainer >
-                        mxDialogLib;        /// The dialog library of the 
document used for import.
-    MacroAttacherVector maMacroAttachers;   /// Objects that want to attach a 
VBA macro to an action.
-    DummyModuleMap      maDummyModules;     /// Additional empty modules 
created on import.
-    ::rtl::OUString     maPrjName;          /// Name of the VBA project.
+                        mxDialogLib;        ///< The dialog library of the 
document used for import.
+    MacroAttacherVector maMacroAttachers;   ///< Objects that want to attach a 
VBA macro to an action.
+    DummyModuleMap      maDummyModules;     ///< Additional empty modules 
created on import.
+    ::rtl::OUString     maPrjName;          ///< Name of the VBA project.
     ::com::sun::star::uno::Reference< 
::com::sun::star::container::XNameContainer >
                         mxOleOverridesSink;
 };
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to