summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:21:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitbb6503dd081ebb4d11929ab1946eea8d60dd817c (patch)
treee2197a207d6c5f6ff82a7aa71b2c7266b45cd84f /udkapi
parent4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff)
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/beans/MethodConcept.idl4
-rw-r--r--udkapi/com/sun/star/beans/PropertyConcept.idl4
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeSupplier2.idl2
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl2
-rw-r--r--udkapi/com/sun/star/io/TextInputStream.idl2
-rw-r--r--udkapi/com/sun/star/io/TextOutputStream.idl2
-rw-r--r--udkapi/com/sun/star/io/XActiveDataControl.idl4
-rw-r--r--udkapi/com/sun/star/io/XInputStreamProvider.idl2
-rw-r--r--udkapi/com/sun/star/io/XStreamListener.idl4
-rw-r--r--udkapi/com/sun/star/io/XTextInputStream.idl2
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl2
-rw-r--r--udkapi/com/sun/star/loader/CannotActivateFactoryException.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl2
-rw-r--r--udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl2
-rw-r--r--udkapi/com/sun/star/script/FinishEngineEvent.idl4
-rw-r--r--udkapi/com/sun/star/uno/XAggregation.idl28
16 files changed, 34 insertions, 34 deletions
diff --git a/udkapi/com/sun/star/beans/MethodConcept.idl b/udkapi/com/sun/star/beans/MethodConcept.idl
index 375848a7be6c..06db2ec3e802 100644
--- a/udkapi/com/sun/star/beans/MethodConcept.idl
+++ b/udkapi/com/sun/star/beans/MethodConcept.idl
@@ -36,8 +36,8 @@
published constants MethodConcept
{
/** This value is used to query for all methods, see
- <member>XIntrospectionAccess::getMethod()</member> and
- <member>XIntrospectionAccess::getMethods()</member>
+ XIntrospectionAccess::getMethod() and
+ XIntrospectionAccess::getMethods()
*/
const long ALL = -1;
diff --git a/udkapi/com/sun/star/beans/PropertyConcept.idl b/udkapi/com/sun/star/beans/PropertyConcept.idl
index 9eae8b2b813e..9cc007350961 100644
--- a/udkapi/com/sun/star/beans/PropertyConcept.idl
+++ b/udkapi/com/sun/star/beans/PropertyConcept.idl
@@ -39,8 +39,8 @@ published constants PropertyConcept
/** This value is used to query for all properties.
See
- <member>XIntrospectionAccess::getProperty()</member> and
- <member>XIntrospectionAccess::getProperties()</member>
+ XIntrospectionAccess::getProperty() and
+ XIntrospectionAccess::getProperties()
*/
const long ALL = -1;
diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
index 8f179ef6f425..2bb9ca354e93 100644
--- a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
@@ -80,7 +80,7 @@
</p>
<p>Any implementation can supply its own bridges to other object
models by implementing this interface and returning the bridge
- when the method <member>XBridgeSupplier2::createBridge()</member>
+ when the method XBridgeSupplier2::createBridge()
is called with itself as the first parameter. </p>
@see com::sun::star::bridge::OleBridgeSupplier2
diff --git a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
index f084bbbffc69..6f81091f4ce0 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module bridge { module oleautomation
struct NamedArgument
{
/** The name of the argument, for which
- <member>NamedArgument::Value</member> is intended.
+ NamedArgument::Value is intended.
*/
string Name;
diff --git a/udkapi/com/sun/star/io/TextInputStream.idl b/udkapi/com/sun/star/io/TextInputStream.idl
index 321bf3e5405d..603053e65e9f 100644
--- a/udkapi/com/sun/star/io/TextInputStream.idl
+++ b/udkapi/com/sun/star/io/TextInputStream.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module io {
/** provides functionality to read text data from a
com::sun::star::io::XInputStream
that initially has to be passed to the method
- <member>XActiveDataSink::setInputStream()</member>.
+ XActiveDataSink::setInputStream().
<p>For details about the text functionality see
com::sun::star::io::XTextInputStream.
diff --git a/udkapi/com/sun/star/io/TextOutputStream.idl b/udkapi/com/sun/star/io/TextOutputStream.idl
index a123e1272ae4..055335912bcd 100644
--- a/udkapi/com/sun/star/io/TextOutputStream.idl
+++ b/udkapi/com/sun/star/io/TextOutputStream.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module io {
/** provides functionality to write text data to a
com::sun::star::io::XOutputStream
that initially has to be passed to the method
- <member>XActiveDataSource::setOutputStream()</member>.
+ XActiveDataSource::setOutputStream().
<p>For details about the text functionality see
com::sun::star::io::XTextOutputStream.
diff --git a/udkapi/com/sun/star/io/XActiveDataControl.idl b/udkapi/com/sun/star/io/XActiveDataControl.idl
index 04334fe0a1d0..57af66322079 100644
--- a/udkapi/com/sun/star/io/XActiveDataControl.idl
+++ b/udkapi/com/sun/star/io/XActiveDataControl.idl
@@ -49,8 +49,8 @@ published interface XActiveDataControl: com::sun::star::uno::XInterface
/** starts I/O.
- <p>Either <member>XActiveDataControl::setInputStream()</member> or
- <member>XActiveDataControl::setOutputStream()</member> must be called beforehand.
+ <p>Either XActiveDataControl::setInputStream() or
+ XActiveDataControl::setOutputStream() must be called beforehand.
</p>
<p>This method does not block the thread, so reading is
diff --git a/udkapi/com/sun/star/io/XInputStreamProvider.idl b/udkapi/com/sun/star/io/XInputStreamProvider.idl
index 18e41a119d71..54a54b832209 100644
--- a/udkapi/com/sun/star/io/XInputStreamProvider.idl
+++ b/udkapi/com/sun/star/io/XInputStreamProvider.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module io {
<p>Every time createInputStream() is called a new input stream
is returned, always pointing to the begin of the same data. All
- input streams returned by <member>createInputStream()</member>
+ input streams returned by createInputStream()
are completely independend from each other.</p>
*/
published interface XInputStreamProvider : com::sun::star::uno::XInterface
diff --git a/udkapi/com/sun/star/io/XStreamListener.idl b/udkapi/com/sun/star/io/XStreamListener.idl
index ed8faa0dba4e..3f9604d16354 100644
--- a/udkapi/com/sun/star/io/XStreamListener.idl
+++ b/udkapi/com/sun/star/io/XStreamListener.idl
@@ -37,11 +37,11 @@ published interface XStreamListener: com::sun::star::lang::XEventListener
transfer is terminated from outside.
<p>The termination could be done using the method
- <member>XActiveDataControl::terminate()</member>.</p>
+ XActiveDataControl::terminate().</p>
*/
void closed();
- /** gets called when <member>XActiveDataControl::terminate()</member> is called.
+ /** gets called when XActiveDataControl::terminate() is called.
*/
void terminated();
diff --git a/udkapi/com/sun/star/io/XTextInputStream.idl b/udkapi/com/sun/star/io/XTextInputStream.idl
index dc1ea2606070..85330556a78d 100644
--- a/udkapi/com/sun/star/io/XTextInputStream.idl
+++ b/udkapi/com/sun/star/io/XTextInputStream.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module io {
<p>This interfaces allows to read strings separated by
delimiters and to read lines. The character encoding
- to be used can be set by <member>setEncoding()</member>.
+ to be used can be set by setEncoding().
Default encoding is "utf8".</p>
*/
published interface XTextInputStream: com::sun::star::io::XInputStream
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index 8848371130d8..68b3d946f4ff 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -64,7 +64,7 @@ module com { module sun { module star { module lang {
<p>Each connection point is a separate sub-object to avoid circular
reference counting problems. A connection point controls how many
connections (one or more) it will allow in its implementation of
- <member>XConnectionPoint::advise()</member>. </p>
+ XConnectionPoint::advise(). </p>
<h4>When to use?</h4>
diff --git a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
index 0a7251c1c68e..9b36aee809fa 100644
--- a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
+++ b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
@@ -28,7 +28,7 @@
/** indicates an error during component activation
<p> This exception is thrown when an application tries to
activate a component factory using the
- <member>XImplementationLoader::activate()</member>
+ XImplementationLoader::activate()
method, but the component factory can not be activated.
<p>
Possible reasons for this error is a missing shared library or .jar file,
diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
index e609bc6c8cac..45baf7135e7c 100644
--- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
+++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
@@ -75,7 +75,7 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn
@param depth
specifies the depth of search in the underlying tree of type
descriptions. Clients should be aware of the fact that specifiying
- <member>TypeDescriptionSearchDepth::INFINITE</member> can lead to
+ TypeDescriptionSearchDepth::INFINITE can lead to
larger delays when constructing or using the
XTypeDescriptionEnumeration instance.
diff --git a/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl b/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
index 1a3d1346168d..7a666819a980 100644
--- a/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
+++ b/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module registry {
/** is thrown when an application tries to register a new component (implementation) using the
- <member>XImplementationRegistration::registerImplementation()</member>
+ XImplementationRegistration::registerImplementation()
method, but the component cannot be registered. The reason for this exception could be:<br>
<br><ul>
<li>the component cannot be found or cannot be loaded (missing path or classpath)
diff --git a/udkapi/com/sun/star/script/FinishEngineEvent.idl b/udkapi/com/sun/star/script/FinishEngineEvent.idl
index f9858f0cdc58..09b50086a9a6 100644
--- a/udkapi/com/sun/star/script/FinishEngineEvent.idl
+++ b/udkapi/com/sun/star/script/FinishEngineEvent.idl
@@ -28,7 +28,7 @@
module com { module sun { module star { module script {
/** event contains the reasons and the data for the
- <member>XEngineListener::finished()</member> method.
+ XEngineListener::finished() method.
@deprecated
*/
published struct FinishEngineEvent: com::sun::star::lang::EventObject
@@ -45,7 +45,7 @@ published struct FinishEngineEvent: com::sun::star::lang::EventObject
/** contains the return value.
- <p>This field is only valid if <member>FinishEngineEvent::Finish</member> is
+ <p>This field is only valid if FinishEngineEvent::Finish is
<const>FinishReason::OK</const>.</p>
*/
any Return;
diff --git a/udkapi/com/sun/star/uno/XAggregation.idl b/udkapi/com/sun/star/uno/XAggregation.idl
index f44f66c359c4..beb4fe1a36da 100644
--- a/udkapi/com/sun/star/uno/XAggregation.idl
+++ b/udkapi/com/sun/star/uno/XAggregation.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module uno {
<p>That means if an object "A" aggregates "B", "A" can provide all
or some of the interfaces of "B". Whenever the method
- <member>XInterface::queryInterface()</member>
+ XInterface::queryInterface()
is called on either of the objects, the call will be forwarded
to object "A". Object "A" now can determine whether to use the
interfaces of "A" or "B" or neither. Actually, any number of
@@ -38,24 +38,24 @@ module com { module sun { module star { module uno {
<p>The following rules are to be observed:
<ol>
- <li>All calls to <member>XInterface::acquire()</member>
+ <li>All calls to XInterface::acquire()
which are made before the delegator was set (using the method
- <member>XAggregation::setDelegator()</member>) must not be taken back
- (using the method <member>XInterface::release()</member>)
+ XAggregation::setDelegator()) must not be taken back
+ (using the method XInterface::release())
before the delegation is removed by calling
<code>xAggregation-&gt;setDelegator(NULL)</code>.
<li>The constructor of a delegator has to increment its
own reference count by calling its method
- <member>XInterface::acquire()</member>
+ XInterface::acquire()
before it sets itself to any aggregate using the method
- <member>XAggregation::setDelegator()</member>. After that
+ XAggregation::setDelegator(). After that
call it has to reset its own reference count without the
destructor getting called.
<li>The destructor of a delegator has to reset the delegator in
its aggregated objects by calling their method
- <member>XAggregation::setDelegator()</member> with
+ XAggregation::setDelegator() with
<const>NULL</const> before it releases its reference to
its aggregated objects.
</ol>
@@ -69,33 +69,33 @@ module com { module sun { module star { module uno {
published interface XAggregation: com::sun::star::uno::XInterface
{
/** sets the object to which all calls to the method
- <member>XInterface::queryInterface()</member>
+ XInterface::queryInterface()
have to be forwarded. @
@param xDelegator
specifies the object which handles the calls to
- <member>XInterface::queryInterface()</member>.
+ XInterface::queryInterface().
If <var>xDelegator</var> is <const>NULL</const>, the delegator is
removed and thus the object becomes its own delegator and has
to handle calls to the method
- <member>XInterface::queryInterface()</member>
+ XInterface::queryInterface()
itself.
@see XAggregation::queryAggregation
*/
void setDelegator( [in] com::sun::star::uno::XInterface pDelegator );
- /** is similar to <member>XInterface::queryInterface()</member>,
+ /** is similar to XInterface::queryInterface(),
but it is to be processed directly without being forwarded to the
delegator. @
<p>This method is only called from within an implementation of
- <member>XInterface::queryInterface()</member>
- or <member>XAggregation::queryAggregation()</member>. This method
+ XInterface::queryInterface()
+ or XAggregation::queryAggregation(). This method
is to be called by the delegator if it does not implement the
interface itself. An object which got aggregated cannot depend
on getting its own interface when it calls the method
- <member>XInterface::queryInterface()</member>.
+ XInterface::queryInterface().
@see XAggregation::setDelegator
*/