summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb')
-rw-r--r--offapi/com/sun/star/ucb/Content.idl4
-rw-r--r--offapi/com/sun/star/ucb/ContentProviderProxy.idl2
-rw-r--r--offapi/com/sun/star/ucb/DefaultHierarchyDataSource.idl2
-rw-r--r--offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl10
-rw-r--r--offapi/com/sun/star/ucb/HierarchyDataSource.idl10
-rw-r--r--offapi/com/sun/star/ucb/XDynamicResultSet.idl4
-rw-r--r--offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl12
-rw-r--r--offapi/com/sun/star/ucb/XUniversalContentBroker.idl4
8 files changed, 24 insertions, 24 deletions
diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl
index 745fd68b8258..1230e3f25b32 100644
--- a/offapi/com/sun/star/ucb/Content.idl
+++ b/offapi/com/sun/star/ucb/Content.idl
@@ -54,9 +54,9 @@ published service Content
registered at the content ( the content holds the listeners ) and
the implementation of the listener interface holds a reference on
the content. If the content shall be released,
- <member scope="com::sun::star::lang">XComponent::dispose</member> must
+ com::sun::star::lang::XComponent::dispose() must
be called at the content. The implementation of this method must call
- <member scope="com::sun::star::lang">XEventListener::disposing</member>
+ com::sun::star::lang::XEventListener::disposing()
on the registered listeners and release the appropriate object
references. At the other hand, the implementation of
XEventListener::disposing must release its appropriate references.
diff --git a/offapi/com/sun/star/ucb/ContentProviderProxy.idl b/offapi/com/sun/star/ucb/ContentProviderProxy.idl
index b3c059b9eefc..3320affa5827 100644
--- a/offapi/com/sun/star/ucb/ContentProviderProxy.idl
+++ b/offapi/com/sun/star/ucb/ContentProviderProxy.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module ucb {
published service ContentProviderProxy
{
/** The implementation of
- <member scope="com::sun::star::uno">XInterface::queryInterface</member>
+ com::sun::star::uno::XInterface::queryInterface()
must instantiate the real provider and return the return value
of a queryInterface call at the real provider, except for queries
for the interfaces implemented by the proxy itself. So the caller of
diff --git a/offapi/com/sun/star/ucb/DefaultHierarchyDataSource.idl b/offapi/com/sun/star/ucb/DefaultHierarchyDataSource.idl
index 7b86969d621b..bf795cc76499 100644
--- a/offapi/com/sun/star/ucb/DefaultHierarchyDataSource.idl
+++ b/offapi/com/sun/star/ucb/DefaultHierarchyDataSource.idl
@@ -36,7 +36,7 @@ published service DefaultHierarchyDataSource
com::sun::star::configuration::ConfigurationProvider
for reading and writing hierarchy data.
- <p><member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments</member>
+ <p>com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments()
supports the service specifiers
<code>"com.sun.star.ucb.HierarchyDataReadAccess"</code> and
<code>"com.sun.star.ucb.HierarchyDataReadWriteAccess"</code>.
diff --git a/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl b/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl
index 97b081a1eb87..3280f3c3795e 100644
--- a/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl
+++ b/offapi/com/sun/star/ucb/HierarchyDataReadWriteAccess.idl
@@ -52,25 +52,25 @@ published service HierarchyDataReadWriteAccess
/** gives access to all contents provided by this provider.
- <p><member scope="com::sun::star::lang">XSingleServiceFactory::createInstance</member>
+ <p>com::sun::star::lang::XSingleServiceFactory::createInstance()
will create a new empty hierarchy data node. After it was created
it's data members can be filled. Last, the node can be inserted as child
of another node using
- <member scope="com::sun::star::container">XNameContainer::insertByName</member>.
+ com::sun::star::container::XNameContainer::insertByName().
<p>There are no special arguments that must be supported by
- <member scope="com::sun::star::lang">XSingleServiceFactory::createInstanceWithArguments</member>
+ com::sun::star::lang::XSingleServiceFactory::createInstanceWithArguments()
*/
interface com::sun::star::lang::XSingleServiceFactory;
/** allows managing changes within the hierarchy.
- <p><member scope="com::sun::star::util">XChangesBatch::getPendingChanges</member>
+ <p>com::sun::star::util::XChangesBatch::getPendingChanges()
reports all changes within the hierarchy that are done through (direct
or indirect) descendants of this element. The same set of changes is
committed to persistent storage and/or made visible to other objects
accessing the same data set, when
- <member scope="com::sun::star::util">XChangesBatch::commitChanges</member>
+ com::sun::star::util::XChangesBatch::commitChanges()
is invoked.
*/
interface com::sun::star::util::XChangesBatch;
diff --git a/offapi/com/sun/star/ucb/HierarchyDataSource.idl b/offapi/com/sun/star/ucb/HierarchyDataSource.idl
index 072c0c038c13..0da7ea0f18b6 100644
--- a/offapi/com/sun/star/ucb/HierarchyDataSource.idl
+++ b/offapi/com/sun/star/ucb/HierarchyDataSource.idl
@@ -41,7 +41,7 @@ published service HierarchyDataSource
fragments of the hierarchy data.
<p>The parameter <var>aServiceSpecifier</var> passed to
- <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments</member>
+ com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments()
supports at least the service specifier
<code>"com.sun.star.ucb.HierarchyDataReadAccess"</code>, which will
create a <b>read-only view</b> to the data. The object that is created
@@ -50,12 +50,12 @@ published service HierarchyDataSource
<p><b>Optionally</b> the factory may support <b>writable views</b>. A
writable view is requested by passing the service specifier
<code>"com.sun.star.ucb.HierarchyDataReadWriteAccess"</code> to
- <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments</member>
+ com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments()
The object that is created implements the service
HierarchyDataReadWriteAccess.
<p>The arguments passed to
- <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments</member>
+ com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments()
in parameter <var>aArguments</var> specify the view of the data that
should be created. That is, they determine the subset of elements that
can be accessed starting from the returned object. Each element of the
@@ -81,9 +81,9 @@ published service HierarchyDataSource
<p>An implementation must ignore unknown arguments.
<p>The implementation of
- <member scope="com::sun::star::lang">XMultiServiceFactory::createInstance</member>
+ com::sun::star::lang::XMultiServiceFactory::createInstance()
must behave exactly as if
- <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments</member>
+ com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments()
were called passing one single property named <code>nodepath</code>
where the property value is an empty string. Thus it always creates a
view to the root of the hierarchy data.
diff --git a/offapi/com/sun/star/ucb/XDynamicResultSet.idl b/offapi/com/sun/star/ucb/XDynamicResultSet.idl
index 6fd0d57a10d9..6df0bc3089f4 100644
--- a/offapi/com/sun/star/ucb/XDynamicResultSet.idl
+++ b/offapi/com/sun/star/ucb/XDynamicResultSet.idl
@@ -112,9 +112,9 @@ published interface XDynamicResultSet: com::sun::star::lang::XComponent
/** Call this, if you want to get notifications about changes.
<p>The implementor has to call
- <member scope="com::sun::star::lang">XComponent::addEventListener</member>
+ com::sun::star::lang::XComponent::addEventListener()
in this method, so that we can call
- <member scope="com::sun::star::lang">XEventListener::disposing</member>
+ com::sun::star::lang::XEventListener::disposing()
at the listener
@param Listener
diff --git a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
index c5d719b1f048..28f0ff3ee9b2 100644
--- a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
+++ b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
@@ -40,7 +40,7 @@ published interface XInteractionSupplyAuthentication: com::sun::star::task::XInt
/** Set a new "realm" value to hand back.
<p>This method should be called before
- <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
+ com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::canSetRealm() returned
<true/>.</p>
@@ -54,7 +54,7 @@ published interface XInteractionSupplyAuthentication: com::sun::star::task::XInt
/** Set a new "user name" value to hand back.
<p>This method should be called before
- <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
+ com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::canSetUserName()
returned <true/>.</p>
@@ -68,7 +68,7 @@ published interface XInteractionSupplyAuthentication: com::sun::star::task::XInt
/** Set a new "password" value to hand back.
<p>This method should be called before
- <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
+ com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::canSetPassword()
returned <true/>.</p>
@@ -90,7 +90,7 @@ published interface XInteractionSupplyAuthentication: com::sun::star::task::XInt
/** Set a new mode of how long to remember the password.
<p>This method should be called before
- <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
+ com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::setPassword()
is also called.</p>
@@ -108,7 +108,7 @@ published interface XInteractionSupplyAuthentication: com::sun::star::task::XInt
/** Set a new "account" value to hand back.
<p>This method should be called before
- <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
+ com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::canSetAccount()
returned <true/>.</p>
@@ -130,7 +130,7 @@ published interface XInteractionSupplyAuthentication: com::sun::star::task::XInt
/** Set a new mode of how long to remember the account.
<p>This method should be called before
- <member scope="com::sun::star::task">XInteractionContinuation::select</member>,
+ com::sun::star::task::XInteractionContinuation::select(),
and should only be called if
XInteractionSupplyAuthentication::setAccount()
is also called.</p>
diff --git a/offapi/com/sun/star/ucb/XUniversalContentBroker.idl b/offapi/com/sun/star/ucb/XUniversalContentBroker.idl
index 4d971316243b..6df4b2f46758 100644
--- a/offapi/com/sun/star/ucb/XUniversalContentBroker.idl
+++ b/offapi/com/sun/star/ucb/XUniversalContentBroker.idl
@@ -40,10 +40,10 @@ published interface XUniversalContentBroker
<p>Those references i.e. may occur if content provider implementations
hold references to the Broker. The Broker itself always holds its
providers. If the Broker shall be released,
- <member scope="com::sun::star::lang">XComponent::dispose</member>
+ com::sun::star::lang::XComponent::dispose()
must be called at the Broker. The implementation of this method must
call
- <member scope="com::sun::star::lang">XEventListener::disposing</member>
+ com::sun::star::lang::XEventListener::disposing()
on the registered listeners (the providers holding the Broker must be
those listeners) and release the appropriate object references. At
the other hand, the implementation of XEventListener::disposing must