diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 11:20:36 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 11:20:36 +0100 |
commit | 8568e19020ad6d8598bdd8c9c7f02db964ef81ad (patch) | |
tree | 69625efcf4d224b9be9aae53c1fa9c1c765021c5 /unotools | |
parent | 6e6de6ff1ed83b1a0d3a09ce4a91f72f15403886 (diff) |
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/accessiblerelationsethelper.hxx | 4 | ||||
-rw-r--r-- | unotools/inc/unotools/accessiblestatesethelper.hxx | 12 | ||||
-rw-r--r-- | unotools/inc/unotools/configitem.hxx | 2 | ||||
-rw-r--r-- | unotools/inc/unotools/configpathes.hxx | 10 | ||||
-rw-r--r-- | unotools/inc/unotools/configvaluecontainer.hxx | 12 | ||||
-rw-r--r-- | unotools/inc/unotools/localedatawrapper.hxx | 8 | ||||
-rw-r--r-- | unotools/inc/unotools/regoptions.hxx | 2 | ||||
-rw-r--r-- | unotools/inc/unotools/securityoptions.hxx | 2 | ||||
-rwxr-xr-x | unotools/inc/unotools/syslocaleoptions.hxx | 8 | ||||
-rw-r--r-- | unotools/source/accessibility/accessiblerelationsethelper.cxx | 4 | ||||
-rw-r--r-- | unotools/source/accessibility/accessiblestatesethelper.cxx | 12 |
11 files changed, 38 insertions, 38 deletions
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. */ |