From a93783c42d46d60a93e78348db942a571e34abd4 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:52:30 +0200 Subject: *api: convert ... which does not seem to do anything anyway. sed -i "s,\([^<]\+\),\1,g" Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b --- offapi/com/sun/star/accessibility/XAccessibleText.idl | 2 +- offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl | 2 +- offapi/com/sun/star/document/XDocumentEventBroadcaster.idl | 2 +- offapi/com/sun/star/form/XGridColumnFactory.idl | 2 +- .../form/inspection/DefaultFormComponentInspectorModel.idl | 4 ++-- offapi/com/sun/star/form/runtime/XFilterController.idl | 4 ++-- offapi/com/sun/star/inspection/ObjectInspector.idl | 2 +- offapi/com/sun/star/inspection/ObjectInspectorModel.idl | 6 +++--- offapi/com/sun/star/inspection/XObjectInspectorModel.idl | 2 +- offapi/com/sun/star/inspection/XObjectInspectorUI.idl | 4 ++-- offapi/com/sun/star/inspection/XPropertyControlFactory.idl | 2 +- offapi/com/sun/star/inspection/XPropertyHandler.idl | 10 +++++----- .../star/report/inspection/DefaultComponentInspectorModel.idl | 4 ++-- offapi/com/sun/star/sdb/application/CopyTableWizard.idl | 2 +- offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl | 8 ++++---- offapi/com/sun/star/sdb/application/XTableUIProvider.idl | 2 +- offapi/com/sun/star/sdb/tools/XConnectionTools.idl | 6 +++--- offapi/com/sun/star/sdb/tools/XObjectNames.idl | 4 ++-- offapi/com/sun/star/sdb/tools/XTableName.idl | 2 +- offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl | 2 +- offapi/com/sun/star/xforms/XModel.idl | 4 ++-- udkapi/com/sun/star/container/EnumerableMap.idl | 4 ++-- udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl | 4 ++-- 23 files changed, 42 insertions(+), 42 deletions(-) diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl index f0a3a4179b93..b0df77f94083 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl @@ -152,7 +152,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface @return Returns the explicitly or implicitly (empty - aRequestedAttributes argument) requested attributes + aRequestedAttributes argument) requested attributes of the specified character. Each attribute is represented by a ::com::sun::star::beans::PropertyValue object. The returned list of attribute descriptions contains diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl index be6bea798fab..d22321da06f5 100644 --- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl +++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl @@ -116,7 +116,7 @@ published interface XMutableGridDataModel : XGridDataModel

The change in the data model will be notified to registered listeners via XGridDataListener::dataChanged(). The GridDataEvent::FirstColumn and GridDataEvent::LastColumn will denote the smallest respectively largest column - index from ColumnIndexes.

+ index from ColumnIndexes.

@param ColumnIndexes contains the column indexes of the cells, which should be updated diff --git a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl index 05c154503840..e22552c503f4 100644 --- a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl +++ b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl @@ -79,7 +79,7 @@ interface XDocumentEventBroadcaster supplemental information related to the event. @throws ::com::sun::star::lang::IllegalArgumentException - if _EventName is empty, or if _EventName is not supported by the + if _EventName is empty, or if _EventName is not supported by the document implementation. @throws ::com::sun::star::lang::NoSupportException diff --git a/offapi/com/sun/star/form/XGridColumnFactory.idl b/offapi/com/sun/star/form/XGridColumnFactory.idl index 5b78ff9b23c4..1341cab16033 100644 --- a/offapi/com/sun/star/form/XGridColumnFactory.idl +++ b/offapi/com/sun/star/form/XGridColumnFactory.idl @@ -51,7 +51,7 @@ published interface XGridColumnFactory: com::sun::star::uno::XInterface the new column object @throws com::sun::star::lang::IllegalArgumentException - if aColumnType is not available. + if aColumnType is not available. */ com::sun::star::beans::XPropertySet createColumn( [in] string aColumnType ) raises( com::sun::star::lang::IllegalArgumentException ); diff --git a/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl b/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl index 72085c20fefb..b9deb1f74be1 100644 --- a/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl +++ b/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl @@ -64,8 +64,8 @@ service DefaultFormComponentInspectorModel : com::sun::star::inspection::XObject section. @throws ::com::sun::star::lang::IllegalArgumentException - if minHelpTextLines or maxHelpTextLines are negative, - or if minHelpTextLines is greater than maxHelpTextLines. + if minHelpTextLines or maxHelpTextLines are negative, + or if minHelpTextLines is greater than maxHelpTextLines. @see XObjectInspectorModel::HasHelpSection @see XObjectInspectorModel::MinHelpTextLines diff --git a/offapi/com/sun/star/form/runtime/XFilterController.idl b/offapi/com/sun/star/form/runtime/XFilterController.idl index e537d43f286f..90b044173eb4 100644 --- a/offapi/com/sun/star/form/runtime/XFilterController.idl +++ b/offapi/com/sun/star/form/runtime/XFilterController.idl @@ -128,7 +128,7 @@ interface XFilterController and smaller than #FilterComponents. @throws ::com::sun::star::lang::IndexOutOfBoundsException - if _Component is out of the allowed range. + if _Component is out of the allowed range. @see ::com::sun::star::form::component::DataAwareControlModel::BoundField */ @@ -151,7 +151,7 @@ interface XFilterController #DisjunctiveTerms. @throws ::com::sun::star::lang::IndexOutOfBoundsException - if _Term is out of the allowed range. + if _Term is out of the allowed range. */ void removeDisjunctiveTerm( [in] long _Term ) diff --git a/offapi/com/sun/star/inspection/ObjectInspector.idl b/offapi/com/sun/star/inspection/ObjectInspector.idl index 79230df6a616..3ad5098703e5 100644 --- a/offapi/com/sun/star/inspection/ObjectInspector.idl +++ b/offapi/com/sun/star/inspection/ObjectInspector.idl @@ -78,7 +78,7 @@ service ObjectInspector : XObjectInspector /** creates an instance of the ObjectInspector, using a given ObjectInspectorModel @throws ::com::sun::star::lang::IllegalArgumentException - if Model is . + if Model is . @since OOo 2.2 */ diff --git a/offapi/com/sun/star/inspection/ObjectInspectorModel.idl b/offapi/com/sun/star/inspection/ObjectInspectorModel.idl index 4aaf87b0a5d9..e70bb43872a8 100644 --- a/offapi/com/sun/star/inspection/ObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/ObjectInspectorModel.idl @@ -76,11 +76,11 @@ service ObjectInspectorModel : XObjectInspectorModel section. @throws ::com::sun::star::lang::IllegalArgumentException - if handlerFactories is empty. + if handlerFactories is empty. @throws ::com::sun::star::lang::IllegalArgumentException - if minHelpTextLines or maxHelpTextLines are negative, - or if minHelpTextLines is greater than maxHelpTextLines. + if minHelpTextLines or maxHelpTextLines are negative, + or if minHelpTextLines is greater than maxHelpTextLines. @see XObjectInspectorModel::HandlerFactories @see XObjectInspectorModel::HasHelpSection diff --git a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl index 095bd841cbc1..741c89b6e76f 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl @@ -110,7 +110,7 @@ interface XObjectInspectorModel @param PropertyName the property whose global order index should be retrieved @return - the global order index of PropertyName. + the global order index of PropertyName. */ long getPropertyOrderIndex( [in] string PropertyName ); diff --git a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl index 19946c5242bd..5d3ea226dbe3 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl @@ -71,7 +71,7 @@ interface XObjectInspectorUI this does mean that this element's state is not affected by the call - it does not mean that it is disabled. @param Enable - if the elements denoted by _nElements should be enabled, if + if the elements denoted by _nElements should be enabled, if they should be disabled. */ void enablePropertyUIElements( @@ -89,7 +89,7 @@ interface XObjectInspectorUI

Note that the property whose UI should be rebuilt must not necessarily be (though usually is) in the responsibility of the handler which calls this method. The object inspector will look up the - handler with the responsibility for PropertyName and call its + handler with the responsibility for PropertyName and call its XPropertyHandler::describePropertyLine()

@param PropertyName diff --git a/offapi/com/sun/star/inspection/XPropertyControlFactory.idl b/offapi/com/sun/star/inspection/XPropertyControlFactory.idl index abb78655744d..06b3a40b237b 100644 --- a/offapi/com/sun/star/inspection/XPropertyControlFactory.idl +++ b/offapi/com/sun/star/inspection/XPropertyControlFactory.idl @@ -55,7 +55,7 @@ interface XPropertyControlFactory a control of the given type. @throws com::sun::star::lang::IllegalArgumentException - if the given ControlType is not a value PropertyControlType + if the given ControlType is not a value PropertyControlType */ XPropertyControl createPropertyControl( [in] short ControlType, [in] boolean CreateReadOnly ) raises ( com::sun::star::lang::IllegalArgumentException ); diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl index 39d295f118a9..bd1a0d0ab36b 100644 --- a/offapi/com/sun/star/inspection/XPropertyHandler.idl +++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl @@ -112,7 +112,7 @@ interface XPropertyHandler @throws com::sun::star::beans::UnknownPropertyException if the given property is not supported by this handler @throws com::sun::star::lang::NullPointerException - if ControlFactory is . + if ControlFactory is . @see PropertyControlType @see LineDescriptor */ @@ -344,7 +344,7 @@ interface XPropertyHandler @param out_Data If the method returns InteractiveSelectionResult::ObtainedValue, - then out_Data contains the value which has been interactively obtained + then out_Data contains the value which has been interactively obtained from the user, and which still needs to be set at the inspected component. @param InspectorUI @@ -359,7 +359,7 @@ interface XPropertyHandler @throws com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler @throws com::sun::star::lang::NullPointerException - if InspectorUI is + if InspectorUI is @see describePropertyLine @see addPropertyChangeListener @@ -396,9 +396,9 @@ interface XPropertyHandler
In some cases it may be necessary to differentiate between both situations. For instance, if you want to set the value of another property when an actuating property's value changed, - you should definitely not do this when FirstTimeInit is . + you should definitely not do this when FirstTimeInit is . @throws com::sun::star::lang::NullPointerException - if InspectorUI is + if InspectorUI is */ void actuatingPropertyChanged( diff --git a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl index d635dddce413..ed6c9ca72cb7 100644 --- a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl +++ b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl @@ -59,8 +59,8 @@ service DefaultComponentInspectorModel : com::sun::star::inspection::XObjectInsp section. @throws ::com::sun::star::lang::IllegalArgumentException - if minHelpTextLines or maxHelpTextLines are negative, - or if minHelpTextLines is greater than maxHelpTextLines. + if minHelpTextLines or maxHelpTextLines are negative, + or if minHelpTextLines is greater than maxHelpTextLines. @see XObjectInspectorModel::HasHelpSection @see XObjectInspectorModel::MinHelpTextLines diff --git a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl index 54022ca32fa2..2292c0d2d37d 100644 --- a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl +++ b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl @@ -84,7 +84,7 @@ service CopyTableWizard : XCopyTableWizard a table from one database to another.

At creation time, an attempt will be made to obtain the connections described - by Source resp. Dest. Failing to do so will result in an + by Source resp. Dest. Failing to do so will result in an exception.

If the connection has been newly created by the wizard (e.g. because the diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl index 7481ad623aaf..eff20522c23b 100644 --- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl +++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl @@ -229,7 +229,7 @@ interface XDatabaseDocumentUI or an com::sun::star::frame::XController if the component does is model-less. @throws ::com::sun::star::lang::IllegalArgumentException - if ObjectType denotes an invalid object type + if ObjectType denotes an invalid object type @throws ::com::sun::star::container::NoSuchElementException if an object with the given name and of the given type does not exist @@ -270,7 +270,7 @@ interface XDatabaseDocumentUI constants. @param DocumentDefinition - Upon successful return, and if and only if ObjectType equals DatabaseObject::FORM + Upon successful return, and if and only if ObjectType equals DatabaseObject::FORM or DatabaseObject::REPORT, this will contain the com::sun::star::sdb::DocumentDefinition object which controls the sub component. */ @@ -294,11 +294,11 @@ interface XDatabaseDocumentUI constants. @param DocumentDefinition - Upon successful return, and if and only if ObjectType equals DatabaseObject::FORM + Upon successful return, and if and only if ObjectType equals DatabaseObject::FORM or DatabaseObject::REPORT, this will contain the com::sun::star::sdb::DocumentDefinition object which controls the sub component.
You can use this object to control various aspects of the sub component. For instance, you could decide - to create the component hidden, by passing a Hidden flag (set to ) in Arguments, + to create the component hidden, by passing a Hidden flag (set to ) in Arguments, manipulate the component, and then finally show it by invoking the show command at the definition object. */ diff --git a/offapi/com/sun/star/sdb/application/XTableUIProvider.idl b/offapi/com/sun/star/sdb/application/XTableUIProvider.idl index 2d6ef3208687..727ee7b33cc9 100644 --- a/offapi/com/sun/star/sdb/application/XTableUIProvider.idl +++ b/offapi/com/sun/star/sdb/application/XTableUIProvider.idl @@ -92,7 +92,7 @@ interface XTableUIProvider interfaces, it's discarded. @throws ::com::sun::star::lang::IllegalArgumentException - if the given TableName does not denote an existing table + if the given TableName does not denote an existing table @throws ::com::sun::star::lang::WrappedTargetException if an error occurs while creating the table editor component. diff --git a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl index 31ab32de2a05..49273cb94af6 100644 --- a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl +++ b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl @@ -89,10 +89,10 @@ interface XConnectionTools @param command the object. This may be a table name, a query name, or an SQL statement, depending on the value - of _nCommandType + of _nCommandType @param _rxCollectionOner - If (and only if) CommandType is CommandType.COMMAND, the fields collection which is returned + If (and only if) CommandType is CommandType.COMMAND, the fields collection which is returned by this function here is a temporary object. It is kept alive by another object, which is to be created temporarily, too. To ensure that the fields you get are valid as long as you need them, the owner which controls their life time is transfered to this parameter upon return.
@@ -117,7 +117,7 @@ interface XConnectionTools @param command the object. This may be a table name, a query name, or an SQL statement, depending on the value - of _nCommandType + of _nCommandType @return the composer filled with command and command type. */ diff --git a/offapi/com/sun/star/sdb/tools/XObjectNames.idl b/offapi/com/sun/star/sdb/tools/XObjectNames.idl index 937a4bb42435..d0b5662431ba 100644 --- a/offapi/com/sun/star/sdb/tools/XObjectNames.idl +++ b/offapi/com/sun/star/sdb/tools/XObjectNames.idl @@ -80,7 +80,7 @@ interface XObjectNames base name will be used. @throws com::sun::star::lang::IllegalArgumentException - if CommandType specifies an invalid command type. + if CommandType specifies an invalid command type. */ string suggestName( [in] long CommandType, [in] string BaseName ) raises ( com::sun::star::lang::IllegalArgumentException ); @@ -118,7 +118,7 @@ interface XObjectNames to be used in the database. @throws com::sun::star::lang::IllegalArgumentException - if CommandType specifies an invalid command type. + if CommandType specifies an invalid command type. @see checkNameIsUsed */ diff --git a/offapi/com/sun/star/sdb/tools/XTableName.idl b/offapi/com/sun/star/sdb/tools/XTableName.idl index c6e55057c526..4a196c429f11 100644 --- a/offapi/com/sun/star/sdb/tools/XTableName.idl +++ b/offapi/com/sun/star/sdb/tools/XTableName.idl @@ -80,7 +80,7 @@ interface XTableName @see CompositionType @throws com::sun::star::IllegalArgumentException - if the given Type does not denote a valid CompositionType + if the given Type does not denote a valid CompositionType */ string getComposedName( [in] long Type, [in] boolean Quote ) raises ( com::sun::star::lang::IllegalArgumentException ); diff --git a/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl b/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl index e157b03d0c8a..2776717a5cb1 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl @@ -42,7 +42,7 @@ published interface XFilterGroupManager : com::sun::star::uno::XInterface @param aFilters The filters which form a group. Every filter consists of two strings, where the first one is a display name - (as for sGroupTitle, it holds that these strings should be localized), and the second one the + (as for sGroupTitle, it holds that these strings should be localized), and the second one the semicolon separated list of wildcard expressions for the filter.
Usually, the expressions are simply extensions (e.g. "*.txt"), but this must no necessarily be the case. diff --git a/offapi/com/sun/star/xforms/XModel.idl b/offapi/com/sun/star/xforms/XModel.idl index d5069526f142..c5ecab23f3fc 100644 --- a/offapi/com/sun/star/xforms/XModel.idl +++ b/offapi/com/sun/star/xforms/XModel.idl @@ -65,7 +65,7 @@ interface XModel /** submit form through given submission id

This is a convenience method. Calling it is equivalent to calling - getSubmission()( id ).submit().

+ getSubmission()( id ).submit().

@param id the ID of the submission to execute @@ -85,7 +85,7 @@ interface XModel /** submit form through given submission id

This is a convenience method. Calling it is equivalent to calling - getSubmission()( id, handler ).submit().

+ getSubmission()( id, handler ).submit().

@param id the ID of the submission to execute diff --git a/udkapi/com/sun/star/container/EnumerableMap.idl b/udkapi/com/sun/star/container/EnumerableMap.idl index cb24b7615f3f..e121843bd32b 100644 --- a/udkapi/com/sun/star/container/EnumerableMap.idl +++ b/udkapi/com/sun/star/container/EnumerableMap.idl @@ -82,7 +82,7 @@ service EnumerableMap : XEnumerableMap denotes the type of the values in the to-be-created map @throws ::com::sun::star::beans::IllegalTypeException - if KeyType or ValueType are unsupported types. + if KeyType or ValueType are unsupported types. For values, all type classes except com::sun::star::uno::TypeClass::VOID and com::sun::star::uno::TypeClass::UNKNOWN are accepted. For keys, scalar types, strings, com::sun::star::uno::Type itself, and interface @@ -104,7 +104,7 @@ service EnumerableMap : XEnumerableMap denote the values contained in the to-be-created map @throws ::com::sun::star::beans::IllegalTypeException - if KeyType or ValueType are unsupported types. + if KeyType or ValueType are unsupported types. For values, all type classes except com::sun::star::uno::TypeClass::VOID are accepted.
For keys, scalar types, strings, com::sun::star::uno::Type itself, and interface diff --git a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl index 63d7f03c7e3c..d4bf276e58e3 100644 --- a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl +++ b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl @@ -71,7 +71,7 @@ published interface XVndSunStarScriptUrl: com::sun::star::uno::XInterface { specifies the non-escaped new name part of the URL. @throws ::com::sun::star::lang::IllegalArgumentException - if name is empty + if name is empty @since OOo 3.0 */ @@ -116,7 +116,7 @@ published interface XVndSunStarScriptUrl: com::sun::star::uno::XInterface { Otherwise, a parameter with the given key/value will be appended. @throws ::com::sun::star::lang::IllegalArgumentException - if key is empty + if key is empty @since OOo 3.0 */ -- cgit v1.2.3