summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svl/inc/svl/restrictedpaths.hxx6
-rw-r--r--svl/inc/svl/zforlist.hxx24
-rw-r--r--svl/inc/svl/zformat.hxx6
-rw-r--r--svl/source/misc/folderrestriction.cxx2
-rw-r--r--svl/source/misc/restrictedpaths.cxx2
-rw-r--r--svtools/inc/svtools/accessibletable.hxx2
-rw-r--r--svtools/inc/svtools/accessibletableprovider.hxx10
-rw-r--r--svtools/inc/svtools/brwbox.hxx18
-rw-r--r--svtools/inc/svtools/fmtfield.hxx6
-rw-r--r--svtools/inc/svtools/genericunodialog.hxx2
-rw-r--r--svtools/inc/svtools/roadmapwizard.hxx4
-rw-r--r--svtools/inc/svtools/stringtransfer.hxx2
-rw-r--r--svtools/inc/svtools/svlbox.hxx2
-rw-r--r--svtools/inc/svtools/svtabbx.hxx8
-rw-r--r--svtools/inc/svtools/table/abstracttablecontrol.hxx2
-rw-r--r--svtools/inc/svtools/table/tablecontrol.hxx6
-rw-r--r--svtools/inc/svtools/table/tableinputhandler.hxx4
-rw-r--r--svtools/inc/svtools/table/tablemodel.hxx10
-rw-r--r--svtools/inc/svtools/table/tablerenderer.hxx34
-rw-r--r--svtools/inc/svtools/templatefoldercache.hxx12
-rw-r--r--svtools/inc/svtools/wizardmachine.hxx14
-rw-r--r--svtools/source/brwbox/ebbcontrols.cxx2
-rw-r--r--svtools/source/misc/templatefoldercache.cxx2
-rw-r--r--svtools/source/table/tablecontrol_impl.hxx4
-rw-r--r--toolkit/source/controls/unocontrolcontainer.cxx2
-rw-r--r--unotools/inc/unotools/accessiblerelationsethelper.hxx4
-rw-r--r--unotools/inc/unotools/accessiblestatesethelper.hxx12
-rw-r--r--unotools/inc/unotools/configitem.hxx2
-rw-r--r--unotools/inc/unotools/configpathes.hxx10
-rw-r--r--unotools/inc/unotools/configvaluecontainer.hxx12
-rw-r--r--unotools/inc/unotools/localedatawrapper.hxx8
-rw-r--r--unotools/inc/unotools/regoptions.hxx2
-rw-r--r--unotools/inc/unotools/securityoptions.hxx2
-rwxr-xr-xunotools/inc/unotools/syslocaleoptions.hxx8
-rw-r--r--unotools/source/accessibility/accessiblerelationsethelper.cxx4
-rw-r--r--unotools/source/accessibility/accessiblestatesethelper.cxx12
-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
-rw-r--r--vcl/source/gdi/region.cxx4
43 files changed, 157 insertions, 157 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
diff --git a/svl/source/misc/folderrestriction.cxx b/svl/source/misc/folderrestriction.cxx
index 412ef60e5627..e854b64b7830 100644
--- a/svl/source/misc/folderrestriction.cxx
+++ b/svl/source/misc/folderrestriction.cxx
@@ -74,7 +74,7 @@ static void convertStringListToUrls (
}
/** retrieves the value of an environment variable
- @return <sal_True/> if and only if the retrieved string value is not empty
+ @return <TRUE/> if and only if the retrieved string value is not empty
*/
static bool getEnvironmentValue( const sal_Char* _pAsciiEnvName, ::rtl::OUString& _rValue )
{
diff --git a/svl/source/misc/restrictedpaths.cxx b/svl/source/misc/restrictedpaths.cxx
index 8207d5765452..8c6f136f3eee 100644
--- a/svl/source/misc/restrictedpaths.cxx
+++ b/svl/source/misc/restrictedpaths.cxx
@@ -41,7 +41,7 @@ namespace svt
{
// ----------------------------------------------------------------
/** retrieves the value of an environment variable
- @return <sal_True/> if and only if the retrieved string value is not empty
+ @return <TRUE/> if and only if the retrieved string value is not empty
*/
bool lcl_getEnvironmentValue( const sal_Char* _pAsciiEnvName, ::rtl::OUString& _rValue )
{
diff --git a/svtools/inc/svtools/accessibletable.hxx b/svtools/inc/svtools/accessibletable.hxx
index 1d7e5441ad65..807760ef9b97 100644
--- a/svtools/inc/svtools/accessibletable.hxx
+++ b/svtools/inc/svtools/accessibletable.hxx
@@ -149,7 +149,7 @@ public:
virtual void dispose() = 0;
/** checks whether the accessible implementation, and its context, are still alive
- @return <sal_True/>, if the object is not disposed or disposing.
+ @return <TRUE/>, if the object is not disposed or disposing.
*/
virtual sal_Bool isAlive() const = 0;
diff --git a/svtools/inc/svtools/accessibletableprovider.hxx b/svtools/inc/svtools/accessibletableprovider.hxx
index 484a6efb69c9..dba96768f8bf 100644
--- a/svtools/inc/svtools/accessibletableprovider.hxx
+++ b/svtools/inc/svtools/accessibletableprovider.hxx
@@ -83,9 +83,9 @@ public:
@param _nColumn The column which description is in demand. */
virtual ::rtl::OUString GetColumnDescription( sal_uInt16 _nColumnPos ) const = 0;
- /** @return <sal_True/>, if the object has a row header. */
+ /** @return <TRUE/>, if the object has a row header. */
virtual sal_Bool HasRowHeader() const = 0; //GetColumnId
- /** @return <sal_True/>, if the object can focus a cell. */
+ /** @return <TRUE/>, if the object can focus a cell. */
virtual sal_Bool IsCellFocusable() const = 0;
virtual sal_Bool GoToCell( sal_Int32 _nRow, sal_uInt16 _nColumnPos ) = 0;
@@ -95,13 +95,13 @@ public:
virtual void SelectColumn( sal_uInt16 _nColumnPos, sal_Bool _bSelect = sal_True ) = 0;
virtual sal_Int32 GetSelectedRowCount() const = 0;
virtual sal_Int32 GetSelectedColumnCount() const = 0;
- /** @return <sal_True/>, if the row is selected. */
+ /** @return <TRUE/>, if the row is selected. */
virtual bool IsRowSelected( long _nRow ) const = 0;
virtual sal_Bool IsColumnSelected( long _nColumnPos ) const = 0;
virtual void GetAllSelectedRows( ::com::sun::star::uno::Sequence< sal_Int32 >& _rRows ) const = 0;
virtual void GetAllSelectedColumns( ::com::sun::star::uno::Sequence< sal_Int32 >& _rColumns ) const = 0;
- /** @return <sal_True/>, if the cell is visible. */
+ /** @return <TRUE/>, if the cell is visible. */
virtual sal_Bool IsCellVisible( sal_Int32 _nRow, sal_uInt16 _nColumnPos ) const = 0;
virtual String GetAccessibleCellText( long _nRow, sal_uInt16 _nColumnPos ) const = 0;
@@ -189,7 +189,7 @@ public:
virtual void dispose() = 0;
/** checks whether the accessible implementation, and its context, are still alive
- @return <sal_True/>, if the object is not disposed or disposing.
+ @return <TRUE/>, if the object is not disposed or disposing.
*/
virtual sal_Bool isAlive() const = 0;
diff --git a/svtools/inc/svtools/brwbox.hxx b/svtools/inc/svtools/brwbox.hxx
index 80717947912a..fe17531b3c92 100644
--- a/svtools/inc/svtools/brwbox.hxx
+++ b/svtools/inc/svtools/brwbox.hxx
@@ -686,9 +686,9 @@ public:
/** returns the Rectangle for either the column header bar ot the row header bar
@param _bIsColumnBar
- <sal_True/> when column header bar is used
+ <TRUE/> when column header bar is used
@param _bOnScreen
- <sal_True/> when the rectangle should be calculated OnScreen
+ <TRUE/> when the rectangle should be calculated OnScreen
@return
the Rectangle
*/
@@ -696,7 +696,7 @@ public:
/** calculates the Rectangle of the table
@param _bOnScreen
- <sal_True/> when the rectangle should be calculated OnScreen
+ <TRUE/> when the rectangle should be calculated OnScreen
@return
the Rectangle
*/
@@ -708,13 +708,13 @@ public:
@param _nColId
teh column id
@param _bOnScreen
- <sal_True/> when the rectangle should be calculated OnScreen
+ <TRUE/> when the rectangle should be calculated OnScreen
@return
the Rectangle
*/
virtual Rectangle GetFieldRectPixelAbs(sal_Int32 _nRowId,sal_uInt16 _nColId, sal_Bool _bIsHeader, sal_Bool _bOnScreen = sal_True);
- /// return <sal_True/> if and only if the accessible object for this instance has been created and is alive
+ /// return <TRUE/> if and only if the accessible object for this instance has been created and is alive
sal_Bool isAccessibleAlive( ) const;
// ACCESSIBILITY ==========================================================
@@ -763,7 +763,7 @@ public:
@param rnRow Out-paramater that takes the row index.
@param rnColumnId Out-paramater that takes the column ID.
@param rPoint The position in pixels relative to the data window.
- @return <sal_True/>, if the point could be converted to a valid address. */
+ @return <TRUE/>, if the point could be converted to a valid address. */
virtual sal_Bool ConvertPointToCellAddress(
sal_Int32& rnRow, sal_uInt16& rnColumnId, const Point& rPoint );
@@ -771,21 +771,21 @@ public:
index.
@param rnRow Out-paramater that takes the row index.
@param rPoint The position in pixels relative to the header bar.
- @return <sal_True/>, if the point could be converted to a valid index. */
+ @return <TRUE/>, if the point could be converted to a valid index. */
virtual sal_Bool ConvertPointToRowHeader( sal_Int32& rnRow, const Point& rPoint );
/** Converts a point relative to the column header bar origin to a column
header index.
@param rnColumnId Out-paramater that takes the column ID.
@param rPoint The position in pixels relative to the header bar.
- @return <sal_True/>, if the point could be converted to a valid index. */
+ @return <TRUE/>, if the point could be converted to a valid index. */
virtual sal_Bool ConvertPointToColumnHeader( sal_uInt16& rnColumnPos, const Point& rPoint );
/** Converts a point relative to the BrowseBox origin to the index of an
existing control.
@param rnRow Out-paramater that takes the 0-based control index.
@param rPoint The position in pixels relative to the BrowseBox.
- @return <sal_True/>, if the point could be converted to a valid index. */
+ @return <TRUE/>, if the point could be converted to a valid index. */
virtual sal_Bool ConvertPointToControlIndex( sal_Int32& rnIndex, const Point& rPoint );
// Object data and state --------------------------------------------------
diff --git a/svtools/inc/svtools/fmtfield.hxx b/svtools/inc/svtools/fmtfield.hxx
index 77c00a805602..4e036e974828 100644
--- a/svtools/inc/svtools/fmtfield.hxx
+++ b/svtools/inc/svtools/fmtfield.hxx
@@ -231,14 +231,14 @@ public:
/** enables handling of not-a-number value.
- When this is set to <sal_False/> (the default), then invalid inputs (i.e. text which cannot be
+ When this is set to <FALSE/> (the default), then invalid inputs (i.e. text which cannot be
intepreted, according to the current formatting) will be handled as if the default value
has been entered. GetValue the will return this default value.
- When set to <sal_True/>, then GetValue will return NaN (not a number, see <method scope="rtl::math">isNan</method>)
+ When set to <TRUE/>, then GetValue will return NaN (not a number, see <method scope="rtl::math">isNan</method>)
when the current input is invalid.
- Note that setting this to <sal_True/> implies that upon leaving the control, the input
+ Note that setting this to <TRUE/> implies that upon leaving the control, the input
will *not* be corrected to a valid value. For example, if the user enters "foo" in the
control, and then tabs out of it, the text "foo" will persist, and GetValue will
return NaN in subsequent calls.
diff --git a/svtools/inc/svtools/genericunodialog.hxx b/svtools/inc/svtools/genericunodialog.hxx
index 9bc02defda44..c5fbe5b840e4 100644
--- a/svtools/inc/svtools/genericunodialog.hxx
+++ b/svtools/inc/svtools/genericunodialog.hxx
@@ -164,7 +164,7 @@ namespace svt
m_aMutex is locked
@return
- <sal_True/> if and only if m_pDialog is non-<NULL/> upon returning from the method. Note that the only
+ <TRUE/> if and only if m_pDialog is non-<NULL/> upon returning from the method. Note that the only
case where m_pDialog is <NULL/> is when createDialog returned <NULL/>, which is will fire an assertion
in non-product builds.
*/
diff --git a/svtools/inc/svtools/roadmapwizard.hxx b/svtools/inc/svtools/roadmapwizard.hxx
index 695caa654f8d..25d983c85a90 100644
--- a/svtools/inc/svtools/roadmapwizard.hxx
+++ b/svtools/inc/svtools/roadmapwizard.hxx
@@ -159,10 +159,10 @@ protected:
<member>declarePath</member> before it can be activated.
@param _bDecideForIt
- If <sal_True/>, the path will be completely activated, even if it is a conflicting path
+ If <TRUE/>, the path will be completely activated, even if it is a conflicting path
(i.e. there is another path which shares the first <code>k</code> states with
the to-be-activated path.)<br/>
- If <sal_False/>, then the new path is checked for conflicts with other paths. If such
+ If <FALSE/>, then the new path is checked for conflicts with other paths. If such
conflicts exists, the path is not completely activated, but only up to the point
where it does <em>not</em> conflict.<br/>
With the paths in the example above, if you activate the second path (when both are
diff --git a/svtools/inc/svtools/stringtransfer.hxx b/svtools/inc/svtools/stringtransfer.hxx
index 3f26f3a7e755..9cfe75418a12 100644
--- a/svtools/inc/svtools/stringtransfer.hxx
+++ b/svtools/inc/svtools/stringtransfer.hxx
@@ -66,7 +66,7 @@ namespace svt
SVT_DLLPUBLIC static void CopyString( const ::rtl::OUString& _rContent, Window* _pWindow = NULL );
/** extracts a string from the system clipboard given
- @return <sal_True/> if the extraction was successfull, i.e. if the clipboard contained a string content
+ @return <TRUE/> if the extraction was successfull, i.e. if the clipboard contained a string content
*/
SVT_DLLPUBLIC static sal_Bool PasteString( ::rtl::OUString& _rContent, Window* _pWindow = NULL );
diff --git a/svtools/inc/svtools/svlbox.hxx b/svtools/inc/svtools/svlbox.hxx
index d19a48a8ef0b..fd524e512a9e 100644
--- a/svtools/inc/svtools/svlbox.hxx
+++ b/svtools/inc/svtools/svlbox.hxx
@@ -484,7 +484,7 @@ public:
@see MnemonicEngine
@return
- <sal_True/> if the event has been consumed, <sal_False/> otherwise.
+ <TRUE/> if the event has been consumed, <FALSE/> otherwise.
*/
bool HandleKeyInput( const KeyEvent& rKEvt );
diff --git a/svtools/inc/svtools/svtabbx.hxx b/svtools/inc/svtools/svtabbx.hxx
index e0c9b71a102e..be891d69bbbc 100644
--- a/svtools/inc/svtools/svtabbx.hxx
+++ b/svtools/inc/svtools/svtabbx.hxx
@@ -198,9 +198,9 @@ public:
@param _nColumn The column which description is in demand. */
virtual ::rtl::OUString GetColumnDescription( sal_uInt16 _nColumn ) const;
- /** @return <sal_True/>, if the object has a row header. */
+ /** @return <TRUE/>, if the object has a row header. */
virtual sal_Bool HasRowHeader() const; //GetColumnId
- /** @return <sal_True/>, if the object can focus a cell. */
+ /** @return <TRUE/>, if the object can focus a cell. */
virtual sal_Bool IsCellFocusable() const;
virtual sal_Bool GoToCell( sal_Int32 _nRow, sal_uInt16 _nColumn );
@@ -212,13 +212,13 @@ public:
virtual void SelectColumn( sal_uInt16 _nColumn, sal_Bool _bSelect = sal_True );
virtual sal_Int32 GetSelectedRowCount() const;
virtual sal_Int32 GetSelectedColumnCount() const;
- /** @return <sal_True/>, if the row is selected. */
+ /** @return <TRUE/>, if the row is selected. */
virtual bool IsRowSelected( long _nRow ) const;
virtual sal_Bool IsColumnSelected( long _nColumn ) const;
virtual void GetAllSelectedRows( ::com::sun::star::uno::Sequence< sal_Int32 >& _rRows ) const;
virtual void GetAllSelectedColumns( ::com::sun::star::uno::Sequence< sal_Int32 >& _rColumns ) const;
- /** @return <sal_True/>, if the cell is visible. */
+ /** @return <TRUE/>, if the cell is visible. */
virtual sal_Bool IsCellVisible( sal_Int32 _nRow, sal_uInt16 _nColumn ) const;
virtual String GetAccessibleCellText( long _nRow, sal_uInt16 _nColumnPos ) const;
diff --git a/svtools/inc/svtools/table/abstracttablecontrol.hxx b/svtools/inc/svtools/table/abstracttablecontrol.hxx
index 9f8aab6a829e..9206f20ecbcb 100644
--- a/svtools/inc/svtools/table/abstracttablecontrol.hxx
+++ b/svtools/inc/svtools/table/abstracttablecontrol.hxx
@@ -105,7 +105,7 @@ namespace svt { namespace table
/** dispatches an action to the table control
@return
- <sal_True/> if the action could be dispatched successfully, <sal_False/> otherwise. Usual
+ <TRUE/> if the action could be dispatched successfully, <FALSE/> otherwise. Usual
failure conditions include some other instance vetoing the action, or impossibility
to execute the action at all (for instance moving up one row when already positioned
on the very first row).
diff --git a/svtools/inc/svtools/table/tablecontrol.hxx b/svtools/inc/svtools/table/tablecontrol.hxx
index 08461dcdec79..28ac3583bd5a 100644
--- a/svtools/inc/svtools/table/tablecontrol.hxx
+++ b/svtools/inc/svtools/table/tablecontrol.hxx
@@ -125,7 +125,7 @@ namespace svt { namespace table
/** activates the cell at the given position
@return
- <sal_True/> if the move was successful, <sal_False/> otherwise. Usual
+ <TRUE/> if the move was successful, <FALSE/> otherwise. Usual
failure conditions include some other instance vetoing the move,
or impossibility to execute the move at all (for instance because
of invalid coordinates).
@@ -135,7 +135,7 @@ namespace svt { namespace table
/** moves the active cell to the given column, by keeping the active row
@return
- <sal_True/> if the move was successful, <sal_False/> otherwise. Usual
+ <TRUE/> if the move was successful, <FALSE/> otherwise. Usual
failure conditions include some other instance vetoing the move,
or impossibility to execute the move at all (for instance because
of invalid coordinates).
@@ -148,7 +148,7 @@ namespace svt { namespace table
/** moves the active cell to the given row, by keeping the active column
@return
- <sal_True/> if the move was successful, <sal_False/> otherwise. Usual
+ <TRUE/> if the move was successful, <FALSE/> otherwise. Usual
failure conditions include some other instance vetoing the move,
or impossibility to execute the move at all (for instance because
of invalid coordinates).
diff --git a/svtools/inc/svtools/table/tableinputhandler.hxx b/svtools/inc/svtools/table/tableinputhandler.hxx
index 4ac7511a0c7e..6d6af9f641bb 100644
--- a/svtools/inc/svtools/table/tableinputhandler.hxx
+++ b/svtools/inc/svtools/table/tableinputhandler.hxx
@@ -52,9 +52,9 @@ namespace svt { namespace table
public:
// all those methods have the same semantics as the equal-named methods of ->Window,
// with the additional option to return a boolean value indicating whether
- // the event should be further processed by the ->Window implementations (<sal_False/>),
+ // the event should be further processed by the ->Window implementations (<FALSE/>),
// or whether it has been sufficiently handled by the ->ITableInputHandler instance
- // (<sal_False/>).
+ // (<FALSE/>).
virtual bool MouseMove ( IAbstractTableControl& _rControl, const MouseEvent& rMEvt ) = 0;
virtual bool MouseButtonDown ( IAbstractTableControl& _rControl, const MouseEvent& rMEvt ) = 0;
diff --git a/svtools/inc/svtools/table/tablemodel.hxx b/svtools/inc/svtools/table/tablemodel.hxx
index 83e25ac1ef52..3da396d9d86c 100644
--- a/svtools/inc/svtools/table/tablemodel.hxx
+++ b/svtools/inc/svtools/table/tablemodel.hxx
@@ -177,7 +177,7 @@ namespace svt { namespace table
/** sets a new column ID
@return
- <sal_True/> if setting the new ID was successfull. A possible error
+ <TRUE/> if setting the new ID was successfull. A possible error
conditions is if you try to set an ID which is already used
by another column within the same table.
@@ -327,7 +327,7 @@ namespace svt { namespace table
/** determines whether the table has column headers
- If this method returns <sal_True/>, the renderer returned by
+ If this method returns <TRUE/>, the renderer returned by
->getRenderer must be able to render column headers.
@see IColumnRenderer
@@ -345,7 +345,7 @@ namespace svt { namespace table
/** determines whether the table has row headers
- If this method returns <sal_True/>, the renderer returned by
+ If this method returns <TRUE/>, the renderer returned by
->getRenderer must be able to render row headers.
@see IColumnRenderer
@@ -414,7 +414,7 @@ namespace svt { namespace table
/** determines the height of the column header row
This method is not to be called if ->hasColumnHeaders()
- returned <sal_False/>.
+ returned <FALSE/>.
@return
the logical height of the column header row, in 1/100 millimeters.
@@ -425,7 +425,7 @@ namespace svt { namespace table
/** determines the width of the row header column
This method is not to be called if ->hasRowHeaders()
- returned <sal_False/>.
+ returned <FALSE/>.
@return
the logical width of the row header column, in 1/100 millimeters.
diff --git a/svtools/inc/svtools/table/tablerenderer.hxx b/svtools/inc/svtools/table/tablerenderer.hxx
index 2eca72731513..f81771dd22e6 100644
--- a/svtools/inc/svtools/table/tablerenderer.hxx
+++ b/svtools/inc/svtools/table/tablerenderer.hxx
@@ -67,24 +67,24 @@ namespace svt { namespace table
There are two flags specifying whether the to-be-painted area is part of the column
and/or row header area.
- <ul><li>If both are <sal_True/>, the intersection of both areas is to be painted.</li>
- <li>If ->_bIsColHeaderArea is <sal_True/> and ->_bIsRowHeaderArea is <sal_False/>,
+ <ul><li>If both are <TRUE/>, the intersection of both areas is to be painted.</li>
+ <li>If ->_bIsColHeaderArea is <TRUE/> and ->_bIsRowHeaderArea is <FALSE/>,
then ->_rArea denotes the column header area <em>excluding</em> the
intersection between row and column header area.</li>
- <li>Equivalently for ->_bIsColHeaderArea being <sal_False/> and ->_bIsRowHeaderArea
- being <sal_True/></li>
+ <li>Equivalently for ->_bIsColHeaderArea being <FALSE/> and ->_bIsRowHeaderArea
+ being <TRUE/></li>
</ul>
Note that it's not possible for both ->_bIsColHeaderArea and ->_bIsRowHeaderArea
- to be <sal_False/> at the same time.
+ to be <FALSE/> at the same time.
@param _rDevice
the device to paint onto
@param _rArea
the area to paint into
@param _bIsColHeaderArea
- <sal_True/> if and only if ->_rArea is part of the column header area.
+ <TRUE/> if and only if ->_rArea is part of the column header area.
@param _bIsRowHeaderArea
- <sal_True/> if and only if ->_rArea is part of the row header area.
+ <TRUE/> if and only if ->_rArea is part of the row header area.
@param _rStyle
the style to be used for drawing
*/
@@ -98,10 +98,10 @@ namespace svt { namespace table
@param _nCol
the index of the column to paint
@param _bActive
- <sal_True/> if and only if the column whose column is to be painted
+ <TRUE/> if and only if the column whose column is to be painted
contains the active cell.
@param _bSelected
- <sal_True/> if and only if the column whose column is to be painted
+ <TRUE/> if and only if the column whose column is to be painted
is selected currently.
@param _rDevice
denotes the device to paint onto
@@ -133,10 +133,10 @@ namespace svt { namespace table
cell-independent content of this row.
@param _bActive
- <sal_True/> if and only if the row to be painted contains the
+ <TRUE/> if and only if the row to be painted contains the
currently active cell.
@param _bSelected
- <sal_True/> if and only if the row to be prepared is
+ <TRUE/> if and only if the row to be prepared is
selected currently.
@param _rDevice
denotes the device to paint onto
@@ -156,14 +156,14 @@ namespace svt { namespace table
->PrepareRow.
@param _bActive
- <sal_True/> if and only if the row to be painted contains the
+ <TRUE/> if and only if the row to be painted contains the
currently active cell.
<br/>
Note that this flag is equal to the respective flag in the
previous ->PrepareRow call, it's passed here for convinience
only.
@param _bSelected
- <sal_True/> if and only if the row whose header cell is to be
+ <TRUE/> if and only if the row whose header cell is to be
painted is selected currently.
<br/>
Note that this flag is equal to the respective flag in the
@@ -188,7 +188,7 @@ namespace svt { namespace table
->PrepareRow.
@param _bSelected
- <sal_True/> if and only if the cell to be painted is
+ <TRUE/> if and only if the cell to be painted is
selected currently. This is the case if either
the row or the column of the cell is currently selected.
<br/>
@@ -196,7 +196,7 @@ namespace svt { namespace table
previous ->PrepareRow call, it's passed here for convinience
only.
@param _bActive
- <sal_True/> if the cell is currently active.
+ <TRUE/> if the cell is currently active.
<br/>
Note that this flag is equal to the respective flag in the
previous ->PrepareRow call, it's passed here for convinience
@@ -221,7 +221,7 @@ namespace svt { namespace table
->PrepareRow.
@param _bSelected
- <sal_True/> if and only if the cell to be painted is
+ <TRUE/> if and only if the cell to be painted is
selected currently. This is the case if either
the row or the column of the cell is currently selected.
<br/>
@@ -229,7 +229,7 @@ namespace svt { namespace table
previous ->PrepareRow call, it's passed here for convinience
only.
@param _bActive
- <sal_True/> if the cell is currently active.
+ <TRUE/> if the cell is currently active.
<br/>
Note that this flag is equal to the respective flag in the
previous ->PrepareRow call, it's passed here for convinience
diff --git a/svtools/inc/svtools/templatefoldercache.hxx b/svtools/inc/svtools/templatefoldercache.hxx
index 510c095fb4f4..25d5080bd748 100644
--- a/svtools/inc/svtools/templatefoldercache.hxx
+++ b/svtools/inc/svtools/templatefoldercache.hxx
@@ -73,9 +73,9 @@ namespace svt
public:
/** ctor.
@param _bAutoStoreState
- Set this to <sal_True/> if you want the instance to automatically store the state of the template folders upon
+ Set this to <TRUE/> if you want the instance to automatically store the state of the template folders upon
destruction.<br/>
- If set to <sal_False/>, you would epplicitly need to call <method>storeState</method> to do this.<br/>
+ If set to <FALSE/>, you would epplicitly need to call <method>storeState</method> to do this.<br/>
If the current state is not known (e.g. because you did not call needsUpdate, which retrieves it),
it is not retrieved in the dtor, regardless of the <arg>_bAutoStoreState</arg> flag.
*/
@@ -84,18 +84,18 @@ namespace svt
/** determines whether or not the template configuration needs to be updated
@param _bForceCheck
- set this to <sal_True/> if you want the object to rescan the template folders in every case. The default (<sal_False/>)
+ set this to <TRUE/> if you want the object to rescan the template folders in every case. The default (<FALSE/>)
means that once the information has been retrieved in a first call, every second call returns the same result
as the first one, even if in the meantime the template folders changed.
@return
- <sal_True/> if the template configuration needs to be updated
+ <TRUE/> if the template configuration needs to be updated
*/
sal_Bool needsUpdate( sal_Bool _bForceCheck = sal_False );
/** stores the current state of the template folders in the cache
@param _bForceRetrieval
- if set to <sal_True/>, the current state of the template folders is retrieved again, even if it is already known.
- Usually, you set this to <sal_False/>: After calling <method>needsUpdate</method>, the state is know and does not
+ if set to <TRUE/>, the current state of the template folders is retrieved again, even if it is already known.
+ Usually, you set this to <FALSE/>: After calling <method>needsUpdate</method>, the state is know and does not
need to be read again.
*/
void storeState( sal_Bool _bForceRetrieval = sal_False );
diff --git a/svtools/inc/svtools/wizardmachine.hxx b/svtools/inc/svtools/wizardmachine.hxx
index fc1a0c2f6674..5212fd67aed3 100644
--- a/svtools/inc/svtools/wizardmachine.hxx
+++ b/svtools/inc/svtools/wizardmachine.hxx
@@ -85,7 +85,7 @@ namespace svt
You should make this dependent on the current state of the page only, not on
states on other pages of the whole dialog.
- The default implementation always returns <sal_True/>.
+ The default implementation always returns <TRUE/>.
*/
virtual bool canAdvance() const = 0;
};
@@ -231,7 +231,7 @@ namespace svt
@param _eReason
The reason why the state is to be left.
@return
- <sal_True/> if and only if the page is allowed to be left
+ <TRUE/> if and only if the page is allowed to be left
*/
virtual sal_Bool prepareLeaveCurrentState( CommitPageReason _eReason );
@@ -245,7 +245,7 @@ namespace svt
changing this return type is too incompatible at the moment ...
@return
- <sal_True/> if and only if the page is allowed to be left
+ <TRUE/> if and only if the page is allowed to be left
*/
virtual sal_Bool leaveState( WizardState _nState );
@@ -270,7 +270,7 @@ namespace svt
/** enables the automatic enabled/disabled state of the "Next" button
- If this is <sal_True/>, then upon entering a new state, the "Next" button will automatically be
+ If this is <TRUE/>, then upon entering a new state, the "Next" button will automatically be
enabled if and only if determineNextState does not return WZS_INVALID_STATE.
*/
void enableAutomaticNextButtonState( bool _bEnable = true );
@@ -292,7 +292,7 @@ namespace svt
method is able to determine the next state without actually having the page of the current state.
@return
- <sal_True/> if and only if traveling was successfull
+ <TRUE/> if and only if traveling was successfull
@see skipUntil
@see skipBackwardUntil
@@ -308,7 +308,7 @@ namespace svt
The skipped states appear in the state history, so <method>travelPrevious</method> will make use of them.
@return
- <sal_True/> if and only if traveling was successfull
+ <TRUE/> if and only if traveling was successfull
@see skip
@see skipBackwardUntil
@@ -326,7 +326,7 @@ namespace svt
you from this.
@return
- <sal_True/> if and only if traveling was successfull
+ <TRUE/> if and only if traveling was successfull
@see skipUntil
@see skip
diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx
index 8f2534b449e2..9f870a9f0681 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -573,7 +573,7 @@ namespace svt
if ( bHandled ) // the view claimed it handled the key input
{
- // unfortunately, KeyInput also returns <sal_True/> (means "I handled this key input")
+ // unfortunately, KeyInput also returns <TRUE/> (means "I handled this key input")
// when nothing really changed. Let's care for this.
Selection aNewSelection( GetSelection() );
if ( aNewSelection != aOldSelection // selection changed
diff --git a/svtools/source/misc/templatefoldercache.cxx b/svtools/source/misc/templatefoldercache.cxx
index 6e38a1436c10..a6c3617b50a7 100644
--- a/svtools/source/misc/templatefoldercache.cxx
+++ b/svtools/source/misc/templatefoldercache.cxx
@@ -506,7 +506,7 @@ namespace svt
static sal_Int32 getMagicNumber();
static void normalize( TemplateFolderContent& _rState );
- // @return <sal_True/> if the states equal
+ // @return <TRUE/> if the states equal
static sal_Bool equalStates( const TemplateFolderContent& _rLHS, const TemplateFolderContent& _rRHS );
// late initialize m_xOfficeInstDirs
diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx
index 4b3eaf177727..c0604be15cdb 100644
--- a/svtools/source/table/tablecontrol_impl.hxx
+++ b/svtools/source/table/tablecontrol_impl.hxx
@@ -170,7 +170,7 @@ namespace svt { namespace table
/** moves the cursor to the cell with the given coordinates
To ease the caller's code, the coordinates must not necessarily denote a
- valid position. If they don't, <sal_False/> will be returned.
+ valid position. If they don't, <FALSE/> will be returned.
*/
bool goTo( ColPos _nColumn, RowPos _nRow );
@@ -182,7 +182,7 @@ namespace svt { namespace table
the row position which should be visibleMust be non-negative, and smaller
than the row count.
@param _bAcceptPartialVisibility
- <sal_True/> if it's okay that the given cooordinate is only partially visible
+ <TRUE/> if it's okay that the given cooordinate is only partially visible
*/
void ensureVisible( ColPos _nColumn, RowPos _nRow, bool _bAcceptPartialVisibility );
/** returns the row, which contains the input point*/
diff --git a/toolkit/source/controls/unocontrolcontainer.cxx b/toolkit/source/controls/unocontrolcontainer.cxx
index c434f4ec625f..c3149a8cc869 100644
--- a/toolkit/source/controls/unocontrolcontainer.cxx
+++ b/toolkit/source/controls/unocontrolcontainer.cxx
@@ -138,7 +138,7 @@ public:
@param _out_rxControl
takes the XControl upon successful return
@return
- <sal_True/> if and only if a control with the given id is part of the list
+ <TRUE/> if and only if a control with the given id is part of the list
*/
bool getControlForIdentifier( ControlIdentifier _nIdentifier, uno::Reference< awt::XControl >& _out_rxControl ) const;
diff --git a/unotools/inc/unotools/accessiblerelationsethelper.hxx b/unotools/inc/unotools/accessiblerelationsethelper.hxx
index c78bc0f34e84..ba853381329f 100644
--- a/unotools/inc/unotools/accessiblerelationsethelper.hxx
+++ b/unotools/inc/unotools/accessiblerelationsethelper.hxx
@@ -107,8 +107,8 @@ public:
<type>AccessibleRelationType</type>.
@return
- Returns <sal_True/> if there is a (at least one) relation of the
- given type and <sal_False/> if there is no such relation in the set.
+ Returns <TRUE/> if there is a (at least one) relation of the
+ given type and <FALSE/> if there is no such relation in the set.
*/
virtual sal_Bool SAL_CALL containsRelation( sal_Int16 aRelationType )
throw (::com::sun::star::uno::RuntimeException);
diff --git a/unotools/inc/unotools/accessiblestatesethelper.hxx b/unotools/inc/unotools/accessiblestatesethelper.hxx
index ca9a0e277556..3847beeee146 100644
--- a/unotools/inc/unotools/accessiblestatesethelper.hxx
+++ b/unotools/inc/unotools/accessiblestatesethelper.hxx
@@ -86,8 +86,8 @@ public:
/** Checks whether the current state set is empty.
@return
- Returns <sal_True/> if there is no state in this state set and
- <sal_False/> if there is at least one state set in it.
+ Returns <TRUE/> if there is no state in this state set and
+ <FALSE/> if there is at least one state set in it.
*/
virtual sal_Bool SAL_CALL isEmpty ()
throw (::com::sun::star::uno::RuntimeException);
@@ -100,8 +100,8 @@ public:
the constants of <type>AccessibleStateType</type>.
@return
- Returns <sal_True/> if the given state is a memeber of this object's
- state set and <sal_False/> otherwise.
+ Returns <TRUE/> if the given state is a memeber of this object's
+ state set and <FALSE/> otherwise.
*/
virtual sal_Bool SAL_CALL contains (sal_Int16 aState)
throw (::com::sun::star::uno::RuntimeException);
@@ -116,8 +116,8 @@ public:
constants of <type>AccessibleStateType</type>.
@return
- Returns <sal_True/> if all states of the given state set are members
- of this object's state set. <sal_False/> is returned if at least
+ Returns <TRUE/> if all states of the given state set are members
+ of this object's state set. <FALSE/> is returned if at least
one of the states in the given state is not a member of this
object's state set.
*/
diff --git a/unotools/inc/unotools/configitem.hxx b/unotools/inc/unotools/configitem.hxx
index dd314ba3ba64..d1477cba1b74 100644
--- a/unotools/inc/unotools/configitem.hxx
+++ b/unotools/inc/unotools/configitem.hxx
@@ -174,7 +174,7 @@ namespace utl
<ul><li><b>in</b>: the base to use when calculating a new name</li>
<li><b>out</b>: an unused element name</li>
</ul>
- @return <sal_True/> if a free name could be generated
+ @return <TRUE/> if a free name could be generated
*/
sal_Bool getUniqueSetElementName( const rtl::OUString& _rSetNode, rtl::OUString& _rBaseName);
diff --git a/unotools/inc/unotools/configpathes.hxx b/unotools/inc/unotools/configpathes.hxx
index f170d84184d6..4e537193b22f 100644
--- a/unotools/inc/unotools/configpathes.hxx
+++ b/unotools/inc/unotools/configpathes.hxx
@@ -60,8 +60,8 @@ namespace utl
configuration path, this is set to <var>_sInPath</var>.
@returns
- <sal_True/>, if a parent path could be set
- <sal_False/>, if the path was a one-level path or an invalid path
+ <TRUE/>, if a parent path could be set
+ <FALSE/>, if the path was a one-level path or an invalid path
*/
UNOTOOLS_DLLPUBLIC sal_Bool splitLastFromConfigurationPath(::rtl::OUString const& _sInPath,
@@ -105,9 +105,9 @@ namespace utl
which is disregarded.
@returns
- <sal_True/>, if <var>_sPrefixPath</var> is a prefix of <var>_sNestedPath</var>;
- <sal_False/> otherwise.<BR/>
- If both pathes are equal <sal_True/> is returned.
+ <TRUE/>, if <var>_sPrefixPath</var> is a prefix of <var>_sNestedPath</var>;
+ <FALSE/> otherwise.<BR/>
+ If both pathes are equal <TRUE/> is returned.
*/
sal_Bool isPrefixOfConfigurationPath(::rtl::OUString const& _sNestedPath,
diff --git a/unotools/inc/unotools/configvaluecontainer.hxx b/unotools/inc/unotools/configvaluecontainer.hxx
index 3fd4feecc259..57a140a00e58 100644
--- a/unotools/inc/unotools/configvaluecontainer.hxx
+++ b/unotools/inc/unotools/configvaluecontainer.hxx
@@ -187,14 +187,14 @@ namespace utl
<p>The current values in memory (your exchange locations registered using the registerXXX methods) is
forwarded to their respective configuration nodes.</p>
- <p>Note that calling <method>write</method>(<sal_True/) is the same as calling <method>commit</method>(<sal_True/>).</p>
+ <p>Note that calling <method>write</method>(<sal_True/) is the same as calling <method>commit</method>(<TRUE/>).</p>
@precond
The access must have been created for update access
@param _bCommit
- If set to <sal_True/>, an automatic commit is done after the values have been synchronized.<br/>
- If set to <sal_False/>, you must explicitly call <method>commit</method> to make your changes persistent.
+ If set to <TRUE/>, an automatic commit is done after the values have been synchronized.<br/>
+ If set to <FALSE/>, you must explicitly call <method>commit</method> to make your changes persistent.
@see read
@see commit
@@ -203,15 +203,15 @@ namespace utl
/** commits any changes done
- <p>Note that calling <method>write</method>(<sal_True/) is the same as calling <method>commit</method>(<sal_True/>).</p>
+ <p>Note that calling <method>write</method>(<sal_True/) is the same as calling <method>commit</method>(<TRUE/>).</p>
@precond
The access must have been created for update access
@param _bWrite
- If <sal_True/>, the current values in the exchange locations are written to the configuration nodes
+ If <TRUE/>, the current values in the exchange locations are written to the configuration nodes
before the changes are committed.<br/>
- If <sal_False/>, only the current values in the config nodes (as present since the last call to
+ If <FALSE/>, only the current values in the config nodes (as present since the last call to
<method>write</method>) are committed.
*/
void commit( sal_Bool _bWrite = sal_True );
diff --git a/unotools/inc/unotools/localedatawrapper.hxx b/unotools/inc/unotools/localedatawrapper.hxx
index 587029b1c2c0..0e815f61ccb6 100644
--- a/unotools/inc/unotools/localedatawrapper.hxx
+++ b/unotools/inc/unotools/localedatawrapper.hxx
@@ -262,14 +262,14 @@ public:
0 := abbreviated name
1 := full name
@param bDayOfMonthWithLeadingZero
- <sal_False/> := without leading zero
- <sal_True/> := with leading zero if <10
+ <FALSE/> := without leading zero
+ <TRUE/> := with leading zero if <10
@param nDisplayMonth
0 := abbreviated name
1 := full name
@param bTwoDigitYear
- <sal_False/> := full year
- <sal_True/> := year % 100
+ <FALSE/> := full year
+ <TRUE/> := year % 100
*/
String getLongDate( const Date& rDate,
CalendarWrapper& rCal,
diff --git a/unotools/inc/unotools/regoptions.hxx b/unotools/inc/unotools/regoptions.hxx
index 2714f60b10f0..1cca531886ca 100644
--- a/unotools/inc/unotools/regoptions.hxx
+++ b/unotools/inc/unotools/regoptions.hxx
@@ -69,7 +69,7 @@ namespace utl
};
/** checks if the registration dialog is allowed
- <p>A return value of <sal_True/> does not mean that during this session, the dialog is allowed to
+ <p>A return value of <TRUE/> does not mean that during this session, the dialog is allowed to
be executed. It simply means executing it is allowed <em>in general</em></p>
*/
DialogPermission getDialogPermission( ) const;
diff --git a/unotools/inc/unotools/securityoptions.hxx b/unotools/inc/unotools/securityoptions.hxx
index 0607597a4a00..ddeed4b94520 100644
--- a/unotools/inc/unotools/securityoptions.hxx
+++ b/unotools/inc/unotools/securityoptions.hxx
@@ -163,7 +163,7 @@ class UNOTOOLS_DLLPUBLIC SvtSecurityOptions: public utl::detail::Options
@seealso -
@param "eOption", specify, which item is queried
- @return <sal_True/> if item is readonly; <sal_False/> otherwhise
+ @return <TRUE/> if item is readonly; <FALSE/> otherwhise
@onerror No error should occurre!
*//*-*****************************************************************************************************/
diff --git a/unotools/inc/unotools/syslocaleoptions.hxx b/unotools/inc/unotools/syslocaleoptions.hxx
index f94443787ca2..3bd719e10460 100755
--- a/unotools/inc/unotools/syslocaleoptions.hxx
+++ b/unotools/inc/unotools/syslocaleoptions.hxx
@@ -74,8 +74,8 @@ public:
/** Add a listener to react on config changes
which are broadcasted in a SfxSimpleHint
@return
- <sal_True/> if added
- <sal_False/> if not added
+ <TRUE/> if added
+ <FALSE/> if not added
*/
/** Block broadcasts and accumulate hints. This may be useful if, for
@@ -85,8 +85,8 @@ public:
two currency changes broadcasted.
@param bBlock
- <sal_True/>: broadcasts are blocked until reversed.
- <sal_False/>: broadcasts are not blocked anymore. Pending hints are
+ <TRUE/>: broadcasts are blocked until reversed.
+ <FALSE/>: broadcasts are not blocked anymore. Pending hints are
broadcasted if no other instance blocks the broadcast.
@ATTENTION
diff --git a/unotools/source/accessibility/accessiblerelationsethelper.cxx b/unotools/source/accessibility/accessiblerelationsethelper.cxx
index b0b3e6b0f6b9..60e807ee9320 100644
--- a/unotools/source/accessibility/accessiblerelationsethelper.cxx
+++ b/unotools/source/accessibility/accessiblerelationsethelper.cxx
@@ -202,8 +202,8 @@ sal_Int32 SAL_CALL
<type>AccessibleRelationType</type>.
@return
- Returns <sal_True/> if there is a (at least one) relation of the
- given type and <sal_False/> if there is no such relation in the set.
+ Returns <TRUE/> if there is a (at least one) relation of the
+ given type and <FALSE/> if there is no such relation in the set.
*/
sal_Bool SAL_CALL
AccessibleRelationSetHelper::containsRelation( sal_Int16 aRelationType )
diff --git a/unotools/source/accessibility/accessiblestatesethelper.cxx b/unotools/source/accessibility/accessiblestatesethelper.cxx
index 2848bc6b038b..be7bf3fbeb28 100644
--- a/unotools/source/accessibility/accessiblestatesethelper.cxx
+++ b/unotools/source/accessibility/accessiblestatesethelper.cxx
@@ -222,8 +222,8 @@ AccessibleStateSetHelper::~AccessibleStateSetHelper(void)
/** Checks whether the current state set is empty.
@return
- Returns <sal_True/> if there is no state in this state set and
- <sal_False/> if there is at least one state set in it.
+ Returns <TRUE/> if there is no state in this state set and
+ <FALSE/> if there is at least one state set in it.
*/
sal_Bool SAL_CALL AccessibleStateSetHelper::isEmpty ()
throw (uno::RuntimeException)
@@ -240,8 +240,8 @@ sal_Bool SAL_CALL AccessibleStateSetHelper::isEmpty ()
the constants of <type>AccessibleStateType</type>.
@return
- Returns <sal_True/> if the given state is a memeber of this object's
- state set and <sal_False/> otherwise.
+ Returns <TRUE/> if the given state is a memeber of this object's
+ state set and <FALSE/> otherwise.
*/
sal_Bool SAL_CALL AccessibleStateSetHelper::contains (sal_Int16 aState)
throw (uno::RuntimeException)
@@ -260,8 +260,8 @@ sal_Bool SAL_CALL AccessibleStateSetHelper::contains (sal_Int16 aState)
constants of <type>AccessibleStateType</type>.
@return
- Returns <sal_True/> if all states of the given state set are members
- of this object's state set. <sal_False/> is returned if at least
+ Returns <TRUE/> if all states of the given state set are members
+ of this object's state set. <FALSE/> is returned if at least
one of the states in the given state is not a member of this
object's state set.
*/
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 );
diff --git a/vcl/source/gdi/region.cxx b/vcl/source/gdi/region.cxx
index 9bd2f870860f..cab1b6610d26 100644
--- a/vcl/source/gdi/region.cxx
+++ b/vcl/source/gdi/region.cxx
@@ -78,7 +78,7 @@ DBG_NAMEEX( PolyPolygon )
namespace {
-/** Return <sal_True/> when the given polygon is rectiliner and oriented so that
+/** Return <TRUE/> when the given polygon is rectiliner and oriented so that
all sides are either horizontal or vertical.
*/
bool ImplIsPolygonRectilinear (const PolyPolygon& rPolyPoly)
@@ -278,7 +278,7 @@ ImplRegion* ImplRectilinearPolygonToBands (const PolyPolygon& rPolyPoly)
/** Convert a general polygon (one for which ImplIsPolygonRectilinear()
- returns <sal_False/>) to bands.
+ returns <FALSE/>) to bands.
*/
ImplRegion* ImplGeneralPolygonToBands (
const PolyPolygon& rPolyPoly,