summaryrefslogtreecommitdiff
path: root/svx
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
parent94fc32ce8479bf308e3bfda1b97727a2b9b98f1b (diff)
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'svx')
-rwxr-xr-xsvx/inc/svx/AccessibleShape.hxx6
-rw-r--r--svx/inc/svx/IAccessibleParent.hxx4
-rw-r--r--svx/inc/svx/dataaccessdescriptor.hxx4
-rw-r--r--svx/inc/svx/fmgridcl.hxx2
-rw-r--r--svx/inc/svx/fmmodel.hxx4
-rw-r--r--svx/inc/svx/fmview.hxx2
-rw-r--r--svx/inc/svx/gridctrl.hxx2
-rw-r--r--svx/inc/svx/svditer.hxx2
-rw-r--r--svx/inc/svx/svdouno.hxx2
-rw-r--r--svx/inc/svx/svdpage.hxx10
-rw-r--r--svx/inc/svx/txencbox.hxx8
-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
19 files changed, 46 insertions, 46 deletions
diff --git a/svx/inc/svx/AccessibleShape.hxx b/svx/inc/svx/AccessibleShape.hxx
index d9eee6cb42fd..e1979294b2d8 100755
--- a/svx/inc/svx/AccessibleShape.hxx
+++ b/svx/inc/svx/AccessibleShape.hxx
@@ -132,7 +132,7 @@ public:
@return
The returned flag indicates whether the specified state has been
- changed (<sal_True/>), i.e. it has formerly not been set.
+ changed (<TRUE/>), i.e. it has formerly not been set.
*/
virtual sal_Bool SetState (sal_Int16 aState);
@@ -146,7 +146,7 @@ public:
@return
The returned flag indicates whether the specified state has been
- changed (<sal_True/>), i.e. it has formerly been set.
+ changed (<TRUE/>), i.e. it has formerly been set.
*/
virtual sal_Bool ResetState (sal_Int16 aState);
@@ -156,7 +156,7 @@ public:
@param aState
The state for which to return its value.
@return
- A value of <sal_True/> indicates that the state is set. A <sal_False/>
+ A value of <TRUE/> indicates that the state is set. A <FALSE/>
value indicates an unset state or the inability to access the
entity that manages the state set.
diff --git a/svx/inc/svx/IAccessibleParent.hxx b/svx/inc/svx/IAccessibleParent.hxx
index d02182972248..be97a49e982b 100644
--- a/svx/inc/svx/IAccessibleParent.hxx
+++ b/svx/inc/svx/IAccessibleParent.hxx
@@ -74,9 +74,9 @@ public:
The TreeInfo for the old child.
@return
- If the replacement has taken place successfully <sal_True/> is
+ If the replacement has taken place successfully <TRUE/> is
returned. If the replacement can not be carried out or an error
- occurs that does not result in an exception then <sal_False/> is
+ occurs that does not result in an exception then <FALSE/> is
returned.
@raises RuntimeException
diff --git a/svx/inc/svx/dataaccessdescriptor.hxx b/svx/inc/svx/dataaccessdescriptor.hxx
index e7006a923b1a..f765b1fce2b9 100644
--- a/svx/inc/svx/dataaccessdescriptor.hxx
+++ b/svx/inc/svx/dataaccessdescriptor.hxx
@@ -108,7 +108,7 @@ namespace svx
createAnySequence();
/** initialized the descriptor from the property set given
- <p>If <arg>_bClear</arg> is <sal_True/>, the descriptor will clear all it's current settings before
+ <p>If <arg>_bClear</arg> is <TRUE/>, the descriptor will clear all it's current settings before
initializing with the new ones.</p>
*/
void initializeFrom(
@@ -116,7 +116,7 @@ namespace svx
sal_Bool _bClear = sal_True);
/** initialized the descriptor from the property values given
- <p>If <arg>_bClear</arg> is <sal_True/>, the descriptor will clear all it's current settings before
+ <p>If <arg>_bClear</arg> is <TRUE/>, the descriptor will clear all it's current settings before
initializing with the new ones.</p>
*/
void initializeFrom(
diff --git a/svx/inc/svx/fmgridcl.hxx b/svx/inc/svx/fmgridcl.hxx
index ef76df8a2d15..c0e9e7e34d78 100644
--- a/svx/inc/svx/fmgridcl.hxx
+++ b/svx/inc/svx/fmgridcl.hxx
@@ -207,7 +207,7 @@ protected:
@param _pColumn
The column to compare with.
@return
- <sal_True/> if the column is selected, otherwise <sal_False/>
+ <TRUE/> if the column is selected, otherwise <FALSE/>
*/
sal_Bool isColumnSelected(sal_uInt16 nColumnId,DbGridColumn* _pColumn);
};
diff --git a/svx/inc/svx/fmmodel.hxx b/svx/inc/svx/fmmodel.hxx
index 98655fb4e640..b5308510229a 100644
--- a/svx/inc/svx/fmmodel.hxx
+++ b/svx/inc/svx/fmmodel.hxx
@@ -83,8 +83,8 @@ public:
sal_Bool GetAutoControlFocus() const { return m_bAutoControlFocus; }
void SetAutoControlFocus( sal_Bool _bAutoControlFocus );
- /** check whether the OpenInDesignMode has been set explicitly or been loaded (<sal_False/>)
- or if it still has the default value from construction (<sal_True/>)
+ /** check whether the OpenInDesignMode has been set explicitly or been loaded (<FALSE/>)
+ or if it still has the default value from construction (<TRUE/>)
*/
sal_Bool OpenInDesignModeIsDefaulted();
diff --git a/svx/inc/svx/fmview.hxx b/svx/inc/svx/fmview.hxx
index 2098fa73fb22..52fa30650184 100644
--- a/svx/inc/svx/fmview.hxx
+++ b/svx/inc/svx/fmview.hxx
@@ -118,7 +118,7 @@ public:
/** grab the focus to the first form control on the view
@param _bForceSync
- <sal_True/> if the handling should be done synchronously.
+ <TRUE/> if the handling should be done synchronously.
*/
SVX_DLLPRIVATE void GrabFirstControlFocus( sal_Bool _bForceSync = sal_False );
diff --git a/svx/inc/svx/gridctrl.hxx b/svx/inc/svx/gridctrl.hxx
index dbdc681e0419..4efb5d2c86ad 100644
--- a/svx/inc/svx/gridctrl.hxx
+++ b/svx/inc/svx/gridctrl.hxx
@@ -517,7 +517,7 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
getServiceManager() const { return m_xServiceFactory; }
- /// returns <sal_True/> if the text of the given cell can be copied into the clipboard
+ /// returns <TRUE/> if the text of the given cell can be copied into the clipboard
sal_Bool canCopyCellText(sal_Int32 _nRow, sal_Int16 _nColId);
/// copies the text of the given cell into the clipboard
void copyCellText(sal_Int32 _nRow, sal_Int16 _nColId);
diff --git a/svx/inc/svx/svditer.hxx b/svx/inc/svx/svditer.hxx
index 328e673dae27..2c7b9cb4c9f8 100644
--- a/svx/inc/svx/svditer.hxx
+++ b/svx/inc/svx/svditer.hxx
@@ -57,7 +57,7 @@ public:
/** This variant lets the user choose the order in which to travel over
the objects.
@param bUseZOrder
- When <sal_True/> then the z-order defines the order of iteration.
+ When <TRUE/> then the z-order defines the order of iteration.
Otherwise the navigation position as returned by
SdrObject::GetNavigationPosition() is used.
*/
diff --git a/svx/inc/svx/svdouno.hxx b/svx/inc/svx/svdouno.hxx
index d8f26beba9f5..db8d5058ed67 100644
--- a/svx/inc/svx/svdouno.hxx
+++ b/svx/inc/svx/svdouno.hxx
@@ -151,7 +151,7 @@ private:
@param _out_rpContact
Upon successfull return, ->_out_rpContact contains the ViewContact.
@return
- <sal_True/> if and only if the contact was successfully retrieved. In this case,
+ <TRUE/> if and only if the contact was successfully retrieved. In this case,
->_out_rpContact contains a pointer to this contact.
A failure to retrieve the contact object fires an assertion in non-product builds.
*/
diff --git a/svx/inc/svx/svdpage.hxx b/svx/inc/svx/svdpage.hxx
index 1554e5b84ebd..75eb5b331ab6 100644
--- a/svx/inc/svx/svdpage.hxx
+++ b/svx/inc/svx/svdpage.hxx
@@ -202,7 +202,7 @@ public:
virtual void UnGroupObj( sal_uIntPtr nObjNum );
/** Return whether there is an explicit, user defined, object navigation
- order. When there is one this method returns <sal_True/> and the
+ order. When there is one this method returns <TRUE/> and the
GetObjectForNavigationPosition() and
SdrObject::GetNavigationPosition() methods will return values
different from those returne by SdrObject::GetOrdNum() and
@@ -238,11 +238,11 @@ public:
the mpNavigationOrder list. This method returns immediately when no
update is necessary.
@return
- This method returns <sal_True/> when the navigation positions stored
+ This method returns <TRUE/> when the navigation positions stored
in SdrObjects are up to date.
- It returns <sal_False/> when teh navigation positions are not valid,
+ It returns <FALSE/> when teh navigation positions are not valid,
for example because no explicit navigation order has been
- defined, i.e. HasObjectNavigationOrder() would return <sal_False/>.
+ defined, i.e. HasObjectNavigationOrder() would return <FALSE/>.
*/
bool RecalcNavigationPositions (void);
@@ -264,7 +264,7 @@ private:
/// not exist then maList defines the navigation order.
::boost::scoped_ptr<WeakSdrObjectContainerType> mpNavigationOrder;
- /// This flag is <sal_True/> when the mpNavigation list has been changed but
+ /// This flag is <TRUE/> when the mpNavigation list has been changed but
/// the indices of the referenced SdrObjects still have their old values.
bool mbIsNavigationOrderDirty;
diff --git a/svx/inc/svx/txencbox.hxx b/svx/inc/svx/txencbox.hxx
index cf661739169b..ede3461d2b43 100644
--- a/svx/inc/svx/txencbox.hxx
+++ b/svx/inc/svx/txencbox.hxx
@@ -57,12 +57,12 @@ public:
with RTL_TEXTENCODING_INFO_MIME </p>
@param bExcludeImportSubsets
- If <sal_True/>, some specific encodings are not listed, as they are a
+ If <TRUE/>, some specific encodings are not listed, as they are a
subset of another encoding. This is the case for
RTL_TEXTENCODING_GB_2312, RTL_TEXTENCODING_GBK,
RTL_TEXTENCODING_MS_936, which are covered by
RTL_TEXTENCODING_GB_18030. Normally, this flag should be set to
- <sal_True/> whenever the box is used in import dialogs. */
+ <TRUE/> whenever the box is used in import dialogs. */
void FillFromTextEncodingTable(
sal_Bool bExcludeImportSubsets = sal_False,
sal_uInt32 nExcludeInfoFlags = 0,
@@ -78,12 +78,12 @@ public:
with RTL_TEXTENCODING_INFO_MIME </p>
@param bExcludeImportSubsets
- If <sal_True/>, some specific encodings are not listed, as they are a
+ If <TRUE/>, some specific encodings are not listed, as they are a
subset of another encoding. This is the case for
RTL_TEXTENCODING_GB_2312, RTL_TEXTENCODING_GBK,
RTL_TEXTENCODING_MS_936, which are covered by
RTL_TEXTENCODING_GB_18030. Normally, this flag should be set to
- <sal_True/> whenever the box is used in import dialogs. */
+ <TRUE/> whenever the box is used in import dialogs. */
void FillFromDbTextEncodingMap(
sal_Bool bExcludeImportSubsets = sal_False,
sal_uInt32 nExcludeInfoFlags = 0,
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