From 35b42a9d1282a92dbc9a7fbc51d279812070688c Mon Sep 17 00:00:00 2001 From: "Nourah.AlShoeibi" Date: Sun, 7 Jul 2013 13:18:20 +0300 Subject: Modifying comments to meet Doxygen standards Change-Id: I0a7d606f359a6cc99a8ecf0fd3fcc5c0b216c94f Reviewed-on: https://gerrit.libreoffice.org/4754 Reviewed-by: abdulmajeed ahmed Tested-by: abdulmajeed ahmed --- sc/inc/docoptio.hxx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'sc/inc/docoptio.hxx') 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 ); -- cgit