diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 23:52:30 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:02 +0200 |
commit | a93783c42d46d60a93e78348db942a571e34abd4 (patch) | |
tree | 7686a820038469de29c3681ffc7875dec754907e /offapi/com/sun/star/inspection | |
parent | d11a7b5eb1b127c4f60367ecaeb64868313002d6 (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/com/sun/star/inspection')
6 files changed, 13 insertions, 13 deletions
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( |