summaryrefslogtreecommitdiff
path: root/vcl/inc
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 /vcl/inc
parent6e6de6ff1ed83b1a0d3a09ce4a91f72f15403886 (diff)
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/field.hxx12
-rw-r--r--vcl/inc/vcl/pdfextoutdevdata.hxx12
-rw-r--r--vcl/inc/vcl/pdfwriter.hxx12
-rw-r--r--vcl/inc/vcl/regband.hxx4
-rw-r--r--vcl/inc/vcl/svapp.hxx4
-rwxr-xr-xvcl/inc/vcl/window.hxx4
6 files changed, 24 insertions, 24 deletions
diff --git a/vcl/inc/vcl/field.hxx b/vcl/inc/vcl/field.hxx
index cdc801d3b34b..0d72a199696e 100644
--- a/vcl/inc/vcl/field.hxx
+++ b/vcl/inc/vcl/field.hxx
@@ -400,14 +400,14 @@ public:
/** enables or disables the enforcement of valid values
- If this is set to <sal_True/> (which is the default), then GetDate will always return a valid
+ If this is set to <TRUE/> (which is the default), then GetDate will always return a valid
date, no matter whether the current text can really be interpreted as date. (Note: this
is the compatible bahavior).
- If this is set to <sal_False/>, the GetDate will return GetInvalidDate, in case the current text
+ If this is set to <FALSE/>, the GetDate will return GetInvalidDate, in case the current text
cannot be interpreted as date.
- In addition, if this is set to <sal_False/>, the text in the field will <em>not</em> be corrected
+ In addition, if this is set to <FALSE/>, the text in the field will <em>not</em> be corrected
when the control loses the focus - instead, the invalid input will be preserved.
*/
void EnforceValidValue( sal_Bool _bEnforce ) { mbEnforceValidValue = _bEnforce; }
@@ -484,14 +484,14 @@ public:
/** enables or disables the enforcement of valid values
- If this is set to <sal_True/> (which is the default), then GetTime will always return a valid
+ If this is set to <TRUE/> (which is the default), then GetTime will always return a valid
time, no matter whether the current text can really be interpreted as time. (Note: this
is the compatible bahavior).
- If this is set to <sal_False/>, the GetTime will return GetInvalidTime, in case the current text
+ If this is set to <FALSE/>, the GetTime will return GetInvalidTime, in case the current text
cannot be interpreted as time.
- In addition, if this is set to <sal_False/>, the text in the field will <em>not</em> be corrected
+ In addition, if this is set to <FALSE/>, the text in the field will <em>not</em> be corrected
when the control loses the focus - instead, the invalid input will be preserved.
*/
void EnforceValidValue( sal_Bool _bEnforce ) { mbEnforceValidValue = _bEnforce; }
diff --git a/vcl/inc/vcl/pdfextoutdevdata.hxx b/vcl/inc/vcl/pdfextoutdevdata.hxx
index b12fea61e6c1..f1e203a84431 100644
--- a/vcl/inc/vcl/pdfextoutdevdata.hxx
+++ b/vcl/inc/vcl/pdfextoutdevdata.hxx
@@ -408,7 +408,7 @@ public :
SetStructureAttribute sets an attribute of the current structural element to a
new value. A consistency check is performed before actually setting the value;
- if the check fails, the function returns <sal_False/> and the attribute remains
+ if the check fails, the function returns <FALSE/> and the attribute remains
unchanged.
@param eAttr
@@ -418,15 +418,15 @@ public :
the value to set the attribute to
@returns
- <sal_True/> if the value was valid and the change has been performed,
- <sal_False/> if the attribute or value was invalid; attribute remains unchanged
+ <TRUE/> if the value was valid and the change has been performed,
+ <FALSE/> if the attribute or value was invalid; attribute remains unchanged
*/
bool SetStructureAttribute( PDFWriter::StructAttribute eAttr, PDFWriter::StructAttributeValue eVal );
/** set a structure attribute on the current structural element
SetStructureAttributeNumerical sets an attribute of the current structural element
to a new numerical value. A consistency check is performed before actually setting
- the value; if the check fails, the function returns <sal_False/> and the attribute
+ the value; if the check fails, the function returns <FALSE/> and the attribute
remains unchanged.
@param eAttr
@@ -436,8 +436,8 @@ public :
the value to set the attribute to
@returns
- <sal_True/> if the value was valid and the change has been performed,
- <sal_False/> if the attribute or value was invalid; attribute remains unchanged
+ <TRUE/> if the value was valid and the change has been performed,
+ <FALSE/> if the attribute or value was invalid; attribute remains unchanged
*/
bool SetStructureAttributeNumerical( PDFWriter::StructAttribute eAttr, sal_Int32 nValue );
/** set the bounding box of a structural element
diff --git a/vcl/inc/vcl/pdfwriter.hxx b/vcl/inc/vcl/pdfwriter.hxx
index 87b7bce3f621..0f7cb805d914 100644
--- a/vcl/inc/vcl/pdfwriter.hxx
+++ b/vcl/inc/vcl/pdfwriter.hxx
@@ -1161,7 +1161,7 @@ The following structure describes the permissions used in PDF security
SetStructureAttribute sets an attribute of the current structural element to a
new value. A consistency check is performed before actually setting the value;
- if the check fails, the function returns <sal_False/> and the attribute remains
+ if the check fails, the function returns <FALSE/> and the attribute remains
unchanged.
@param eAttr
@@ -1171,15 +1171,15 @@ The following structure describes the permissions used in PDF security
the value to set the attribute to
@returns
- <sal_True/> if the value was valid and the change has been performed,
- <sal_False/> if the attribute or value was invalid; attribute remains unchanged
+ <TRUE/> if the value was valid and the change has been performed,
+ <FALSE/> if the attribute or value was invalid; attribute remains unchanged
*/
bool SetStructureAttribute( enum StructAttribute eAttr, enum StructAttributeValue eVal );
/** set a structure attribute on the current structural element
SetStructureAttributeNumerical sets an attribute of the current structural element
to a new numerical value. A consistency check is performed before actually setting
- the value; if the check fails, the function returns <sal_False/> and the attribute
+ the value; if the check fails, the function returns <FALSE/> and the attribute
remains unchanged.
@param eAttr
@@ -1189,8 +1189,8 @@ The following structure describes the permissions used in PDF security
the value to set the attribute to
@returns
- <sal_True/> if the value was valid and the change has been performed,
- <sal_False/> if the attribute or value was invalid; attribute remains unchanged
+ <TRUE/> if the value was valid and the change has been performed,
+ <FALSE/> if the attribute or value was invalid; attribute remains unchanged
*/
bool SetStructureAttributeNumerical( enum StructAttribute eAttr, sal_Int32 nValue );
/** set the bounding box of a structural element
diff --git a/vcl/inc/vcl/regband.hxx b/vcl/inc/vcl/regband.hxx
index 6492c1ad39ff..e56bd7d3c564 100644
--- a/vcl/inc/vcl/regband.hxx
+++ b/vcl/inc/vcl/regband.hxx
@@ -94,10 +94,10 @@ public:
The new ImplRegionBand object will
be a copy of this band.
@param bIgnorePoints
- When <sal_True/> (the default) the
+ When <TRUE/> (the default) the
band points pointed to by
mpFirstBandPoint are not copied.
- When <sal_False/> they are copied.
+ When <FALSE/> they are copied.
You need the points when you are
planning to call ProcessPoints()
later on.
diff --git a/vcl/inc/vcl/svapp.hxx b/vcl/inc/vcl/svapp.hxx
index c98e2fe9703e..88e9b0f75732 100644
--- a/vcl/inc/vcl/svapp.hxx
+++ b/vcl/inc/vcl/svapp.hxx
@@ -312,8 +312,8 @@ public:
of the application's UI.
@returns
- <sal_True/> if the system font is suitable for our UI
- <sal_False/> if the test string could not be displayed with the system font
+ <TRUE/> if the system font is suitable for our UI
+ <FALSE/> if the test string could not be displayed with the system font
*/
static bool ValidateSystemFont();
diff --git a/vcl/inc/vcl/window.hxx b/vcl/inc/vcl/window.hxx
index 0bba376b43a3..769819c98b04 100755
--- a/vcl/inc/vcl/window.hxx
+++ b/vcl/inc/vcl/window.hxx
@@ -501,8 +501,8 @@ public:
the font to be tested
@returns
- <sal_True/> if the font can be used as UI font
- <sal_False/> if the font is unsuitable as UI font
+ <TRUE/> if the font can be used as UI font
+ <FALSE/> if the font is unsuitable as UI font
*/
SAL_DLLPRIVATE bool ImplCheckUIFont( const Font& rFont );
SAL_DLLPRIVATE void ImplUpdateGlobalSettings( AllSettings& rSettings, sal_Bool bCallHdl = sal_True );