summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:45:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitea71a05840f53158f669182c6e93de9f8348bbe5 (patch)
tree4b2ee9dbaf603e319f995cbf4ee6223a82ad8e71 /udkapi/com/sun/star/lang
parent3122600a5e11309b86e33061defd710cf0872975 (diff)
*api: convert <member scope="foo">bar</member>
sed -i 's,<member scope="\([^"]*\)">\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1::\2(),g' Change-Id: I265ff28fee73a271f205294e59955b3a1c81d95a
Diffstat (limited to 'udkapi/com/sun/star/lang')
-rw-r--r--udkapi/com/sun/star/lang/MultiServiceFactory.idl2
-rw-r--r--udkapi/com/sun/star/lang/ServiceManager.idl4
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl2
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl4
4 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/lang/MultiServiceFactory.idl b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
index ea8cb01fcb83..24e4fd4cc443 100644
--- a/udkapi/com/sun/star/lang/MultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module lang {
interface can be supported optionally.
If it is suported, it is possible to enumerate all implementations that
support the service specified with the argument of
- <member scope="com::sun::star::container">XContentEnumerationAccess::createContentEnumeration</member>.
+ com::sun::star::container::XContentEnumerationAccess::createContentEnumeration().
The enumerator returns interfaces. The type of the interface is not specified.
Commonly this is XSingleComponentFactory.</p>
*/
diff --git a/udkapi/com/sun/star/lang/ServiceManager.idl b/udkapi/com/sun/star/lang/ServiceManager.idl
index bc801257df87..24f3559adf46 100644
--- a/udkapi/com/sun/star/lang/ServiceManager.idl
+++ b/udkapi/com/sun/star/lang/ServiceManager.idl
@@ -60,7 +60,7 @@ module com { module sun { module star { module lang {
<dt>XComponent (optional)</dt>
<dd>The service manager calls the method
- <member scope="com::sun::star::lang">XComponent::dispose</member>
+ com::sun::star::lang::XComponent::dispose()
on the factory when going down (i.e. it is commonly disposed by the component context).</dd>
</dl>
@@ -103,7 +103,7 @@ published service ServiceManager
<p>
It is possible to enumerate all implementations that support the
service specified with the argument of the
- <member scope="com::sun::star::container">XContentEnumerationAccess::createContentEnumeration</member> method.
+ com::sun::star::container::XContentEnumerationAccess::createContentEnumeration() method.
The enumerator commonly returns XSingleComponentFactory
interfaces.
</p>
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index 31c7549b4b1a..7423937bb360 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -85,7 +85,7 @@ published interface XComponent: com::sun::star::uno::XInterface
XComponent::addEventListener</member> is called, the call will not fail
with a com::sun::star::lang::DisposedException, but
the caller will be notified via the
- <member scope="com::sun::star::lang">XEventListener::disposing</member>
+ com::sun::star::lang::XEventListener::disposing()
callback. This callback can occur synchronously within the
<member scope="com::sun::star::lang">XComponent::addEventListener
</member> call.</p>
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index cb052e45a24d..8848371130d8 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -118,7 +118,7 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
<p>A few <code>add...Listener</code> methods need additional parameters
to add listeners or throw exceptions. One of these methods is
- <member scope="com::sun::star::beans">XPropertySet::addPropertyChangeListener</member>.
+ com::sun::star::beans::XPropertySet::addPropertyChangeListener().
We ignore the problem in this interface. A solution must be provided
in an additional XConnectionPoint interface. </p>
@@ -143,7 +143,7 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
<p>A few <code>remove...Listener</code> methods need additional
parameters to add listeners or throw exceptions. One of these methods
- is <member scope="com::sun::star::beans">XPropertySet::removePropertyChangeListener</member>.
+ is com::sun::star::beans::XPropertySet::removePropertyChangeListener().
We ignore the problem in this interface. A solution must be
provided in an additional XConnectionPoint interface. </p>