summaryrefslogtreecommitdiff
path: root/forms
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
commit41fb6b154197078bf0abe89c1279cc6ce0d3e0ed (patch)
tree29eea9a43dd83ad653a4cc143aa50c8c960b0bf4 /forms
parenta2242be9c3551310027b341db53164ebd78bc6c8 (diff)
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/DatabaseForm.hxx4
-rw-r--r--forms/source/component/Edit.hxx2
-rw-r--r--forms/source/component/clickableimage.hxx2
-rw-r--r--forms/source/component/entrylisthelper.hxx2
-rw-r--r--forms/source/inc/FormComponent.hxx18
-rw-r--r--forms/source/inc/InterfaceContainer.hxx4
-rw-r--r--forms/source/inc/formnavigation.hxx2
-rw-r--r--forms/source/inc/urltransformer.hxx2
-rw-r--r--forms/source/xforms/datatypes.cxx2
-rw-r--r--forms/source/xforms/propertysetbase.hxx2
10 files changed, 20 insertions, 20 deletions
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
- <sal_True/> if SQLExceptions are allowed to leave the method
+ <TRUE/> 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
- <sal_True/> if and only if the execution has been approved
+ <TRUE/> 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 <sal_True/> when we change the MaxTextLen of the aggregate
+ sal_Bool m_bMaxTextLenModified : 1; // set to <TRUE/> 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 <sal_True/> if and only if the action has <em>not</em> been cancelled by a listener
+ @return <TRUE/> if and only if the action has <em>not</em> 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
- <sal_True/> if and only if the disposed object was our list source, and so the
+ <TRUE/> 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 <sal_False/> if you don't want the constructor to set the delegator at
+ set this to <FALSE/> if you don't want the constructor to set the delegator at
the aggregate. In this case, you <em>have</em> to call doSetDelegator within your
own constructor.
@@ -202,7 +202,7 @@ public:
In this case, the aggregate needs to be queried for this interface <b>before</b> the
<member scope="com::sun::star::uno">XAggregation::setDelegator</member> call.
- In such a case, pass <sal_False/> to this parameter. Then, cache the aggregate's interface(s)
+ In such a case, pass <FALSE/> to this parameter. Then, cache the aggregate's interface(s)
as needed. Afterwards, call <member>doSetDelegator</member>.
In your destructor, you need to call <member>doResetDelegator</member> 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 <sal_False/> to the <arg>_bSetDelegator</arg> parameter of the
+ if you passed <FALSE/> to the <arg>_bSetDelegator</arg> parameter of the
<type>OControl</type> constructor.
*/
void doSetDelegator();
@@ -879,7 +879,7 @@ protected:
we're properly bound to a database column, especially <member>m_xColumnUpdate</member>
is not <NULL/>
@param _bPostReset
- <sal_True/> if and only if the current control value results from a reset (<member>getDefaultForReset</member>)
+ <TRUE/> if and only if the current control value results from a reset (<member>getDefaultForReset</member>)
@pure
*/
virtual sal_Bool commitControlValueToDbColumn(
@@ -1183,10 +1183,10 @@ private:
Use this method if there is a potential that <b>only</b> the validity flag changed. If
any of the other aspects (our current value, or our current text) changed, then
- pass <sal_True/> for <member>_bForceNotification</member>.
+ pass <TRUE/> for <member>_bForceNotification</member>.
@param _bForceNotification
- if <sal_True/>, then the validity listeners will be notified, not matter whether the validity
+ if <TRUE/>, 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 (<sal_False/>)
- or reloaded (<sal_True/>)
+ Determines whether the connection is made after the row set has been loaded (<FALSE/>)
+ or reloaded (<TRUE/>)
@see impl_disconnectDatabaseColumn_noNotify
*/
@@ -1286,7 +1286,7 @@ private:
the binding which applies for being responsible for our value, Must not be
<NULL/>
@return
- <sal_True/> if and only if the given binding can supply values in the proper type
+ <TRUE/> 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 <sal_True/>, event knittings will be done
+ if <TRUE/>, event knittings will be done
@param _pApprovalResult
must contain the result of an approveNewElement call. Can be <NULL/>, in this case, the approval
is done within implInsert.
@param _bFire
- if <sal_True/>, a notification about the insertion will be fired
+ if <TRUE/>, 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
- <sal_True/> if and only if the given id is a known feature id
+ <TRUE/> 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 <member>m_xTransformer</member>
@return
- <sal_True/> if and only if m_xTransformer is not <NULL/>
+ <TRUE/> if and only if m_xTransformer is not <NULL/>
*/
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 <sal_False/>
+ // cuts them down. A better implementation here should probably return <FALSE/>
// 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 <sal_True/>. Say you call <member>notifyAndCachePropertyValue</member> the first time: it will
+ is <TRUE/>. Say you call <member>notifyAndCachePropertyValue</member> the first time: it will
default construct the "old value" for this property as <FALSE/>, and thus <b>not</b> do
any notifications if the "current value" is also <FALSE/> - which might be wrong, since
the guessing of the "old value" differed from the real initial value which was <TRUE/>.