summaryrefslogtreecommitdiff
path: root/sc/inc/docoptio.hxx
diff options
context:
space:
mode:
authorNourah.AlShoeibi <nourah.alshoeibi@gmail.com>2013-07-07 13:18:20 +0300
committerabdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>2013-07-07 18:41:08 +0000
commit35b42a9d1282a92dbc9a7fbc51d279812070688c (patch)
treedc3e8ed95236075ee1a0174965c21c0dfa1115e7 /sc/inc/docoptio.hxx
parentc06ef2b5638c815c2ed775eaabd9dac98863cef4 (diff)
Modifying comments to meet Doxygen standards
Change-Id: I0a7d606f359a6cc99a8ecf0fd3fcc5c0b216c94f Reviewed-on: https://gerrit.libreoffice.org/4754 Reviewed-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> Tested-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
Diffstat (limited to 'sc/inc/docoptio.hxx')
-rw-r--r--sc/inc/docoptio.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sc/inc/docoptio.hxx b/sc/inc/docoptio.hxx
index 4c70786cdec3..bc20c0a720b4 100644
--- a/sc/inc/docoptio.hxx
+++ b/sc/inc/docoptio.hxx
@@ -32,20 +32,20 @@
class SC_DLLPUBLIC ScDocOptions
{
double fIterEps; // epsilon value dazu
- sal_uInt16 nIterCount; // number
- sal_uInt16 nPrecStandardFormat; // precision for standard format
- sal_uInt16 nDay; // Null date:
+ sal_uInt16 nIterCount; ///< number
+ sal_uInt16 nPrecStandardFormat; ///< precision for standard format
+ sal_uInt16 nDay; ///< Null date:
sal_uInt16 nMonth;
sal_uInt16 nYear;
- sal_uInt16 nYear2000; // earlier 19YY is assumed, 20YY otherwise (if only YY of year is given)
- sal_uInt16 nTabDistance; // distance of standard tabs
- sal_Bool bIsIgnoreCase; // ignore case for comparisons?
- sal_Bool bIsIter; // iterations for circular refs
- sal_Bool bCalcAsShown; // calculate as shown (wrt precision)
- sal_Bool bMatchWholeCell; // search criteria must match the whole cell
- sal_Bool bDoAutoSpell; // auto-spelling
- sal_Bool bLookUpColRowNames; // determine column-/row titles automagically
- sal_Bool bFormulaRegexEnabled; // regular expressions in formulas enabled
+ sal_uInt16 nYear2000; ///< earlier 19YY is assumed, 20YY otherwise (if only YY of year is given)
+ sal_uInt16 nTabDistance; ///< distance of standard tabs
+ sal_Bool bIsIgnoreCase; ///< ignore case for comparisons?
+ sal_Bool bIsIter; ///< iterations for circular refs
+ sal_Bool bCalcAsShown; ///< calculate as shown (wrt precision)
+ sal_Bool bMatchWholeCell; ///< search criteria must match the whole cell
+ sal_Bool bDoAutoSpell; ///< auto-spelling
+ sal_Bool bLookUpColRowNames; ///< determine column-/row titles automagically
+ sal_Bool bFormulaRegexEnabled; ///< regular expressions in formulas enabled
public:
ScDocOptions();
ScDocOptions( const ScDocOptions& rCpy );