summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:32:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit3122600a5e11309b86e33061defd710cf0872975 (patch)
tree849f913b061611d306194e07c22071219dafd592 /udkapi
parentb352a8bf0321c13919c9882484a1c4d4d65cfd33 (diff)
*api: convert <member>Foo::bar</member>
Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/beans/PropertyAttribute.idl2
-rw-r--r--udkapi/com/sun/star/beans/PropertyBag.idl2
-rw-r--r--udkapi/com/sun/star/beans/XIntrospection.idl2
-rw-r--r--udkapi/com/sun/star/beans/XPropertyContainer.idl2
-rw-r--r--udkapi/com/sun/star/connection/XConnection.idl4
-rw-r--r--udkapi/com/sun/star/connection/XConnectionBroadcaster.idl4
-rw-r--r--udkapi/com/sun/star/container/EnumerableMap.idl4
-rw-r--r--udkapi/com/sun/star/container/XContentEnumerationAccess.idl2
-rw-r--r--udkapi/com/sun/star/container/XHierarchicalNameAccess.idl2
-rw-r--r--udkapi/com/sun/star/container/XNameAccess.idl2
-rw-r--r--udkapi/com/sun/star/io/XActiveDataControl.idl6
-rw-r--r--udkapi/com/sun/star/io/XMarkableStream.idl2
-rw-r--r--udkapi/com/sun/star/io/XSeekable.idl2
-rw-r--r--udkapi/com/sun/star/io/XTextOutputStream.idl4
-rw-r--r--udkapi/com/sun/star/lang/InvalidListenerException.idl2
-rw-r--r--udkapi/com/sun/star/lang/ListenerExistException.idl2
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl6
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl4
-rw-r--r--udkapi/com/sun/star/lang/XEventListener.idl2
-rw-r--r--udkapi/com/sun/star/lang/XInitialization.idl4
-rw-r--r--udkapi/com/sun/star/loader/XImplementationLoader.idl2
-rw-r--r--udkapi/com/sun/star/registry/MergeConflictException.idl2
-rw-r--r--udkapi/com/sun/star/script/AllEventObject.idl2
-rw-r--r--udkapi/com/sun/star/script/XInvocation.idl12
24 files changed, 39 insertions, 39 deletions
diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl
index 9c6c02e475d2..903dcd332edc 100644
--- a/udkapi/com/sun/star/beans/PropertyAttribute.idl
+++ b/udkapi/com/sun/star/beans/PropertyAttribute.idl
@@ -72,7 +72,7 @@ published constants PropertyAttribute
/** indicates that the property can be removed
- (i.e., by calling <member>XPropertyContainer::removeProperty</member>).
+ (i.e., by calling XPropertyContainer::removeProperty()).
*/
const short REMOVABLE = 128;
diff --git a/udkapi/com/sun/star/beans/PropertyBag.idl b/udkapi/com/sun/star/beans/PropertyBag.idl
index 51c30761b00d..11e150ef8b23 100644
--- a/udkapi/com/sun/star/beans/PropertyBag.idl
+++ b/udkapi/com/sun/star/beans/PropertyBag.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module beans {
<p>Scripting engines might not be able to use such objects as normal
property sets, giving direct access to the properties. In this case,
- use the methods like <member>XPropertySet::getPropertyValue</member>.
+ use the methods like XPropertySet::getPropertyValue().
*/
published service PropertyBag : XPropertyBag
{
diff --git a/udkapi/com/sun/star/beans/XIntrospection.idl b/udkapi/com/sun/star/beans/XIntrospection.idl
index b313c2c1ae13..0b1e25caa21d 100644
--- a/udkapi/com/sun/star/beans/XIntrospection.idl
+++ b/udkapi/com/sun/star/beans/XIntrospection.idl
@@ -33,7 +33,7 @@
inspected completely if it supports the <type scope=
"com::sun::star::lang">XTypeProvider</type> interface.</p>
- <p>For details see method <member>XIntrospection::inspect</member>. </p>
+ <p>For details see method XIntrospection::inspect(). </p>
@see XIntrospectionAccess
*/
diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl
index 9349bf8f5331..72f1876e55e1 100644
--- a/udkapi/com/sun/star/beans/XPropertyContainer.idl
+++ b/udkapi/com/sun/star/beans/XPropertyContainer.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module beans {
/** makes it possible to add and remove properties to or from an object.
<p>Some scripting engines cannot access properties directly when the
- property set is changed. Please use <member>XPropertySet::getPropertyValue</member>
+ property set is changed. Please use XPropertySet::getPropertyValue()
etc. in this case. </p>
*/
published interface XPropertyContainer: com::sun::star::uno::XInterface
diff --git a/udkapi/com/sun/star/connection/XConnection.idl b/udkapi/com/sun/star/connection/XConnection.idl
index ebd0adceb46a..d8d7ea56d8da 100644
--- a/udkapi/com/sun/star/connection/XConnection.idl
+++ b/udkapi/com/sun/star/connection/XConnection.idl
@@ -76,8 +76,8 @@ published interface XConnection: com::sun::star::uno::XInterface
/** A unique string describing the connection.
- <p>This string is different from the arguments to <member>XConnection::accept</member>
- and <member>XConnector::connect</member>. In general, the string contains an additional
+ <p>This string is different from the arguments to XConnection::accept()
+ and XConnector::connect(). In general, the string contains an additional
handle value. For example, "socket,host=localhost,port=2002,uniqueValue=2324". </p>
*/
string getDescription();
diff --git a/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl b/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl
index 49ee7462221c..fce5dbfcc1c9 100644
--- a/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl
+++ b/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl
@@ -28,8 +28,8 @@
/** allows to add listeners to a connection.
- <p> Maybe supported by connections returned from <member>XAcceptor::accept</member>
- or <member>XConnector::connect</member>.
+ <p> Maybe supported by connections returned from XAcceptor::accept()
+ or XConnector::connect().
*/
published interface XConnectionBroadcaster: com::sun::star::uno::XInterface
{
diff --git a/udkapi/com/sun/star/container/EnumerableMap.idl b/udkapi/com/sun/star/container/EnumerableMap.idl
index cda2c85fa5c3..e0bb4d8aa0db 100644
--- a/udkapi/com/sun/star/container/EnumerableMap.idl
+++ b/udkapi/com/sun/star/container/EnumerableMap.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module container {
/** provides a default XEnumerableMap implementation
- <p>For the keys put into the map using <member>XMap::put</member> or createImmutable(),
+ <p>For the keys put into the map using XMap::put() or createImmutable(),
the following rules apply:
<a name="keyrules"></a>
<ul><li>A <VOID/> key is not allowed.</li>
@@ -49,7 +49,7 @@ module com { module sun { module star { module container {
<li>All other key types are rejected.</li>
</ul></p>
- <p>For the values put into the map using <member>XMap::put</member> or createImmutable(),
+ <p>For the values put into the map using XMap::put() or createImmutable(),
the following rules apply:
<a name="valuerules"></a>
<ul><li>The <VOID/> value will be accepted to be put into the map.</p>
diff --git a/udkapi/com/sun/star/container/XContentEnumerationAccess.idl b/udkapi/com/sun/star/container/XContentEnumerationAccess.idl
index 762398efc876..9e66a1200b12 100644
--- a/udkapi/com/sun/star/container/XContentEnumerationAccess.idl
+++ b/udkapi/com/sun/star/container/XContentEnumerationAccess.idl
@@ -51,7 +51,7 @@ published interface XContentEnumerationAccess: com::sun::star::uno::XInterface
/** @returns
all names of services of which instances exist in this object.
- <p><member>XContentEnumerationAccess::createContentEnumeration</member>
+ <p>XContentEnumerationAccess::createContentEnumeration()
creates an enumeration for all the service names which are
listed here. For all others it creates no enumeration. </p>
*/
diff --git a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
index 56b1915b456f..3828ad3e2b02 100644
--- a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
+++ b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl
@@ -57,7 +57,7 @@ published interface XHierarchicalNameAccess: com::sun::star::uno::XInterface
<TRUE/> if an element with this name is in
the container, <FALSE/> otherwise.
- <p>In many cases, the next call is <member>XNameAccess::getByName</member>.
+ <p>In many cases, the next call is XNameAccess::getByName().
You should optimize this case.
@param aName
diff --git a/udkapi/com/sun/star/container/XNameAccess.idl b/udkapi/com/sun/star/container/XNameAccess.idl
index 0db574ab637e..bb2086f3dc90 100644
--- a/udkapi/com/sun/star/container/XNameAccess.idl
+++ b/udkapi/com/sun/star/container/XNameAccess.idl
@@ -70,7 +70,7 @@ published interface XNameAccess: com::sun::star::container::XElementAccess
<TRUE/> if an element with this name is in
the container, <FALSE/> otherwise.
- <p>In many cases the next call is <member>XNameAccess::getByName</member>.
+ <p>In many cases the next call is XNameAccess::getByName().
You should optimize this case. </p>
@param aName
diff --git a/udkapi/com/sun/star/io/XActiveDataControl.idl b/udkapi/com/sun/star/io/XActiveDataControl.idl
index 1ffdbfb8d5f9..04334fe0a1d0 100644
--- a/udkapi/com/sun/star/io/XActiveDataControl.idl
+++ b/udkapi/com/sun/star/io/XActiveDataControl.idl
@@ -61,9 +61,9 @@ published interface XActiveDataControl: com::sun::star::uno::XInterface
/** does a weak abort.
<p>It closes all connected resources and calls
- <member>XInputStream::close</member> or
- <member>XOutputStream::close</member> and fires the
- <member>XStreamListener::terminated</member>-event.</p>
+ XInputStream::close() or
+ XOutputStream::close() and fires the
+ XStreamListener::terminated()-event.</p>
*/
void terminate();
diff --git a/udkapi/com/sun/star/io/XMarkableStream.idl b/udkapi/com/sun/star/io/XMarkableStream.idl
index 61f80a4e8dba..130e1c47c977 100644
--- a/udkapi/com/sun/star/io/XMarkableStream.idl
+++ b/udkapi/com/sun/star/io/XMarkableStream.idl
@@ -39,7 +39,7 @@ published interface XMarkableStream: com::sun::star::uno::XInterface
raises( com::sun::star::io::IOException );
/** deletes the mark that you previously created with
- <member>XMarkableStream::createMark</member>.
+ XMarkableStream::createMark().
<p>It is an error to delete a mark if other marks after this
exist. In this case, for reasons of robustness, the
diff --git a/udkapi/com/sun/star/io/XSeekable.idl b/udkapi/com/sun/star/io/XSeekable.idl
index 55355c2d0f87..8b8bc21123bd 100644
--- a/udkapi/com/sun/star/io/XSeekable.idl
+++ b/udkapi/com/sun/star/io/XSeekable.idl
@@ -43,7 +43,7 @@ published interface XSeekable: com::sun::star::uno::XInterface
location in the stream object. It is an error to seek before the beginning of the stream or after the
end of the stream. </p>
- @throws com::sun::star::lang::IllegalArgumentException in case location is negative or greater than <member>XSeekable::getLength</member>.
+ @throws com::sun::star::lang::IllegalArgumentException in case location is negative or greater than XSeekable::getLength().
*/
void seek( [in] hyper location )
raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::io::IOException );
diff --git a/udkapi/com/sun/star/io/XTextOutputStream.idl b/udkapi/com/sun/star/io/XTextOutputStream.idl
index dc0122cfde57..102c8d18de97 100644
--- a/udkapi/com/sun/star/io/XTextOutputStream.idl
+++ b/udkapi/com/sun/star/io/XTextOutputStream.idl
@@ -40,8 +40,8 @@ published interface XTextOutputStream: com::sun::star::io::XOutputStream
defined by setEncoding().
<p>Line breaks or delimiters that may be neccessary
- to support <member>XTextInputStream::readLine</member>
- and <member>XTextInputStream::readString</member>
+ to support XTextInputStream::readLine()
+ and XTextInputStream::readString()
have to be added manually to the parameter string.</p>
@see setEncoding
diff --git a/udkapi/com/sun/star/lang/InvalidListenerException.idl b/udkapi/com/sun/star/lang/InvalidListenerException.idl
index 44324fe80810..27825f533b9f 100644
--- a/udkapi/com/sun/star/lang/InvalidListenerException.idl
+++ b/udkapi/com/sun/star/lang/InvalidListenerException.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module lang {
-/** is thrown by the <member>XConnectionPoint::advice</member> method
+/** is thrown by the XConnectionPoint::advice() method
to indicate that the listener has not supplied the necessary
interface.
diff --git a/udkapi/com/sun/star/lang/ListenerExistException.idl b/udkapi/com/sun/star/lang/ListenerExistException.idl
index 35d9d3d0ca7f..2e7970383ea4 100644
--- a/udkapi/com/sun/star/lang/ListenerExistException.idl
+++ b/udkapi/com/sun/star/lang/ListenerExistException.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module lang {
-/** is thrown by the <member>XConnectionPoint::advise</member> method
+/** is thrown by the XConnectionPoint::advise() method
to indicate that there is only one listener allowed.
@see XConnectionPoint
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index fc6376aa134c..31c7549b4b1a 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -51,9 +51,9 @@ published interface XComponent: com::sun::star::uno::XInterface
</p>
<p>
The object must notify all registered listeners using the method
- <member>XEventListener::disposing</member>. All notfied objects
+ XEventListener::disposing(). All notfied objects
should release there references to this object without
- calling <member>XComponent::removeEventListener</member>
+ calling XComponent::removeEventListener()
(the disposed object will release the listeners eitherway).
</p>
@@ -75,7 +75,7 @@ published interface XComponent: com::sun::star::uno::XInterface
/** adds an event listener to the object.
<p>The broadcaster fires the disposing method of this listener
- if the <member>XComponent::dispose</member> method is called.</p>
+ if the XComponent::dispose() method is called.</p>
<p>It is suggested to allow multiple registration of the same listener,
thus for each time a listener is added, it has to be removed.</p>
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index 11d90e98a119..cb052e45a24d 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -92,13 +92,13 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
the type of the outgoing interface managed by this
connection point.
- <p>Using the <member>XConnectionPointContainer::getConnectionPoints</member>
+ <p>Using the XConnectionPointContainer::getConnectionPoints()
method, a client can obtain an XConnectionPoint
interface. Using that interface and this method, the client
can determine the type of each connection point enumerated. The
type returned from this method must enable the caller to access
this same connection point through
- <member>XConnectionPointContainer::findConnectionPoint</member>.
+ XConnectionPointContainer::findConnectionPoint().
@see XConnectionPointContainer::findConnectionPoint
*/
diff --git a/udkapi/com/sun/star/lang/XEventListener.idl b/udkapi/com/sun/star/lang/XEventListener.idl
index d553b45cc94b..5b808df56d3b 100644
--- a/udkapi/com/sun/star/lang/XEventListener.idl
+++ b/udkapi/com/sun/star/lang/XEventListener.idl
@@ -36,7 +36,7 @@ published interface XEventListener: com::sun::star::uno::XInterface
<p>All listeners and all other objects, which reference the
broadcaster should release the reference to the source.
No method should be invoked anymore on this object (
- including <member>XComponent::removeEventListener</member> ).
+ including XComponent::removeEventListener() ).
</p>
<p>This method is called for every listener registration
diff --git a/udkapi/com/sun/star/lang/XInitialization.idl b/udkapi/com/sun/star/lang/XInitialization.idl
index f2f19e3cf9ef..553f5169021e 100644
--- a/udkapi/com/sun/star/lang/XInitialization.idl
+++ b/udkapi/com/sun/star/lang/XInitialization.idl
@@ -34,9 +34,9 @@ module com { module sun { module star { module lang {
support this interface and you may support other interfaces
which offer type-safe initialization methods. </p>
- <p>Instead of calling <member>XSingleComponentFactory::createInstanceWithContext</member>
+ <p>Instead of calling XSingleComponentFactory::createInstanceWithContext()
and later initialize(), you should call
- <member>XSingleComponentFactory::createInstanceWithArgumentsAndContext</member>
+ XSingleComponentFactory::createInstanceWithArgumentsAndContext()
to pass the arguments to the instance. The reason is, that a component may want to
return the same instance for the same set of parameters, and it can do so by implementing
the factory itself.
diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl
index ba7d7b523a79..0a00139e911e 100644
--- a/udkapi/com/sun/star/loader/XImplementationLoader.idl
+++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl
@@ -40,7 +40,7 @@ published interface XImplementationLoader: com::sun::star::uno::XInterface
/** activates a concrete implementation within a component.
@param implementationName The name of the implementation,
which shall be instantiated. The method
- <member>XImplementationLoader::writeRegistryInfo</member>
+ XImplementationLoader::writeRegistryInfo()
writes a list of implementation names hosted by this component.
@param implementationLoaderUrl specification bug, ignore this parameter, please
pass an empty string.
diff --git a/udkapi/com/sun/star/registry/MergeConflictException.idl b/udkapi/com/sun/star/registry/MergeConflictException.idl
index 676e63ebab0d..fdf6a35f1567 100644
--- a/udkapi/com/sun/star/registry/MergeConflictException.idl
+++ b/udkapi/com/sun/star/registry/MergeConflictException.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module registry {
/** is thrown if entries of two registries are contradictory in the context of
- <member>XSimpleRegistry::mergeKey()e</member> method.
+ XSimpleRegistry::mergeKey()e() method.
*/
published exception MergeConflictException: com::sun::star::uno::Exception
{
diff --git a/udkapi/com/sun/star/script/AllEventObject.idl b/udkapi/com/sun/star/script/AllEventObject.idl
index 25e771baf4ad..658de9bc2b0a 100644
--- a/udkapi/com/sun/star/script/AllEventObject.idl
+++ b/udkapi/com/sun/star/script/AllEventObject.idl
@@ -37,7 +37,7 @@ published struct AllEventObject: com::sun::star::lang::EventObject
/** A helper value for the implementation that can be used arbitrarily.
<p>This field reflects the third parameter of the method
- <member>XAllListenerAdapterService::createAllListerAdapter</member>.
+ XAllListenerAdapterService::createAllListerAdapter().
</p>
*/
any Helper;
diff --git a/udkapi/com/sun/star/script/XInvocation.idl b/udkapi/com/sun/star/script/XInvocation.idl
index b350399e3c17..5910c37e3ebb 100644
--- a/udkapi/com/sun/star/script/XInvocation.idl
+++ b/udkapi/com/sun/star/script/XInvocation.idl
@@ -98,8 +98,8 @@ published interface XInvocation: com::sun::star::uno::XInterface
/** returns <TRUE/> if the method with the specified name exists, else <FALSE/>.
<p>This optimizes the calling sequence
- ( <member>XInvocation::hasMethod</member>,
- <member>XInvocation::invoke</member> )!</p>
+ ( XInvocation::hasMethod(),
+ XInvocation::invoke() )!</p>
@param aName
specifies the name of the method.
@@ -109,11 +109,11 @@ published interface XInvocation: com::sun::star::uno::XInterface
/** returns <TRUE/> if the property with the specified name exists, else <FALSE/>.
<p>This optimizes the calling sequence
- ( <member>XInvocation::hasProperty</member>,
- <member>XInvocation::getValue</member> ) or
+ ( XInvocation::hasProperty(),
+ XInvocation::getValue() ) or
- ( <member>XInvocation::hasProperty</member>,
- <member>XInvocation::setValue</member> )!
+ ( XInvocation::hasProperty(),
+ XInvocation::setValue() )!
@param aName
specifies the name of the property.