summaryrefslogtreecommitdiff
path: root/svx/source
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 /svx/source
parent94fc32ce8479bf308e3bfda1b97727a2b9b98f1b (diff)
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/form/dataaccessdescriptor.cxx4
-rw-r--r--svx/source/form/fmscriptingenv.cxx2
-rw-r--r--svx/source/inc/filtnav.hxx2
-rw-r--r--svx/source/inc/fmpgeimp.hxx2
-rw-r--r--svx/source/inc/fmshimp.hxx8
-rw-r--r--svx/source/inc/formcontroller.hxx10
-rw-r--r--svx/source/inc/gridcell.hxx6
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx12
8 files changed, 23 insertions, 23 deletions
diff --git a/svx/source/form/dataaccessdescriptor.cxx b/svx/source/form/dataaccessdescriptor.cxx
index 4bd58c0b0736..b2d67e9b66ea 100644
--- a/svx/source/form/dataaccessdescriptor.cxx
+++ b/svx/source/form/dataaccessdescriptor.cxx
@@ -78,13 +78,13 @@ namespace svx
void updateSet();
/** builds the descriptor from a property value sequence
- @return <sal_True/>
+ @return <TRUE/>
if and only if the sequence contained valid properties only
*/
sal_Bool buildFrom( const Sequence< PropertyValue >& _rValues );
/** builds the descriptor from a property set
- @return <sal_True/>
+ @return <TRUE/>
if and only if the set contained valid properties only
*/
sal_Bool buildFrom( const Reference< XPropertySet >& _rValues );
diff --git a/svx/source/form/fmscriptingenv.cxx b/svx/source/form/fmscriptingenv.cxx
index 69dc527128a0..154999333296 100644
--- a/svx/source/form/fmscriptingenv.cxx
+++ b/svx/source/form/fmscriptingenv.cxx
@@ -113,7 +113,7 @@ namespace svxform
the name of the method at the interface determined by _rListenerType
@return
- <sal_True/> if and only if the method is declared <code>oneway</code>, i.e. can be called asynchronously
+ <TRUE/> if and only if the method is declared <code>oneway</code>, i.e. can be called asynchronously
*/
bool impl_allowAsynchronousCall_nothrow( const ::rtl::OUString& _rListenerType, const ::rtl::OUString& _rMethodName ) const;
diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx
index 10a290cd2b04..df4e2b8559a6 100644
--- a/svx/source/inc/filtnav.hxx
+++ b/svx/source/inc/filtnav.hxx
@@ -318,7 +318,7 @@ private:
@param _pTargetItems
The target where to insert the items.
@param _bCopy
- If <sal_True/> the items will not be removed from the model, otherwise they will.
+ If <TRUE/> the items will not be removed from the model, otherwise they will.
*/
void insertFilterItem(const ::std::vector<FmFilterItem*>& _rFilterList,FmFilterItems* _pTargetItems,sal_Bool _bCopy = sal_False);
SvLBoxEntry* getPrevEntry(SvLBoxEntry* _pStartWith = NULL);
diff --git a/svx/source/inc/fmpgeimp.hxx b/svx/source/inc/fmpgeimp.hxx
index 6f3e37e96c3a..755c754853dc 100644
--- a/svx/source/inc/fmpgeimp.hxx
+++ b/svx/source/inc/fmpgeimp.hxx
@@ -150,7 +150,7 @@ private:
If <member>xCurrentForm</member> is not valid anymore, it is reset to <NULL/>.
@return
- <sal_True/> if and only if xCurrentForm is valid.
+ <TRUE/> if and only if xCurrentForm is valid.
@since #i40086#
*/
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx
index 73956dc2925c..73fe666c3528 100644
--- a/svx/source/inc/fmshimp.hxx
+++ b/svx/source/inc/fmshimp.hxx
@@ -364,7 +364,7 @@ protected:
::std::vector< String >& _out_rNames );
/** checks whether the instance is already disposed, if so, this is reported as assertion error (debug
- builds only) and <sal_True/> is returned.
+ builds only) and <TRUE/> is returned.
*/
bool impl_checkDisposed() const;
@@ -383,7 +383,7 @@ public:
/** announces a new "current selection"
@return
- <sal_True/> if and only if the to-bet-set selection was different from the previous selection
+ <TRUE/> if and only if the to-bet-set selection was different from the previous selection
*/
bool setCurrentSelection( const InterfaceBag& _rSelection );
@@ -397,7 +397,7 @@ public:
/** sets a new current selection as indicated by a mark list
@return
- <sal_True/> if and only if the to-bet-set selection was different from the previous selection
+ <TRUE/> if and only if the to-bet-set selection was different from the previous selection
*/
bool setCurrentSelectionFromMark(const SdrMarkList& rMarkList);
@@ -450,7 +450,7 @@ public:
/// executes a control conversion slot for a given object
bool executeControlConversionSlot( const ::com::sun::star::uno::Reference< ::com::sun::star::form::XFormComponent >& _rxObject, sal_uInt16 _nSlotId );
/** executes a control conversion slot for the current selection
- @precond canConvertCurrentSelectionToControl( <arg>_nSlotId</arg> ) must return <sal_True/>
+ @precond canConvertCurrentSelectionToControl( <arg>_nSlotId</arg> ) must return <TRUE/>
*/
bool executeControlConversionSlot( sal_uInt16 _nSlotId );
/// checks whether the given slot id denotes a control conversion slot
diff --git a/svx/source/inc/formcontroller.hxx b/svx/source/inc/formcontroller.hxx
index 6ed0a8512158..b0f42a0e97ea 100644
--- a/svx/source/inc/formcontroller.hxx
+++ b/svx/source/inc/formcontroller.hxx
@@ -460,7 +460,7 @@ namespace svxform
one will be used. Else, an attempt is made to create an <type scope="com::sun::star::sdb">InteractionHandler</type>
is made.
- @return <sal_True/>
+ @return <TRUE/>
if and only if <member>m_xInteractionHandler</member> is valid when the method returns
*/
bool ensureInteractionHandler();
@@ -476,7 +476,7 @@ namespace svxform
@param _rxNewControl
The control which should replace the existent control.
@return
- <sal_True/> if and only if the control was successfully replaced
+ <TRUE/> if and only if the control was successfully replaced
*/
bool replaceControl(
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxExistentControl,
@@ -552,15 +552,15 @@ namespace svxform
valid.
@param _rFirstInvalidityExplanation
- if the method returns <sal_False/> (i.e. if there is an invalid control), this string contains
+ if the method returns <FALSE/> (i.e. if there is an invalid control), this string contains
the explanation for the invalidity, as obtained from the validator.
@param _rxFirstInvalidModel
- if the method returns <sal_False/> (i.e. if there is an invalid control), this contains
+ if the method returns <FALSE/> (i.e. if there is an invalid control), this contains
the control model
@return
- <sal_True/> if and only if all controls belonging to our form are valid
+ <TRUE/> if and only if all controls belonging to our form are valid
*/
bool checkFormComponentValidity(
::rtl::OUString& /* [out] */ _rFirstInvalidityExplanation,
diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx
index 67c76e9142b2..cde1533eca46 100644
--- a/svx/source/inc/gridcell.hxx
+++ b/svx/source/inc/gridcell.hxx
@@ -871,15 +871,15 @@ protected:
/** determines whether the text of this cell can be painted directly, without
using the painter control
- If this is <sal_True/>, the <member>PaintCell</member> method will simply use the text as returned
+ If this is <TRUE/>, the <member>PaintCell</member> method will simply use the text as returned
by <member>GetText</member>, and draw it onto the device passed to <member>PaintFieldToCell</member>,
while respecting the current alignment settings.
- If this is <sal_False/>, the <member>PaintFieldToCell</member> request will be forwarded to the painter
+ If this is <FALSE/>, the <member>PaintFieldToCell</member> request will be forwarded to the painter
control (<member>m_pPainter</member>). This is more expensive, but the only option
if your painting involves more that a simple DrawText.
- This member is <sal_True/> by default, and can be modified by derived classes.
+ This member is <TRUE/> by default, and can be modified by derived classes.
*/
sal_Bool m_bFastPaint;
diff --git a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
index a981d1691b3d..3f849e92b462 100644
--- a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
@@ -656,7 +656,7 @@ namespace sdr { namespace contact {
/** determines whether or not our control is printable
Effectively, this method returns the value of the "Printable" property
- of the control's model. If we have no control, <sal_False/> is returned.
+ of the control's model. If we have no control, <FALSE/> is returned.
*/
bool isPrintableControl() const;
@@ -721,7 +721,7 @@ namespace sdr { namespace contact {
a reference to a pointer holding, upon return, the desired SdrPageView
@return
- <sal_True/> if and only if a ->SdrPageView could be obtained
+ <TRUE/> if and only if a ->SdrPageView could be obtained
@precond
We really belong to an SdrPageViewWindow. Perhaps (I'm not sure ATM :)
@@ -732,7 +732,7 @@ namespace sdr { namespace contact {
We're not disposed.
@postcond
- The method expects success, if it returns with <sal_False/>, this will have been
+ The method expects success, if it returns with <FALSE/>, this will have been
asserted.
@nothrow
@@ -742,7 +742,7 @@ namespace sdr { namespace contact {
/** adjusts the control visibility so it respects its layer's visibility
@param _bForce
- set to <sal_True/> if you want to force a ->XWindow::setVisible call,
+ set to <TRUE/> if you want to force a ->XWindow::setVisible call,
no matter if the control visibility is already correct
@precond
@@ -776,10 +776,10 @@ namespace sdr { namespace contact {
determines whether the control is currently visible. Note that this is only a shortcut for
querying _rxControl for the XWindow2 interface, and calling isVisible at this interface.
This shortcut has been chosen since the caller usually already has this information.
- If _bForce is <sal_True/>, _bIsCurrentlyVisible is ignored.
+ If _bForce is <TRUE/>, _bIsCurrentlyVisible is ignored.
@param _bForce
- set to <sal_True/> if you want to force a ->XWindow::setVisible call,
+ set to <TRUE/> if you want to force a ->XWindow::setVisible call,
no matter if the control visibility is already correct
@precond