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 /xmloff/source | |
parent | 94fc32ce8479bf308e3bfda1b97727a2b9b98f1b (diff) |
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/forms/elementexport.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/forms/elementimport.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/forms/formattributes.hxx | 4 | ||||
-rw-r--r-- | xmloff/source/forms/formcellbinding.hxx | 12 | ||||
-rw-r--r-- | xmloff/source/forms/layerexport.hxx | 4 | ||||
-rw-r--r-- | xmloff/source/forms/propertyexport.hxx | 4 | ||||
-rw-r--r-- | xmloff/source/transform/TransformerBase.hxx | 2 |
7 files changed, 15 insertions, 15 deletions
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 ); |