summaryrefslogtreecommitdiff
path: root/fpicker
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
commitcf88850cc4aa49701cbd5a51c1e35e3226fc56fd (patch)
tree682e961741721f5bffbc8b2d337904dad3a3030a /fpicker
parent4980e60a63c8254590659562d75660f87f097402 (diff)
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/OfficeControlAccess.hxx2
-rw-r--r--fpicker/source/office/commonpicker.hxx2
-rw-r--r--fpicker/source/office/iodlg.cxx4
-rw-r--r--fpicker/source/office/iodlg.hxx12
4 files changed, 10 insertions, 10 deletions
diff --git a/fpicker/source/office/OfficeControlAccess.hxx b/fpicker/source/office/OfficeControlAccess.hxx
index 9440cd9cf6..1252aac0fc 100644
--- a/fpicker/source/office/OfficeControlAccess.hxx
+++ b/fpicker/source/office/OfficeControlAccess.hxx
@@ -92,7 +92,7 @@ namespace svt
@param _rValue
the value to set
@param _bIgnoreIllegalArgument
- if <sal_False/>, an exception will be thrown if the given value is of improper type
+ if <FALSE/>, an exception will be thrown if the given value is of improper type
*/
void implSetControlProperty(
sal_Int16 _nControlId,
diff --git a/fpicker/source/office/commonpicker.hxx b/fpicker/source/office/commonpicker.hxx
index 9357a48979..dfe4c4058d 100644
--- a/fpicker/source/office/commonpicker.hxx
+++ b/fpicker/source/office/commonpicker.hxx
@@ -188,7 +188,7 @@ namespace svt
/** handle a single argument from the XInitialization::initialize method
- @return <sal_True/> if the argument could be handled
+ @return <TRUE/> if the argument could be handled
*/
virtual sal_Bool implHandleInitializationArgument(
const ::rtl::OUString& _rName,
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index e2503f5545..e776666b8e 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -392,7 +392,7 @@ namespace
// -----------------------------------------------------------------------
/** 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 getEnvironmentValue( const sal_Char* _pAsciiEnvName, ::rtl::OUString& _rValue )
{
@@ -900,7 +900,7 @@ sal_Bool SvtFileDialog::createNewUserFilter( const String& _rNewFilter, sal_Bool
// 05.12.2001 - 95486 - fs@openoffice.org
// now, the default extension is set to the one of the user filter (or empty)
- // if the former is not allowed (_bAllowUserDefExt = <sal_False/>), we have to use the ext of the current filter
+ // if the former is not allowed (_bAllowUserDefExt = <FALSE/>), we have to use the ext of the current filter
// (if possible)
sal_Bool bUseCurFilterExt = sal_True;
String sUserFilter = _pImp->_pUserFilter->GetType();
diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx
index e8a273956c..610388bf10 100644
--- a/fpicker/source/office/iodlg.hxx
+++ b/fpicker/source/office/iodlg.hxx
@@ -142,7 +142,7 @@ private:
@param _bMultiExt
allow for filters with more than one extension pattern
@param _rFilterChanged
- set to <sal_True/> if the filter changed
+ set to <TRUE/> if the filter changed
@return
the filter which has been found
*/
@@ -303,7 +303,7 @@ public:
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>
*/
inline bool isUrlAllowed( const String& _rURL ) const { return m_aURLFilter.isUrlAllowed( _rURL ); }
@@ -313,16 +313,16 @@ private:
/** updates _pUserFilter with a new filter
<p>No checks for necessity are made.</p>
@param _bAllowUserDefExt
- set to <sal_True/> if a filter like "*.txt" should reset the DefaultExtension to doc.
+ set to <TRUE/> if a filter like "*.txt" should reset the DefaultExtension to doc.
<p>
In a file-save-dialog this would have the following effect:<br/>
Say that auto-extension is checked, and the user enters *.txt, while a non-txt filter is selected.<br/>
- If _bAllowUserDefExt is set to <sal_True/>, then a user input of "foo" would save a foo.txt, but in a format
+ If _bAllowUserDefExt is set to <TRUE/>, then a user input of "foo" would save a foo.txt, but in a format
which is determined by the filter selected (which is no txt file as said above).<br/>
- If _bAllowUserDefExt is set to <sal_False/>, the default extension will be the one of the selected filter, means
+ If _bAllowUserDefExt is set to <FALSE/>, the default extension will be the one of the selected filter, means
in the above scenario a file "foo.<ext>" will be saved where ext is the extension of the selected filter.
</p>
- @return <sal_True/> if the new filter is "*.*"
+ @return <TRUE/> if the new filter is "*.*"
*/
sal_Bool createNewUserFilter( const String& _rNewFilter, sal_Bool _bAllowUserDefExt );