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 | 94eae11e9ee5956df320078b759ad86459df6694 (patch) | |
tree | 79be8f1eabd869312597cda3d8e9669c101db0f3 | |
parent | 94fc32ce8479bf308e3bfda1b97727a2b9b98f1b (diff) |
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
45 files changed, 111 insertions, 111 deletions
diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx index 241cfce6d342..b134c0e4056a 100644 --- a/basic/source/basmgr/basicmanagerrepository.cxx +++ b/basic/source/basmgr/basicmanagerrepository.cxx @@ -169,11 +169,11 @@ namespace basic @param _out_rStorage takes the storage upon successful return. Note that this might be <NULL/> even - if <sal_True/> is returned. In this case, the document has not yet been saved. + if <TRUE/> is returned. In this case, the document has not yet been saved. @return - <sal_True/> if the storage could be successfully retrieved (in which case - <arg>_out_rStorage</arg> might or might not be <NULL/>), <sal_False/> otherwise. + <TRUE/> if the storage could be successfully retrieved (in which case + <arg>_out_rStorage</arg> might or might not be <NULL/>), <FALSE/> otherwise. In the latter case, processing this document should stop. */ bool impl_getDocumentStorage_nothrow( const Reference< XModel >& _rxDocument, Reference< XStorage >& _out_rStorage ); @@ -190,7 +190,7 @@ namespace basic takes the dialog library container upon successful return @return - <sal_True/> if and only if both containers exist, and could successfully be retrieved + <TRUE/> if and only if both containers exist, and could successfully be retrieved */ bool impl_getDocumentLibraryContainers_nothrow( const Reference< XModel >& _rxDocument, diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx index 02740911f6d1..87f115474bf7 100644 --- a/editeng/source/misc/hangulhanja.cxx +++ b/editeng/source/misc/hangulhanja.cxx @@ -186,7 +186,7 @@ namespace editeng protected: void createDialog(); - /** continue with the conversion, return <sal_True/> if and only if the complete conversion is done + /** continue with the conversion, return <TRUE/> if and only if the complete conversion is done @param _bRepeatCurrentUnit if <TRUE/>, an implNextConvertible will be called initially to advance to the next convertible. if <FALSE/>, the method will initially work with the current convertible unit @@ -237,7 +237,7 @@ namespace editeng /** determine the ConversionDirection for m_sCurrentPortion @return - <sal_False/> if and only if something went wrong + <FALSE/> if and only if something went wrong */ bool implGetConversionDirectionForCurrentPortion( HHC::ConversionDirection& rDirection ); diff --git a/fpicker/source/office/OfficeControlAccess.hxx b/fpicker/source/office/OfficeControlAccess.hxx index 739b9211a09f..35196907f900 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 fd6d952fbe2f..2531f5e7f4c5 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 3c015ca95b26..355203dbe767 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 3cc06453f11f..746a6e1d207a 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 ); diff --git a/framework/inc/interaction/quietinteraction.hxx b/framework/inc/interaction/quietinteraction.hxx index 5991a374d9f0..0d812774e583 100644 --- a/framework/inc/interaction/quietinteraction.hxx +++ b/framework/inc/interaction/quietinteraction.hxx @@ -151,8 +151,8 @@ class QuietInteraction : public css::lang::XTypeProvider @descr It can be usefully to know the reason for a failed operation. @return [boolean] - <sal_True/> for used interaction - <sal_False/> otherwhise + <TRUE/> for used interaction + <FALSE/> otherwhise @threadsafe yes */ diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx index 36a35aef9d91..af25e786dbf1 100644 --- a/framework/source/classes/framecontainer.cxx +++ b/framework/source/classes/framecontainer.cxx @@ -177,8 +177,8 @@ void FrameContainer::remove( const css::uno::Reference< css::frame::XFrame >& xF @param xFrame reference to the queried frame - @return <sal_True/> if frame is oart of this container - <sal_False/> otherwhise + @return <TRUE/> if frame is oart of this container + <FALSE/> otherwhise @threadsafe yes @modified 01.07.2002 14:55,as96863 diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index 5c8b0b914b7a..23f03b9ff8f0 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -781,7 +781,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_getOrCreat @param aURL URL which should be "detected" - @return <sal_True/> if somewhere could handle that - <sal_False/> otherwise. + @return <TRUE/> if somewhere could handle that - <FALSE/> otherwise. @threadsafe yes @modified 17.05.2002 09:47, as96863 diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx index 29a07371ae57..d8aa310d6351 100644 --- a/framework/source/dispatch/mailtodispatcher.cxx +++ b/framework/source/dispatch/mailtodispatcher.cxx @@ -258,10 +258,10 @@ void SAL_CALL MailToDispatcher::dispatchWithNotification( const css::util::URL& @param lArguments list of optional arguments for this mail request - @return <sal_True/> if dispatch could be started successfully + @return <TRUE/> if dispatch could be started successfully Note: Our internal used shell executor doesn't return any state value - so we must belive that call was successfully. - <sal_False/> if neccessary ressource couldn't be created or an exception was thrown. + <FALSE/> if neccessary ressource couldn't be created or an exception was thrown. @modified 30.04.2002 14:49, as96863 */ diff --git a/framework/source/inc/loadenv/targethelper.hxx b/framework/source/inc/loadenv/targethelper.hxx index 4e353e49e620..179ec117ab19 100644 --- a/framework/source/inc/loadenv/targethelper.hxx +++ b/framework/source/inc/loadenv/targethelper.hxx @@ -89,8 +89,8 @@ class TargetHelper @param eSpecialTarget represent the expected target. - @return It returns <sal_True/> if <var>sCheckTarget</var> represent - the expected <var>eSpecialTarget</var> value; <sal_False/> otherwhise. + @return It returns <TRUE/> if <var>sCheckTarget</var> represent + the expected <var>eSpecialTarget</var> value; <FALSE/> otherwhise. */ static sal_Bool matchSpecialTarget(const ::rtl::OUString& sCheckTarget , ESpecialTarget eSpecialTarget); diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx index a495d8cccace..e0f2fd063f5e 100644 --- a/framework/source/jobs/job.cxx +++ b/framework/source/jobs/job.cxx @@ -816,7 +816,7 @@ void SAL_CALL Job::notifyTermination( /*IN*/ const css::lang::EventObject& ) thr @param bGetsOwnerShip If it's set to <sal_True> and we throw the right veto excepion, we have to close this frame later - if our internal processes will be finished. If it's set to <sal_False/> we can ignore it. + if our internal processes will be finished. If it's set to <FALSE/> we can ignore it. @throw CloseVetoException if our internal wrapped job is still running. 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 , diff --git a/framework/source/services/backingcomp.cxx b/framework/source/services/backingcomp.cxx index ae354919491c..b8db175886d2 100644 --- a/framework/source/services/backingcomp.cxx +++ b/framework/source/services/backingcomp.cxx @@ -283,8 +283,8 @@ css::uno::Sequence< sal_Int8 > SAL_CALL BackingComp::getImplementationId() @see impl_getStaticSupportedServiceNames() @see SERVICENAME - @return <sal_True/> if the queried service is supported; - <br><sal_False/> otherwise. + @return <TRUE/> if the queried service is supported; + <br><FALSE/> otherwise. */ sal_Bool SAL_CALL BackingComp::supportsService( /*IN*/ const ::rtl::OUString& sServiceName ) @@ -546,7 +546,7 @@ void SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::f This component does not know any model. It will be represented by a window and it's controller only. - return <sal_False/> everytime. + return <FALSE/> everytime. */ sal_Bool SAL_CALL BackingComp::attachModel( /*IN*/ const css::uno::Reference< css::frame::XModel >& ) diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index a3ccf6887cf6..b9dd626cf06d 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -1345,9 +1345,9 @@ void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException ) reference to new component controller (may <NULL/> for relasing or setting of a simple component) - @return <sal_True/> if operation was successful, <sal_False/> otherwise. + @return <TRUE/> if operation was successful, <FALSE/> otherwise. - @onerror We return <sal_False/>. + @onerror We return <FALSE/>. @threadsafe yes @modified 06.05.2002 11:39, as96863 *//*-*****************************************************************************************************/ @@ -1606,14 +1606,14 @@ void SAL_CALL Frame::removeFrameActionListener( const css::uno::Reference< css:: /*-****************************************************************************************************//** @short support two way mechanism to release a frame @descr This method ask internal component (controller) if he accept this close request. - In case of <sal_True/> nothing will be happen (from point of caller of this close method). - In case of <sal_False/> a CloseVetoException is thrown. After such exception given parameter + In case of <TRUE/> nothing will be happen (from point of caller of this close method). + In case of <FALSE/> a CloseVetoException is thrown. After such exception given parameter <var>bDeliverOwnerShip</var> regulate which will be the new owner of this instance. @attention It's the replacement for XTask::close() which is marked as obsolete method. @param bDeliverOwnerShip - If parameter is set to <sal_False/> the original caller will be the owner after thrown + If parameter is set to <FALSE/> the original caller will be the owner after thrown veto exception and must try to close this frame at later time again. Otherwhise the source of throwed exception is the right one. May it will be the frame himself. @@ -3078,7 +3078,7 @@ void Frame::implts_checkSuicide() Its existence regulate visibility of this closer item. @param bState - <sal_True/> enable; <sal_False/> disable this state + <TRUE/> enable; <FALSE/> disable this state */ void Frame::impl_setCloser( /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFrame , diff --git a/sfx2/inc/sfx2/doctempl.hxx b/sfx2/inc/sfx2/doctempl.hxx index 92ffe90269e6..bc0728b0ec1b 100644 --- a/sfx2/inc/sfx2/doctempl.hxx +++ b/sfx2/inc/sfx2/doctempl.hxx @@ -134,7 +134,7 @@ public: In case the update is needed, the additional check made it somewhat more expensive. In case it's not necessary (which should be the usual case), the check alone is (much) less expensive than the real update. <br/> - So set <arg>_bSmart</arg> to <sal_True/> to do a check for necessity first. + So set <arg>_bSmart</arg> to <TRUE/> to do a check for necessity first. */ void Update( sal_Bool _bSmart = sal_True ); diff --git a/sfx2/inc/sfx2/styfitem.hxx b/sfx2/inc/sfx2/styfitem.hxx index 9c2551978295..5bb473906dbd 100644 --- a/sfx2/inc/sfx2/styfitem.hxx +++ b/sfx2/inc/sfx2/styfitem.hxx @@ -112,7 +112,7 @@ public: <p>Usually, you will use the same resource which originally constructed the object.</p> @return - <sal_True/> if an image list for the requested mode could be found in the given resource. + <TRUE/> if an image list for the requested mode could be found in the given resource. */ sal_Bool updateImages( const ResId& _rId, const BmpColorMode _eMode ); }; 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 diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx index 6e546950a23a..94af36513670 100644 --- a/ucb/source/sorter/sortresult.cxx +++ b/ucb/source/sorter/sortresult.cxx @@ -490,7 +490,7 @@ sal_Int32 SAL_CALL SortedResultSet::getRow() @param row is the number of rows to move. Could be negative. @returns - <sal_True/> if the cursor is on a row; <sal_False/> otherwise + <TRUE/> if the cursor is on a row; <FALSE/> otherwise @throws SQLException if a database access error occurs or if row is 0, or the result set type is FORWARD_ONLY. @@ -552,7 +552,7 @@ sal_Bool SAL_CALL SortedResultSet::absolute( sal_Int32 row ) @param rows is the number of rows to move. Could be negative. @returns - <sal_True/> if the cursor is on a valid row; <sal_False/> if it is off + <TRUE/> if the cursor is on a valid row; <FALSE/> if it is off the result set. @throws SQLException if a database access error occurs or if there is no @@ -597,7 +597,7 @@ sal_Bool SAL_CALL SortedResultSet::relative( sal_Int32 rows ) <p>Note: <code>previous()</code> is not the same as <code>relative(-1)</code> because it makes sense to call <code>previous()</code> when there is no current row. - @returns <sal_True/> if the cursor is on a valid row; <sal_False/> if it is off + @returns <TRUE/> if the cursor is on a valid row; <FALSE/> if it is off the result set. @throws SQLException if a database access error occurs or the result set type diff --git a/xmloff/inc/xmloff/formlayerexport.hxx b/xmloff/inc/xmloff/formlayerexport.hxx index c15572235617..c9325139474f 100644 --- a/xmloff/inc/xmloff/formlayerexport.hxx +++ b/xmloff/inc/xmloff/formlayerexport.hxx @@ -86,7 +86,7 @@ namespace xmloff This way a performance optimization can be done for faster access to the control ids</p> @return - <sal_True/> if the page has been examined before. If <sal_False/> is returned, this is a serious error. + <TRUE/> if the page has been examined before. If <FALSE/> is returned, this is a serious error. @see getControlId @see examineForms diff --git a/xmloff/source/forms/elementexport.hxx b/xmloff/source/forms/elementexport.hxx index 960da6c145db..a8981f0a1fea 100644 --- a/xmloff/source/forms/elementexport.hxx +++ b/xmloff/source/forms/elementexport.hxx @@ -262,7 +262,7 @@ namespace xmloff <li>obtained from a database query (in various ways)</li> </ul> - In the latter two cases, this method will return <sal_False/> + In the latter two cases, this method will return <FALSE/> */ bool controlHasUserSuppliedListEntries() const; }; diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx index 3226044808b9..3b604c752595 100644 --- a/xmloff/source/forms/elementimport.hxx +++ b/xmloff/source/forms/elementimport.hxx @@ -517,7 +517,7 @@ namespace xmloff sal_Int32 m_nEmptyValueItems; /// number of empty value items encountered during reading sal_Bool m_bEncounteredLSAttrib; - sal_Bool m_bLinkWithIndexes; /** <sal_True/> if and only if we should use a cell value binding + sal_Bool m_bLinkWithIndexes; /** <TRUE/> if and only if we should use a cell value binding which exchanges the selection index (instead of the selection text */ diff --git a/xmloff/source/forms/formattributes.hxx b/xmloff/source/forms/formattributes.hxx index 0ca0e4bea1e3..121476a9b21c 100644 --- a/xmloff/source/forms/formattributes.hxx +++ b/xmloff/source/forms/formattributes.hxx @@ -298,8 +298,8 @@ namespace xmloff @param _bAttributeDefault the default value for the attribute. @param _bInverseSemantics - if <sal_True/>, a attribute value of <sal_True/> means a property value of <sal_False/> and vice verse.<br/> - if <sal_False/>, the attribute value is used as property value directly + if <TRUE/>, a attribute value of <TRUE/> means a property value of <FALSE/> and vice verse.<br/> + if <FALSE/>, the attribute value is used as property value directly */ void addBooleanProperty( const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, diff --git a/xmloff/source/forms/formcellbinding.hxx b/xmloff/source/forms/formcellbinding.hxx index db7f40816191..18df52ed2a4d 100644 --- a/xmloff/source/forms/formcellbinding.hxx +++ b/xmloff/source/forms/formcellbinding.hxx @@ -57,7 +57,7 @@ namespace xmloff public: /** determines whether the given control model lives in a spreadsheet document - <p>If this method returns <sal_False/>, you cannot instantiate a CellBindingHelper with + <p>If this method returns <FALSE/>, you cannot instantiate a CellBindingHelper with this model, since then no of it's functionality will be available.</p> */ static sal_Bool livesInSpreadsheetDocument( @@ -81,7 +81,7 @@ namespace xmloff public: /** gets a cell binding for the given address @precond - isCellBindingAllowed returns <sal_True/> + isCellBindingAllowed returns <TRUE/> */ ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding > createCellBindingFromStringAddress( @@ -134,7 +134,7 @@ namespace xmloff /** sets a new binding for our control model @precond the control model is bindable (which is implied by <member>isCellBindingAllowed</member> - returning <sal_True/>) + returning <TRUE/>) */ void setBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding @@ -143,7 +143,7 @@ namespace xmloff /** sets a list source for our control model @precond the control model is a list sink (which is implied by <member>isListCellRangeAllowed</member> - returning <sal_True/>) + returning <TRUE/>) */ void setListSource( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntrySource >& _rxSource @@ -254,11 +254,11 @@ namespace xmloff @param _rOutputValue the output property value for the conversion service @param _bIsRange - if <sal_True/>, the RangeAddressConversion service will be used, else + if <TRUE/>, the RangeAddressConversion service will be used, else the AddressConversion service @return - <sal_True/> if any only if the conversion was successfull + <TRUE/> if any only if the conversion was successfull @see com::sun::star::table::CellAddressConversion @see com::sun::star::table::CellRangeAddressConversion diff --git a/xmloff/source/forms/layerexport.hxx b/xmloff/source/forms/layerexport.hxx index 887fb23d54d6..3335645c2abf 100644 --- a/xmloff/source/forms/layerexport.hxx +++ b/xmloff/source/forms/layerexport.hxx @@ -249,14 +249,14 @@ namespace xmloff /** moves the m_aCurrentPage* members to the positions specifying the given page. - @return <sal_True/> if there already were structures for the given page + @return <TRUE/> if there already were structures for the given page */ sal_Bool implMoveIterators( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& _rxDrawPage, sal_Bool _bClear); /** check the object given if it's a control, if so, examine it. - @return <sal_True/> if the object has been handled + @return <TRUE/> if the object has been handled */ sal_Bool checkExamineControl(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject); diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx index 2db1b42338a0..3ddfd8d4cabd 100644 --- a/xmloff/source/forms/propertyexport.hxx +++ b/xmloff/source/forms/propertyexport.hxx @@ -50,9 +50,9 @@ namespace xmloff #define BOOLATTR_INVERSE_SEMANTICS 0x04 // if sal_True, indicates that the semantic of the property refered by <arg>_pPropertyName</arg> // is inverse to the semantic of the XML attribute.<br/> - // I.e. if the property value is <sal_True/>, <sal_False/> has to be written and vice versa. + // I.e. if the property value is <TRUE/>, <FALSE/> has to be written and vice versa. // <p>Be careful with <arg>_bDefault</arg> and <arg>_bInverseSemantics</arg>: if <arg>_bInverseSemantics</arg> - // is <sal_True/>, the current property value is inverted <em>before</em> comparing it to the default.</p> + // is <TRUE/>, the current property value is inverted <em>before</em> comparing it to the default.</p> class IFormsExportContext; //===================================================================== diff --git a/xmloff/source/transform/TransformerBase.hxx b/xmloff/source/transform/TransformerBase.hxx index 273bd301d3a6..1f5f8c51123f 100644 --- a/xmloff/source/transform/TransformerBase.hxx +++ b/xmloff/source/transform/TransformerBase.hxx @@ -188,7 +188,7 @@ public: @param rDateTime A dateTime string that will be parsed and changed in case a match was found. - @return <sal_True/> if the given string was changed + @return <TRUE/> if the given string was changed */ static bool ConvertRNGDateTimeToISO( ::rtl::OUString& rDateTime ); |