summaryrefslogtreecommitdiff
path: root/sc/inc/dbdata.hxx
diff options
context:
space:
mode:
authorAlaa.Bukhari <alloo.bukhari@gmail.com>2013-07-04 14:06:25 +0300
committerFridrich Strba <fridrich@documentfoundation.org>2013-07-04 12:37:06 +0000
commit3aea5e4c50d0b84e4e410856696eb0bf9101fbba (patch)
treec48801330cdd15c83853260c9abd20c1b94021eb /sc/inc/dbdata.hxx
parent2ea69ec976fa7bb681746c65807888853ce1b8ea (diff)
Modifying comments to meet Doxygen standards
Change-Id: I98ee2cc34bae677e18f7a70a212677704c9c57c5 Reviewed-on: https://gerrit.libreoffice.org/4717 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sc/inc/dbdata.hxx')
-rw-r--r--sc/inc/dbdata.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/inc/dbdata.hxx b/sc/inc/dbdata.hxx
index fcd5d492121b..c9ecdfb60c62 100644
--- a/sc/inc/dbdata.hxx
+++ b/sc/inc/dbdata.hxx
@@ -43,7 +43,7 @@ private:
boost::scoped_ptr<ScSubTotalParam> mpSubTotal;
boost::scoped_ptr<ScImportParam> mpImportParam;
- // DBParam
+ /// DBParam
const OUString aName;
OUString aUpper;
SCTAB nTable;
@@ -57,15 +57,15 @@ private:
bool bKeepFmt;
bool bStripData;
- // QueryParam
- bool bIsAdvanced; // true if created by advanced filter
- ScRange aAdvSource; // source range
+ /// QueryParam
+ bool bIsAdvanced; ///< true if created by advanced filter
+ ScRange aAdvSource; ///< source range
- bool bDBSelection; // not in Param: if selection, block update
+ bool bDBSelection; ///< not in Param: if selection, block update
- sal_uInt16 nIndex; // unique index formulas
- bool bAutoFilter; // AutoFilter? (not saved)
- bool bModified; // is set/cleared for/by(?) UpdateReference
+ sal_uInt16 nIndex; ///< unique index formulas
+ bool bAutoFilter; ///< AutoFilter? (not saved)
+ bool bModified; ///< is set/cleared for/by(?) UpdateReference
using ScRefreshTimer::operator==;
@@ -211,7 +211,7 @@ public:
private:
Link aRefreshHandler;
ScDocument* pDoc;
- sal_uInt16 nEntryIndex; // counter for unique indices
+ sal_uInt16 nEntryIndex; ///< counter for unique indices
NamedDBs maNamedDBs;
AnonDBs maAnonDBs;