summaryrefslogtreecommitdiff
path: root/svl/inc/svl
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-14 11:20:36 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-14 11:20:36 +0100
commit8568e19020ad6d8598bdd8c9c7f02db964ef81ad (patch)
tree69625efcf4d224b9be9aae53c1fa9c1c765021c5 /svl/inc/svl
parent6e6de6ff1ed83b1a0d3a09ce4a91f72f15403886 (diff)
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'svl/inc/svl')
-rw-r--r--svl/inc/svl/restrictedpaths.hxx6
-rw-r--r--svl/inc/svl/zforlist.hxx24
-rw-r--r--svl/inc/svl/zformat.hxx6
3 files changed, 18 insertions, 18 deletions
diff --git a/svl/inc/svl/restrictedpaths.hxx b/svl/inc/svl/restrictedpaths.hxx
index 1bbd5f1bd48f..11d57af35ce0 100644
--- a/svl/inc/svl/restrictedpaths.hxx
+++ b/svl/inc/svl/restrictedpaths.hxx
@@ -59,7 +59,7 @@ namespace svt
only certain URLs can be browsed. This method checks whether a given URL belongs
to this set of permitted URLs.</p>
- <p>If no "access restriction" is effective, this method always returns <sal_True/>.</p>
+ <p>If no "access restriction" is effective, this method always returns <TRUE/>.</p>
*/
virtual bool isUrlAllowed( const String& _rURL ) const;
@@ -70,9 +70,9 @@ namespace svt
to this set of permitted URLs.</p>
<p>Default behavior allows access to parent folder of a restricted folder (but not to its siblings).
- If allowParents is set to <sal_False/> parent folders will be treated as forbidden.
+ If allowParents is set to <FALSE/> parent folders will be treated as forbidden.
- <p>If no "access restriction" is effective, this method always returns <sal_True/>.</p>
+ <p>If no "access restriction" is effective, this method always returns <TRUE/>.</p>
*/
bool isUrlAllowed( const String& _rURL, bool allowParents ) const;
};
diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx
index be022c711de1..abb627567856 100644
--- a/svl/inc/svl/zforlist.hxx
+++ b/svl/inc/svl/zforlist.hxx
@@ -403,8 +403,8 @@ public:
/** Create new entry of a format code string for language/country.
@return
- <sal_True/> if string new and ok and inserted.
- <sal_False/> if string already exists or an unresolvable parse error
+ <TRUE/> if string new and ok and inserted.
+ <FALSE/> if string already exists or an unresolvable parse error
occured, in which case nCheckPos is the error position within rString.
If the error occurs at position 0 or rString is empty nCheckPos
will be 1, so an error in the string is always indicated by
@@ -483,10 +483,10 @@ public:
/** Analyze an input string
@return
- <sal_True/> if input is a number or is matching a format F_Index
+ <TRUE/> if input is a number or is matching a format F_Index
F_Index is set to a matching format if number, the value is
returned in fOutNumber
- <sal_False/> if input is not a number
+ <FALSE/> if input is not a number
*/
sal_Bool IsNumberFormat( const String& sString, sal_uInt32& F_Index, double& fOutNumber );
@@ -507,8 +507,8 @@ public:
/** Format a number according to a format code string to be scanned.
@return
- <sal_False/> if format code contains an error
- <sal_True/> else, in which case the string and color are returned.
+ <FALSE/> if format code contains an error
+ <TRUE/> else, in which case the string and color are returned.
*/
sal_Bool GetPreviewString( const String& sFormatString, double fPreviewNumber,
String& sOutString, Color** ppColor,
@@ -522,8 +522,8 @@ public:
/** Format a string according to a format code string to be scanned.
@return
- <sal_False/> if format code contains an error
- <sal_True/> else, in which case the string and color are returned.
+ <FALSE/> if format code contains an error
+ <TRUE/> else, in which case the string and color are returned.
*/
sal_Bool GetPreviewString( const String& sFormatString, const String& sPreviewString,
String& sOutString, Color** ppColor,
@@ -724,8 +724,8 @@ public:
/** Get all standard formats for a specific currency, formats are
appended to the <type>NfWSStringsDtor</type> list.
@param bBank
- <sal_True/>: generate only format strings with currency abbreviation
- <sal_False/>: mixed format strings
+ <TRUE/>: generate only format strings with currency abbreviation
+ <FALSE/>: mixed format strings
@return
position of default format
*/
@@ -755,7 +755,7 @@ public:
@param bFoundBank
Only used for output.
- If the return value is not <NULL/> this value is set to <sal_True/> if
+ If the return value is not <NULL/> this value is set to <TRUE/> if
the matching entry was found by comparing rSymbol against the
CurrencyAbbreviation (AKA BankSymbol).
If the return value is <NULL/> the value of bFoundBank is undefined.
@@ -769,7 +769,7 @@ public:
The language/country value of the format of which rSymbol and
rExtension are obtained (<method>SvNumberformat::GetLanguage()</method>).
@param bOnlyStringLanguage
- If <sal_True/> only entries with language/country of rExtension are
+ If <TRUE/> only entries with language/country of rExtension are
checked, no match on eFormatLanguage. If rExtension is empty all
entries are checked.
@return
diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx
index 64a336aabc30..f610b44c4b6b 100644
--- a/svl/inc/svl/zformat.hxx
+++ b/svl/inc/svl/zformat.hxx
@@ -410,7 +410,7 @@ public:
::com::sun::star::i18n::NativeNumberXmlAttributes& rAttr,
sal_uInt16 nNumFor ) const;
- /** @returns <sal_True/> if E,EE,R,RR,AAA,AAAA in format code of subformat
+ /** @returns <TRUE/> if E,EE,R,RR,AAA,AAAA in format code of subformat
nNumFor (0..3) and <b>no</b> preceding calendar was specified and the
currently loaded calendar is "gregorian". */
sal_Bool IsOtherCalendar( sal_uInt16 nNumFor ) const
@@ -436,8 +436,8 @@ public:
calendar switched and rOrgCalendar was empty.
@return
- <sal_True/> if a calendar was specified and switched to,
- <sal_False/> else.
+ <TRUE/> if a calendar was specified and switched to,
+ <FALSE/> else.
*/
sal_Bool SwitchToSpecifiedCalendar( String& rOrgCalendar, double& fOrgDateTime,
sal_uInt16 nNumFor ) const