summaryrefslogtreecommitdiff
path: root/framework/source/jobs/joburl.cxx
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
commit94eae11e9ee5956df320078b759ad86459df6694 (patch)
tree79be8f1eabd869312597cda3d8e9669c101db0f3 /framework/source/jobs/joburl.cxx
parent94fc32ce8479bf308e3bfda1b97727a2b9b98f1b (diff)
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'framework/source/jobs/joburl.cxx')
-rw-r--r--framework/source/jobs/joburl.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/framework/source/jobs/joburl.cxx b/framework/source/jobs/joburl.cxx
index a7f0375c8a99..a3cc98474104 100644
--- a/framework/source/jobs/joburl.cxx
+++ b/framework/source/jobs/joburl.cxx
@@ -135,7 +135,7 @@ JobURL::JobURL( /*IN*/ const ::rtl::OUString& sURL )
/**
@short knows, if this job URL object hold a valid URL inside
- @return <sal_True/> if it represent a valid job URL.
+ @return <TRUE/> if it represent a valid job URL.
*/
sal_Bool JobURL::isValid() const
{
@@ -156,10 +156,10 @@ sal_Bool JobURL::isValid() const
returns the possible existing event value
e.g. "vnd.sun.star.job:event=myEvent" returns "myEvent"
- @return <sal_True/> if an event part of the job URL exist and the out parameter
+ @return <TRUE/> if an event part of the job URL exist and the out parameter
sEvent was filled.
- @attention The out parameter will be reseted everytime. Don't use it if method returns <sal_False/>!
+ @attention The out parameter will be reseted everytime. Don't use it if method returns <FALSE/>!
*/
sal_Bool JobURL::getEvent( /*OUT*/ ::rtl::OUString& sEvent ) const
{
@@ -189,10 +189,10 @@ sal_Bool JobURL::getEvent( /*OUT*/ ::rtl::OUString& sEvent ) const
returns the possible existing alias value
e.g. "vnd.sun.star.job:alias=myAlias" returns "myAlias"
- @return <sal_True/> if an alias part of the job URL exist and the out parameter
+ @return <TRUE/> if an alias part of the job URL exist and the out parameter
sAlias was filled.
- @attention The out parameter will be reseted everytime. Don't use it if method returns <sal_False/>!
+ @attention The out parameter will be reseted everytime. Don't use it if method returns <FALSE/>!
*/
sal_Bool JobURL::getAlias( /*OUT*/ ::rtl::OUString& sAlias ) const
{
@@ -222,10 +222,10 @@ sal_Bool JobURL::getAlias( /*OUT*/ ::rtl::OUString& sAlias ) const
returns the possible existing service value
e.g. "vnd.sun.star.job:service=com.sun.star.Service" returns "com.sun.star.Service"
- @return <sal_True/> if an service part of the job URL exist and the out parameter
+ @return <TRUE/> if an service part of the job URL exist and the out parameter
sService was filled.
- @attention The out parameter will be reseted everytime. Don't use it if method returns <sal_False/>!
+ @attention The out parameter will be reseted everytime. Don't use it if method returns <FALSE/>!
*/
sal_Bool JobURL::getService( /*OUT*/ ::rtl::OUString& sService ) const
{
@@ -266,8 +266,8 @@ sal_Bool JobURL::getService( /*OUT*/ ::rtl::OUString& sService ) const
@param rPartArguments
returns the part arguments if <var>sPart</var> was splitted successfully
- @return <sal_True/> if the identifier could be found and the string was splitted.
- <sal_False/> otherwhise.
+ @return <TRUE/> if the identifier could be found and the string was splitted.
+ <FALSE/> otherwhise.
*/
sal_Bool JobURL::implst_split( /*IN*/ const ::rtl::OUString& sPart ,
/*IN*/ const sal_Char* pPartIdentifier ,