summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:52:30 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commita93783c42d46d60a93e78348db942a571e34abd4 (patch)
tree7686a820038469de29c3681ffc7875dec754907e /offapi
parentd11a7b5eb1b127c4f60367ecaeb64868313002d6 (diff)
*api: convert <arg>
... which does not seem to do anything anyway. sed -i "s,<arg>\([^<]\+\)</arg>,\1,g" Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleText.idl2
-rw-r--r--offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl2
-rw-r--r--offapi/com/sun/star/document/XDocumentEventBroadcaster.idl2
-rw-r--r--offapi/com/sun/star/form/XGridColumnFactory.idl2
-rw-r--r--offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl4
-rw-r--r--offapi/com/sun/star/form/runtime/XFilterController.idl4
-rw-r--r--offapi/com/sun/star/inspection/ObjectInspector.idl2
-rw-r--r--offapi/com/sun/star/inspection/ObjectInspectorModel.idl6
-rw-r--r--offapi/com/sun/star/inspection/XObjectInspectorModel.idl2
-rw-r--r--offapi/com/sun/star/inspection/XObjectInspectorUI.idl4
-rw-r--r--offapi/com/sun/star/inspection/XPropertyControlFactory.idl2
-rw-r--r--offapi/com/sun/star/inspection/XPropertyHandler.idl10
-rw-r--r--offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl4
-rw-r--r--offapi/com/sun/star/sdb/application/CopyTableWizard.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl8
-rw-r--r--offapi/com/sun/star/sdb/application/XTableUIProvider.idl2
-rw-r--r--offapi/com/sun/star/sdb/tools/XConnectionTools.idl6
-rw-r--r--offapi/com/sun/star/sdb/tools/XObjectNames.idl4
-rw-r--r--offapi/com/sun/star/sdb/tools/XTableName.idl2
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl2
-rw-r--r--offapi/com/sun/star/xforms/XModel.idl4
21 files changed, 38 insertions, 38 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
- <arg>aRequestedAttributes</arg> 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
<p>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 <arg>ColumnIndexes</arg>.</p>
+ index from ColumnIndexes.</p>
@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 <arg>_EventName</arg> is empty, or if <arg>_EventName</arg> 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 <arg>aColumnType</arg> 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 <arg>minHelpTextLines</arg> or <arg>maxHelpTextLines</arg> are negative,
- or if <arg>minHelpTextLines</arg> is greater than <arg>maxHelpTextLines</arg>.
+ 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 <arg>_Component</arg> 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 <arg>_Term</arg> 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 <arg>Model</arg> is <NULL/>.
+ if Model is <NULL/>.
@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 <arg>handlerFactories</arg> is empty.
+ if handlerFactories is empty.
@throws ::com::sun::star::lang::IllegalArgumentException
- if <arg>minHelpTextLines</arg> or <arg>maxHelpTextLines</arg> are negative,
- or if <arg>minHelpTextLines</arg> is greater than <arg>maxHelpTextLines</arg>.
+ 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 <arg>PropertyName</arg>.
+ 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
<em>not</em> mean that it is disabled.
@param Enable
- <TRUE/> if the elements denoted by <arg>_nElements</arg> should be enabled, <FALSE/> if
+ <TRUE/> if the elements denoted by _nElements should be enabled, <FALSE/> if
they should be disabled.
*/
void enablePropertyUIElements(
@@ -89,7 +89,7 @@ interface XObjectInspectorUI
<p>Note that the property whose UI should be rebuilt must not necessarily be (though usually <em>is</em>)
in the responsibility of the handler which calls this method. The object inspector will look up the
- handler with the responsibility for <arg>PropertyName</arg> and call its
+ handler with the responsibility for PropertyName and call its
XPropertyHandler::describePropertyLine()</p>
@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 <arg>ControlType</arg> 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 <arg>ControlFactory</arg> is <NULL/>.
+ if ControlFactory is <NULL/>.
@see PropertyControlType
@see LineDescriptor
*/
@@ -344,7 +344,7 @@ interface XPropertyHandler
@param out_Data
If the method returns InteractiveSelectionResult::ObtainedValue,
- then <arg>out_Data</arg> 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 <arg>InspectorUI</arg> is <NULL/>
+ if InspectorUI is <NULL/>
@see describePropertyLine
@see addPropertyChangeListener
@@ -396,9 +396,9 @@ interface XPropertyHandler
<br/>
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 <arg>FirstTimeInit</arg> is <TRUE/>.
+ you should definitely not do this when FirstTimeInit is <TRUE/>.
@throws com::sun::star::lang::NullPointerException
- if <arg>InspectorUI</arg> is <NULL/>
+ if InspectorUI is <NULL/>
*/
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 <arg>minHelpTextLines</arg> or <arg>maxHelpTextLines</arg> are negative,
- or if <arg>minHelpTextLines</arg> is greater than <arg>maxHelpTextLines</arg>.
+ 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.
<p>At creation time, an attempt will be made to obtain the connections described
- by <arg>Source</arg> resp. <arg>Dest</arg>. Failing to do so will result in an
+ by Source resp. Dest. Failing to do so will result in an
exception.</p>
<p>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 <arg>ObjectType</arg> 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 <arg>ObjectType</arg> 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 <arg>ObjectType</arg> 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.<br/>
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 <code>Hidden</code> flag (set to <TRUE/>) in <arg>Arguments</arg>,
+ to create the component hidden, by passing a <code>Hidden</code> flag (set to <TRUE/>) in Arguments,
manipulate the component, and then finally show it by invoking the <code>show</code> 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 <arg>TableName</arg> 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 <arg>_nCommandType</arg>
+ of _nCommandType
@param _rxCollectionOner
- If (and only if) <arg>CommandType</arg> 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.<br/>
@@ -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 <arg>_nCommandType</arg>
+ 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 <arg>CommandType</arg> 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 <arg>CommandType</arg> 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 <arg>Type</arg> 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 <arg>sGroupTitle</arg>, 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.<br/>
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
<p>This is a convenience method. Calling it is equivalent to calling
- <code>getSubmission()( <arg>id</arg> ).submit()</code>.</p>
+ <code>getSubmission()( id ).submit()</code>.</p>
@param id
the ID of the submission to execute
@@ -85,7 +85,7 @@ interface XModel
/** submit form through given submission id
<p>This is a convenience method. Calling it is equivalent to calling
- <code>getSubmission()( <arg>id</arg>, <arg>handler</arg> ).submit()</code>.</p>
+ <code>getSubmission()( id, handler ).submit()</code>.</p>
@param id
the ID of the submission to execute