From 41fb6b154197078bf0abe89c1279cc6ce0d3e0ed Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Fri, 14 Jan 2011 11:20:36 +0100 Subject: removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags --- forms/source/component/DatabaseForm.hxx | 4 ++-- forms/source/component/Edit.hxx | 2 +- forms/source/component/clickableimage.hxx | 2 +- forms/source/component/entrylisthelper.hxx | 2 +- forms/source/inc/FormComponent.hxx | 18 +++++++++--------- forms/source/inc/InterfaceContainer.hxx | 4 ++-- forms/source/inc/formnavigation.hxx | 2 +- forms/source/inc/urltransformer.hxx | 2 +- forms/source/xforms/datatypes.cxx | 2 +- forms/source/xforms/propertysetbase.hxx | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) (limited to 'forms') diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx index 2ada38be93e6..e18586fb309d 100644 --- a/forms/source/component/DatabaseForm.hxx +++ b/forms/source/component/DatabaseForm.hxx @@ -505,12 +505,12 @@ private: @param _rEvent the event to notify @param _bAllowSQLException - if SQLExceptions are allowed to leave the method + if SQLExceptions are allowed to leave the method @param _rGuard the guard to be cleared before actually calling into the listeners, but after making a copy of the listeners array to operate on. @return - if and only if the execution has been approved + if and only if the execution has been approved */ bool impl_approveRowChange_throw( const ::com::sun::star::lang::EventObject& _rEvent, diff --git a/forms/source/component/Edit.hxx b/forms/source/component/Edit.hxx index e9c2466350dc..5b4146b82d06 100644 --- a/forms/source/component/Edit.hxx +++ b/forms/source/component/Edit.hxx @@ -47,7 +47,7 @@ class OEditModel ::com::sun::star::uno::Any m_aLastKnownValue; ::std::auto_ptr< ::dbtools::FormattedColumnValue > m_pValueFormatter; - sal_Bool m_bMaxTextLenModified : 1; // set to when we change the MaxTextLen of the aggregate + sal_Bool m_bMaxTextLenModified : 1; // set to when we change the MaxTextLen of the aggregate sal_Bool m_bWritingFormattedFake : 1; // are we writing something which should be interpreted as formatted upon reading? diff --git a/forms/source/component/clickableimage.hxx b/forms/source/component/clickableimage.hxx index caebdf3f3848..f888aa4e3309 100644 --- a/forms/source/component/clickableimage.hxx +++ b/forms/source/component/clickableimage.hxx @@ -241,7 +241,7 @@ namespace frm ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > _getTypes(); /** approves the action by calling the approve listeners - @return if and only if the action has not been cancelled by a listener + @return if and only if the action has not been cancelled by a listener */ bool approveAction( ); diff --git a/forms/source/component/entrylisthelper.hxx b/forms/source/component/entrylisthelper.hxx index b72a069e2dc5..64778e9abdc3 100644 --- a/forms/source/component/entrylisthelper.hxx +++ b/forms/source/component/entrylisthelper.hxx @@ -84,7 +84,7 @@ namespace frm /** handling the XEventListener::disposing call for the case where our list source is being disposed @return - if and only if the disposed object was our list source, and so the + if and only if the disposed object was our list source, and so the event was handled */ bool handleDisposing( const ::com::sun::star::lang::EventObject& _rEvent ); diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index 42e79443279b..dead24b09835 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -194,7 +194,7 @@ public: @param _rAggregateService the service name of the component to aggregate @param _bSetDelegator - set this to if you don't want the constructor to set the delegator at + set this to if you don't want the constructor to set the delegator at the aggregate. In this case, you have to call doSetDelegator within your own constructor. @@ -202,7 +202,7 @@ public: In this case, the aggregate needs to be queried for this interface before the XAggregation::setDelegator call. - In such a case, pass to this parameter. Then, cache the aggregate's interface(s) + In such a case, pass to this parameter. Then, cache the aggregate's interface(s) as needed. Afterwards, call doSetDelegator. In your destructor, you need to call doResetDelegator before @@ -228,7 +228,7 @@ protected: /** sets the control as delegator at the aggregate This has to be called from within your derived class' constructor, if and only - if you passed to the _bSetDelegator parameter of the + if you passed to the _bSetDelegator parameter of the OControl constructor. */ void doSetDelegator(); @@ -879,7 +879,7 @@ protected: we're properly bound to a database column, especially m_xColumnUpdate is not @param _bPostReset - if and only if the current control value results from a reset (getDefaultForReset) + if and only if the current control value results from a reset (getDefaultForReset) @pure */ virtual sal_Bool commitControlValueToDbColumn( @@ -1183,10 +1183,10 @@ private: Use this method if there is a potential that only the validity flag changed. If any of the other aspects (our current value, or our current text) changed, then - pass for _bForceNotification. + pass for _bForceNotification. @param _bForceNotification - if , then the validity listeners will be notified, not matter whether the validity + if , then the validity listeners will be notified, not matter whether the validity changed. */ void recheckValidity( bool _bForceNotification ); @@ -1217,8 +1217,8 @@ private: @precond The control does not have an external value supplier @param _bFromReload - Determines whether the connection is made after the row set has been loaded () - or reloaded () + Determines whether the connection is made after the row set has been loaded () + or reloaded () @see impl_disconnectDatabaseColumn_noNotify */ @@ -1286,7 +1286,7 @@ private: the binding which applies for being responsible for our value, Must not be @return - if and only if the given binding can supply values in the proper type + if and only if the given binding can supply values in the proper type @seealso getExternalValueType */ diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx index 72466fb31e3f..90e508f43ca8 100644 --- a/forms/source/inc/InterfaceContainer.hxx +++ b/forms/source/inc/InterfaceContainer.hxx @@ -211,12 +211,12 @@ protected: @param _nIndex the index at which position it should be inserted @param _bEvents - if , event knittings will be done + if , event knittings will be done @param _pApprovalResult must contain the result of an approveNewElement call. Can be , in this case, the approval is done within implInsert. @param _bFire - if , a notification about the insertion will be fired + if , a notification about the insertion will be fired */ void implInsert( sal_Int32 _nIndex, diff --git a/forms/source/inc/formnavigation.hxx b/forms/source/inc/formnavigation.hxx index 440d76bae7bd..6dc848bd8abe 100644 --- a/forms/source/inc/formnavigation.hxx +++ b/forms/source/inc/formnavigation.hxx @@ -208,7 +208,7 @@ namespace frm @complexity O(log n), with n being the number of all potentially known URLs @return - if and only if the given id is a known feature id + if and only if the given id is a known feature id (which is a valid usage) */ bool getFeatureURL( sal_Int16 _nFeatureId, ::com::sun::star::util::URL& /* [out] */ _rURL ); diff --git a/forms/source/inc/urltransformer.hxx b/forms/source/inc/urltransformer.hxx index 0231f983c1b3..2e8bdf1f684a 100644 --- a/forms/source/inc/urltransformer.hxx +++ b/forms/source/inc/urltransformer.hxx @@ -73,7 +73,7 @@ namespace frm /** ensures that we have an URLTransformer instance in m_xTransformer @return - if and only if m_xTransformer is not + if and only if m_xTransformer is not */ bool implEnsureTransformer() const; }; diff --git a/forms/source/xforms/datatypes.cxx b/forms/source/xforms/datatypes.cxx index d8540851569c..212b5f721e67 100644 --- a/forms/source/xforms/datatypes.cxx +++ b/forms/source/xforms/datatypes.cxx @@ -957,7 +957,7 @@ namespace xforms fValue = (double)(sal_Int16)value.toInt32(); // TODO/eforms // this does not care for values which do not fit into a sal_Int16, but simply - // cuts them down. A better implementation here should probably return + // cuts them down. A better implementation here should probably return // for those values. // Else, we may have a situation where the UI claims an input to be valid // (say "12345678"), while internally, and at submission time, this is cut to diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx index 67b080febbaf..9e11efe1ebb7 100644 --- a/forms/source/xforms/propertysetbase.hxx +++ b/forms/source/xforms/propertysetbase.hxx @@ -253,7 +253,7 @@ protected: Usually used to initialize the cache with values which are different from default constructed values. Say you have a boolean property whose initial state - is . Say you call notifyAndCachePropertyValue the first time: it will + is . Say you call notifyAndCachePropertyValue the first time: it will default construct the "old value" for this property as , and thus not do any notifications if the "current value" is also - which might be wrong, since the guessing of the "old value" differed from the real initial value which was . -- cgit