summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/configuration
parentbb6503dd081ebb4d11929ab1946eea8d60dd817c (diff)
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/configuration')
-rw-r--r--offapi/com/sun/star/configuration/AccessRootElement.idl10
-rw-r--r--offapi/com/sun/star/configuration/AdministrationProvider.idl12
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationProvider.idl16
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationRegistry.idl4
-rw-r--r--offapi/com/sun/star/configuration/GroupElement.idl2
-rw-r--r--offapi/com/sun/star/configuration/GroupUpdate.idl2
-rw-r--r--offapi/com/sun/star/configuration/HierarchyAccess.idl6
-rw-r--r--offapi/com/sun/star/configuration/HierarchyElement.idl2
-rw-r--r--offapi/com/sun/star/configuration/SetAccess.idl2
-rw-r--r--offapi/com/sun/star/configuration/SetElement.idl12
-rw-r--r--offapi/com/sun/star/configuration/SetUpdate.idl4
-rw-r--r--offapi/com/sun/star/configuration/SimpleSetAccess.idl4
-rw-r--r--offapi/com/sun/star/configuration/SimpleSetUpdate.idl34
-rw-r--r--offapi/com/sun/star/configuration/UpdateRootElement.idl10
-rw-r--r--offapi/com/sun/star/configuration/backend/DataImporter.idl6
-rw-r--r--offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl6
-rw-r--r--offapi/com/sun/star/configuration/backend/LayerFilter.idl4
-rw-r--r--offapi/com/sun/star/configuration/backend/LocalDataImporter.idl4
-rw-r--r--offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/MergeImporter.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl6
-rw-r--r--offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl2
22 files changed, 76 insertions, 76 deletions
diff --git a/offapi/com/sun/star/configuration/AccessRootElement.idl b/offapi/com/sun/star/configuration/AccessRootElement.idl
index a5f07fa70e64..0d2e3e433172 100644
--- a/offapi/com/sun/star/configuration/AccessRootElement.idl
+++ b/offapi/com/sun/star/configuration/AccessRootElement.idl
@@ -74,7 +74,7 @@ published service AccessRootElement
/** allows controlling or observing the lifetime of the whole hierarchy.
<p>The owner of the hierarchy may dispose of this object
- using <member scope="com::sun::star::lang">XComponent::dispose()</member>.
+ using com::sun::star::lang::XComponent::dispose().
As this object owns its child elements and, recursively, the whole hierarchy,
any descendant elements obtained, directly or indirectly, from this object
will also be disposed. Disposing of the object does not affect a persistent
@@ -111,14 +111,14 @@ published service AccessRootElement
</p>
<p>
- If <member scope="com::sun::star::beans">XMultiPropertySet::setPropertyValues()</member>
- or <member scope="com::sun::star::beans">XMultiHierarchicalPropertySet::setHierarchicalPropertyValues()</member>
+ If com::sun::star::beans::XMultiPropertySet::setPropertyValues()
+ or com::sun::star::beans::XMultiHierarchicalPropertySet::setHierarchicalPropertyValues()
is used on an element of the hierarchy to change multiple values within
the hierarchy, all changes will be notified with a single event.
</p>
<p>If an outside source uses
- <member scope="com::sun::star::util">XChangesBatch::commitChanges()</member>
+ com::sun::star::util::XChangesBatch::commitChanges()
on an overlapping hierarchy access, all relevant changes will be notified
with a single event.
</p>
@@ -139,7 +139,7 @@ published service AccessRootElement
<p><em>Changing the locale is generally not supported.</em> If it is supported,
there is no guarantee that values already loaded into the hierarchy, or an
application cache, are refreshed to reflect the new locale. Use of
- <member scope="com::sun::star::lang">XLocalizable::setLocale()</member>
+ com::sun::star::lang::XLocalizable::setLocale()
is therefore not recommended.
</p>
*/
diff --git a/offapi/com/sun/star/configuration/AdministrationProvider.idl b/offapi/com/sun/star/configuration/AdministrationProvider.idl
index 1b185d88ec2d..8a3f868005be 100644
--- a/offapi/com/sun/star/configuration/AdministrationProvider.idl
+++ b/offapi/com/sun/star/configuration/AdministrationProvider.idl
@@ -44,7 +44,7 @@ module com { module sun { module star { module configuration {
</p>
<p>An implementation is usually obtained from a
com::sun::star::lang::ServiceManager. The arguments passed to
- <member scope="com::sun::star::lang">XMultiComponentFactory::createInstanceWithContextAndArguments()</member>
+ com::sun::star::lang::XMultiComponentFactory::createInstanceWithContextAndArguments()
select the configuration data source. They may also define the scope of
administrable data or contain credentials to be used to authorize the
administrative access. Missing parameters may be filled in
@@ -68,7 +68,7 @@ published service AdministrationProvider
of the configuration.
<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 specifiers
<code>"com.sun.star.configuration.ConfigurationAccess"</code> and
<code>"com.sun.star.configuration.ConfigurationUpdateAccess"</code>.
@@ -93,7 +93,7 @@ published service AdministrationProvider
</p>
<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 administrative entity for which
data should be administered. In other words they determine the layer to which
changes will apply. They also specify the view of that configuration that
@@ -139,11 +139,11 @@ published service AdministrationProvider
value <code>locale = "*"</code>.
</p>
- <p><member scope="com::sun::star::lang">XMultiServiceFactory::createInstance()</member>
+ <p>com::sun::star::lang::XMultiServiceFactory::createInstance()
may be unusable. Only an implementation that supports service names that can be
used with no further arguments support this method. It should return the
same result as if
- <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
+ com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments()
had been called using an empty sequence of arguments.
</p>
*/
@@ -153,7 +153,7 @@ published service AdministrationProvider
/** allows controlling or observing the lifetime of the configuration.
<p>The owner of the provider may dispose of this object
- using <member scope="com::sun::star::lang">XComponent::dispose()</member>.
+ using com::sun::star::lang::XComponent::dispose().
</p>
<p>Views created by the provider generally refer to data that is managed by
diff --git a/offapi/com/sun/star/configuration/ConfigurationProvider.idl b/offapi/com/sun/star/configuration/ConfigurationProvider.idl
index 9ad84cbed161..5bc32e459b46 100644
--- a/offapi/com/sun/star/configuration/ConfigurationProvider.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationProvider.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module configuration {
<p>An implementation is usually obtained from a
com::sun::star::lang::ServiceManager. The arguments passed to
- <member scope="com::sun::star::lang">XMultiComponentFactory::createInstanceWithContextAndArguments()</member>
+ com::sun::star::lang::XMultiComponentFactory::createInstanceWithContextAndArguments()
select the configuration data source. Arguments must be provided as
com::sun::star::beans::NamedValue
or com::sun::star::beans::PropertyValue.
@@ -42,7 +42,7 @@ module com { module sun { module star { module configuration {
com::sun::star::configuration::DefaultProvider object.
</p>
<p>Some arguments for
- <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
+ com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments()
may be given default values during creation of this service. In particular
this applies to the parameters <code>"Locale"</code> and <code>"EnableAsync"</code>.
</p>
@@ -55,7 +55,7 @@ published service ConfigurationProvider
of the configuration.
<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 specifiers
<code>"com.sun.star.configuration.ConfigurationAccess"</code> and
<code>"com.sun.star.configuration.ConfigurationUpdateAccess"</code>.
@@ -80,7 +80,7 @@ published service ConfigurationProvider
</p>
<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 configuration 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 argument
@@ -176,7 +176,7 @@ published service ConfigurationProvider
at some later time. If <FALSE/>, the cache must operate in
<em>write-through</em> mode, where updates are written to persistent
storage at once - that is before
- <member scope="com::sun::star::util">XChangesBatch::commitChanges()</member>
+ com::sun::star::util::XChangesBatch::commitChanges()
returns.
<p><em>This parameter was formerly called <code>"lazywrite"</code>.
The old name should still be supported for compatibility.
@@ -198,11 +198,11 @@ published service ConfigurationProvider
</li>
</ul>
- <p><member scope="com::sun::star::lang">XMultiServiceFactory::createInstance()</member>
+ <p>com::sun::star::lang::XMultiServiceFactory::createInstance()
may be unusable. Only an implementation that supports service names that can be
used with no further arguments support this method. It should return the
same result as if
- <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
+ com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments()
had been called using an empty sequence of arguments.
</p>
*/
@@ -212,7 +212,7 @@ published service ConfigurationProvider
/** allows controlling or observing the lifetime of the configuration.
<p>The owner of the provider may dispose of this object
- using <member scope="com::sun::star::lang">XComponent::dispose()</member>.
+ using com::sun::star::lang::XComponent::dispose().
Note that the default provider is owned by the
com::sun::star::lang::ServiceManager and should not be
disposed of by user code.
diff --git a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
index 8c2325b0961c..f81147b1f2fa 100644
--- a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
@@ -45,7 +45,7 @@ module com { module sun { module star { module configuration {
it's structure. Removal and addition of sub nodes is allowed only for special
nodes, and even then the new elements have to comply to a given scheme (which is some
kind of attribute of the container node). So for instance the
- <member scope="com.sun.star.registry">XRegistryKey::createKey()</member> method is not allowed
+ com.sun.star.registry::XRegistryKey::createKey() method is not allowed
for some nodes.
</p><p>
Thus anybody using this service is strongly advised to read and understand the specification
@@ -60,7 +60,7 @@ module com { module sun { module star { module configuration {
published service ConfigurationRegistry
{
/** controls the binding of the object to a configuration sub tree.
- <p><member scope="com::sun::star::registry">XSimpleRegistry::open()</member>
+ <p>com::sun::star::registry::XSimpleRegistry::open()
is used to open a special subtree within the configuration tree.
</p>
<p>The parameters of this method control the location of the root of the to-be-opened
diff --git a/offapi/com/sun/star/configuration/GroupElement.idl b/offapi/com/sun/star/configuration/GroupElement.idl
index efd9ad62a3f4..e6bd88e77f53 100644
--- a/offapi/com/sun/star/configuration/GroupElement.idl
+++ b/offapi/com/sun/star/configuration/GroupElement.idl
@@ -57,7 +57,7 @@ published service GroupElement
<p>In this service this interface is mandatory</p>
- <p><member scope="com::sun::star::container">XChild::getParent()</member>
+ <p>com::sun::star::container::XChild::getParent()
shall not return NULL.
</p>
diff --git a/offapi/com/sun/star/configuration/GroupUpdate.idl b/offapi/com/sun/star/configuration/GroupUpdate.idl
index 4ed2b89e6557..dd018b6051d2 100644
--- a/offapi/com/sun/star/configuration/GroupUpdate.idl
+++ b/offapi/com/sun/star/configuration/GroupUpdate.idl
@@ -62,7 +62,7 @@ published service GroupUpdate
<p>Elements of this group may be replaced only if they are of simple type.
The type returned by
- <member scope="com::sun::star::container">XElementAccess::getElementType()</member>
+ com::sun::star::container::XElementAccess::getElementType()
must not be an interface type. Replacing whole subtrees is not supported.
</p>
*/
diff --git a/offapi/com/sun/star/configuration/HierarchyAccess.idl b/offapi/com/sun/star/configuration/HierarchyAccess.idl
index 912f89409cf4..f49a70fccfb8 100644
--- a/offapi/com/sun/star/configuration/HierarchyAccess.idl
+++ b/offapi/com/sun/star/configuration/HierarchyAccess.idl
@@ -53,7 +53,7 @@ published service HierarchyAccess
{
/** allows access to immediate children of this node.
- <p><member scope="com::sun::star::container">XNameAccess::getByName()</member>
+ <p>com::sun::star::container::XNameAccess::getByName()
returns an <atom>any</atom> holding either a simple value or an interface
on another HierarchyAccess if the child is not a simple value.
</p>
@@ -62,7 +62,7 @@ published service HierarchyAccess
/** allows access to all descendants of this node
- <p><member scope="com::sun::star::container">XHierarchicalNameAccess::getByHierarchicalName()</member>
+ <p>com::sun::star::container::XHierarchicalNameAccess::getByHierarchicalName()
returns an <atom>any</atom> holding either a simple value or an interface
on another HierarchyAccess if the descendant is not a simple value.
</p>
@@ -93,7 +93,7 @@ published service HierarchyAccess
described by com::sun::star::beans::PropertyAttribute
values or if the same information is available by other means,
e.g. if the implementation supports
- <member scope="com::sun::star::beans">XPropertySet::getPropertySetInfo()</member>.
+ com::sun::star::beans::XPropertySet::getPropertySetInfo().
</p>
<p>If a child of this node is an object that implements
diff --git a/offapi/com/sun/star/configuration/HierarchyElement.idl b/offapi/com/sun/star/configuration/HierarchyElement.idl
index 4d22bc45ef1c..5f7485713ec8 100644
--- a/offapi/com/sun/star/configuration/HierarchyElement.idl
+++ b/offapi/com/sun/star/configuration/HierarchyElement.idl
@@ -91,7 +91,7 @@ published service HierarchyElement
as a child or descendant of another tree node, for example, directly from a factory or provider.
</p>
- <p><member scope="com::sun::star::container">XChild::getParent()</member>
+ <p>com::sun::star::container::XChild::getParent()
returns NULL, if this object is currently not contained in another node.
</p>
diff --git a/offapi/com/sun/star/configuration/SetAccess.idl b/offapi/com/sun/star/configuration/SetAccess.idl
index 4039017da3df..e1560b8c049d 100644
--- a/offapi/com/sun/star/configuration/SetAccess.idl
+++ b/offapi/com/sun/star/configuration/SetAccess.idl
@@ -56,7 +56,7 @@ published service SetAccess
/** is the basic service for accessing child and descendent nodes in a hierarchy.
<p>External names (from foreign namespaces) should be normalized using
- <member scope="com::sun::star::util">XStringEscape::escapeString()</member>
+ com::sun::star::util::XStringEscape::escapeString()
(if available) before using them as element names.
</p>
*/
diff --git a/offapi/com/sun/star/configuration/SetElement.idl b/offapi/com/sun/star/configuration/SetElement.idl
index 60795e02f570..21370fed5770 100644
--- a/offapi/com/sun/star/configuration/SetElement.idl
+++ b/offapi/com/sun/star/configuration/SetElement.idl
@@ -49,7 +49,7 @@ module com { module sun { module star { module configuration {
<p>While an instance is not contained in a set object, it is owned by
the client and can be disposed by calling
- <member scope="com::sun::star::lang">XComponent::dispose()</member>. The name
+ com::sun::star::lang::XComponent::dispose(). The name
of the object can freely be changed in that situation though without
persistent effect.
</p>
@@ -59,7 +59,7 @@ module com { module sun { module star { module configuration {
While it is contained in the container, clients must not dispose the
object. When inserted, the name of the object is fixed and is used to
identify it within the container. An implementation may support
- <member scope="com::sun::star::container">XNamed::setName()</member> even in
+ com::sun::star::container::XNamed::setName() even in
this case. If it does, changing the name has the same effect of removing
the object (under the old name) and then reinserting it into the same
container (using the new name).
@@ -102,12 +102,12 @@ published service SetElement
<p>In this service, this interface is mandatory</p>
- <p><member scope="com::sun::star::container">XChild::getParent()</member>
+ <p>com::sun::star::container::XChild::getParent()
returns <NULL/>, if the object is currently not contained in a container.
</p>
<p>An implementation may also support
- <member scope="com::sun::star::container">XChild::setParent()</member>.
+ com::sun::star::container::XChild::setParent().
If it does, changing the parent has the effect of first removing the object
from its old parent (if any) and then inserting it into the new parent
(unless that is <NULL/>) under the same name. The new parent must be part of
@@ -120,9 +120,9 @@ published service SetElement
/** allows controlling or observing the lifetime of the object.
<p>Clients may dispose of the object using
- <member scope="com::sun::star::lang">XComponent::dispose()</member>, only if
+ com::sun::star::lang::XComponent::dispose(), only if
the object is currently not contained in a container (
- <member scope="com::sun::star::container">XChild::getParent()</member>
+ com::sun::star::container::XChild::getParent()
returns <NULL/>).
</p>
diff --git a/offapi/com/sun/star/configuration/SetUpdate.idl b/offapi/com/sun/star/configuration/SetUpdate.idl
index 2f1e82b6896f..072024d7dc12 100644
--- a/offapi/com/sun/star/configuration/SetUpdate.idl
+++ b/offapi/com/sun/star/configuration/SetUpdate.idl
@@ -72,8 +72,8 @@ published service SetUpdate
</p>
<p>Other ways in which an element may be moved among or within compatible sets
- include <member scope="com::sun::star::container">XChild::setParent()</member>
- and <member scope="com::sun::star::container">XNamed::setName()</member>, if
+ include com::sun::star::container::XChild::setParent()
+ and com::sun::star::container::XNamed::setName(), if
the element implements them.
</p>
diff --git a/offapi/com/sun/star/configuration/SimpleSetAccess.idl b/offapi/com/sun/star/configuration/SimpleSetAccess.idl
index 6b48e1dcc1d2..3a625316212b 100644
--- a/offapi/com/sun/star/configuration/SimpleSetAccess.idl
+++ b/offapi/com/sun/star/configuration/SimpleSetAccess.idl
@@ -45,7 +45,7 @@ published service SimpleSetAccess
/** is the basic service for accessing child and descendent nodes.
<p>External names from foreign namespaces should be normalized using
- <member scope="com::sun::star::util">XStringEscape::escapeString()</member>,
+ com::sun::star::util::XStringEscape::escapeString(),
if available, before using them as element names.
</p>
*/
@@ -63,7 +63,7 @@ published service SimpleSetAccess
<p>This interface may be missing, if the implementation can support only
one predefined type or if the elements are of a simple type and
no further information is available. In the latter case,
- <member scope="com::sun::star::container">XElementAccess::getElementType()</member>
+ com::sun::star::container::XElementAccess::getElementType()
provides all the information there is about the element's type.
</p>
*/
diff --git a/offapi/com/sun/star/configuration/SimpleSetUpdate.idl b/offapi/com/sun/star/configuration/SimpleSetUpdate.idl
index ae6271d5a554..666f232e20ae 100644
--- a/offapi/com/sun/star/configuration/SimpleSetUpdate.idl
+++ b/offapi/com/sun/star/configuration/SimpleSetUpdate.idl
@@ -58,11 +58,11 @@ published service SimpleSetUpdate
</p>
<p>If the elements of this set are of simple type (the type returned by
- <member scope="com::sun::star::container">XElementAccess::getElementType()</member>
+ com::sun::star::container::XElementAccess::getElementType()
is not an interface type), then values of that type can directly be passed to
- <member scope="com::sun::star::container">XNameContainer::insertByName()</member>
+ com::sun::star::container::XNameContainer::insertByName()
and
- <member scope="com::sun::star::container">XNameContainer::replaceByName()</member>.
+ com::sun::star::container::XNameContainer::replaceByName().
</p>
<p>Otherwise new elements have to be constructed to match the type
@@ -72,20 +72,20 @@ published service SimpleSetUpdate
</p>
<p>Objects to be inserted must not be contained in any set at the time of
- insertion. <member scope="com::sun::star::container">XChild::getParent()</member>
+ insertion. com::sun::star::container::XChild::getParent()
must return <NULL/>. If a name had been assigned to the object prior to insertion
- (using <member scope="com::sun::star::container">XNamed::setName()</member>
+ (using com::sun::star::container::XNamed::setName()
or by other means), this name is ignored and will be lost.
After insertion the name of the object is the name that was used as argument
- to <member scope="com::sun::star::container">XNameContainer::insertByName()</member>
- or <member scope="com::sun::star::container">XNameContainer::replaceByName()</member>.
+ to com::sun::star::container::XNameContainer::insertByName()
+ or com::sun::star::container::XNameContainer::replaceByName().
</p>
<p>Objects that are removed using
- <member scope="com::sun::star::container">XNameContainer::removeByName()</member>
+ com::sun::star::container::XNameContainer::removeByName()
or replaced using
- <member scope="com::sun::star::container">XNameContainer::replaceByName()</member>
+ com::sun::star::container::XNameContainer::replaceByName()
remain valid and can be reinserted into a set supporting the same template and
even under a different name.
</p>
@@ -102,24 +102,24 @@ published service SimpleSetUpdate
<p>This interface shall be implemented by an implementation,
if and only if the element type of the set, as returned by
- <member scope="com::sun::star::container">XElementAccess::getElementType()</member>,
+ com::sun::star::container::XElementAccess::getElementType(),
is an object type, such as an interface.
</p>
- <p>Using <member scope="com::sun::star::lang">XSingleServiceFactory::createInstance()</member>
+ <p>Using com::sun::star::lang::XSingleServiceFactory::createInstance()
an instance of the element template of this set is created. If the set
supports multiple templates or variations of the basic template, a default
variant of the basic template is instantiated. If an implementation supports
variations, they may be specified by passing arguments to
- <member scope="com::sun::star::lang">XSingleServiceFactory::createInstanceWithArguments()</member>.
+ com::sun::star::lang::XSingleServiceFactory::createInstanceWithArguments().
There are no predefined arguments for all versions of this service.
</p>
<p>The object created is not contained in the set and does not have a name yet.
It may subsequently be inserted into the set and named using
- <member scope="com::sun::star::container">XNameContainer::insertByName()</member>
+ com::sun::star::container::XNameContainer::insertByName()
or
- <member scope="com::sun::star::container">XNameContainer::replaceByName()</member>.
+ com::sun::star::container::XNameContainer::replaceByName().
</p>
*/
[optional] interface com::sun::star::lang::XSingleServiceFactory;
@@ -135,14 +135,14 @@ published service SimpleSetUpdate
<p>This interface may only be implemented if the element type of the set
(as returned by
- <member scope="com::sun::star::container">XElementAccess::getElementType()</member>)
+ com::sun::star::container::XElementAccess::getElementType())
is an object type, such as an interface. An implementation should also implement
interface XTemplateContainer which is optional in this service.
</p>
<p>The service identifier argument passed
- to <member scope="com::sun::star::lang">XMultiServiceFactory::createInstance()</member>
- or <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
+ to com::sun::star::lang::XMultiServiceFactory::createInstance()
+ or com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments()
names the template to be instantiated or otherwise identifies the structure
to be built. The implementation must at least support using the template
name obtained from XTemplateContainer::getElementTemplateName()
diff --git a/offapi/com/sun/star/configuration/UpdateRootElement.idl b/offapi/com/sun/star/configuration/UpdateRootElement.idl
index 8595561f619e..3dc3057e3583 100644
--- a/offapi/com/sun/star/configuration/UpdateRootElement.idl
+++ b/offapi/com/sun/star/configuration/UpdateRootElement.idl
@@ -48,7 +48,7 @@ module com { module sun { module star { module configuration {
<p>The accumulated changes within this hierarchy can be managed using
com::sun::star::util::XChangesBatch. Pending changes
will become persistent and visible from other overlapping hierarchies
- only when <member scope="com::sun::star::util">XChangesBatch::commitChanges()</member>
+ only when com::sun::star::util::XChangesBatch::commitChanges()
is called. If the hierarchy is disposed or discarded without committing
changes, the changes will be lost.
</p>
@@ -66,19 +66,19 @@ published service UpdateRootElement
/** 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.
</p>
<p>If the implementation supports
- <member scope="com::sun::star::lang">XLocalizable::setLocale()</member>, changes
+ com::sun::star::lang::XLocalizable::setLocale(), changes
will be considered to apply to the locale that is set when
- <member scope="com::sun::star::util">XChangesBatch::commitChanges()</member>
+ com::sun::star::util::XChangesBatch::commitChanges()
is invoked.
</p>
diff --git a/offapi/com/sun/star/configuration/backend/DataImporter.idl b/offapi/com/sun/star/configuration/backend/DataImporter.idl
index 1cfdd6b5ea64..42c61e98f9f5 100644
--- a/offapi/com/sun/star/configuration/backend/DataImporter.idl
+++ b/offapi/com/sun/star/configuration/backend/DataImporter.idl
@@ -37,13 +37,13 @@ published service DataImporter
<p> The source and destination repositories are selected by arguments
passed to
- <member scope="com::sun::star::task">XJob::execute()</member>.
+ com::sun::star::task::XJob::execute().
The names and meanings of such arguments depend on
the implementation. Each implementation must document such arguments.
</p>
<p> Implementations may return a value from
- <member scope="com::sun::star::task">XJob::execute()</member>
+ com::sun::star::task::XJob::execute()
that indicates the status of job execution. The type and meaning of
such status indicators depend on the implementation.
</p>
@@ -54,7 +54,7 @@ published service DataImporter
</p>
<p> The following arguments to
- <member scope="com::sun::star::task">XJob::execute()</member>
+ com::sun::star::task::XJob::execute()
should be supported by implementations. Implementations must document
a failure to support any of these arguments:
<dl>
diff --git a/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl b/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl
index 4797aab4ad4c..9b953638c03f 100644
--- a/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl
+++ b/offapi/com/sun/star/configuration/backend/HierarchyBrowser.idl
@@ -36,13 +36,13 @@ published service HierarchyBrowser
/** allows executing a scan of the repository
<p> The repository to browse is selected by arguments passed to
- <member scope="com::sun::star::task">XJob::execute()</member>.
+ com::sun::star::task::XJob::execute().
The names and meanings of such arguments depend on
the implementation. Each implementation must document such arguments.
</p>
<p> The following argument to
- <member scope="com::sun::star::task">XJob::execute()</member>
+ com::sun::star::task::XJob::execute()
must be supported by all implementations:
<dl>
<dt><code>ExcludeComponents</code> : <atom dim="[]">string</atom> or <atom >string</atom></dt>
@@ -53,7 +53,7 @@ published service HierarchyBrowser
</dl>
</p>
<p> The return value of
- <member scope="com::sun::star::task">XJob::execute()</member>
+ com::sun::star::task::XJob::execute()
is a list of components found. The format in which components are
returned may depend on the implementation. Each implementation
should support returning component identifiers that are compatible
diff --git a/offapi/com/sun/star/configuration/backend/LayerFilter.idl b/offapi/com/sun/star/configuration/backend/LayerFilter.idl
index 65a064a4128a..81c1c35c97ed 100644
--- a/offapi/com/sun/star/configuration/backend/LayerFilter.idl
+++ b/offapi/com/sun/star/configuration/backend/LayerFilter.idl
@@ -59,8 +59,8 @@ published service LayerFilter
<p> Call <method scope="com::sun::star::lang">XInitialization::initialize</method>()
with a single argument of type com::sun::star::beans::NamedValue,
- where <member scope="com::sun::star::beans">NamedValue::Name</member> is <code>"Source"</code>
- and <member scope="com::sun::star::beans">NamedValue::Value</member>
+ where com::sun::star::beans::NamedValue::Name is <code>"Source"</code>
+ and com::sun::star::beans::NamedValue::Value
is an object implementing XLayer.
</p>
*/
diff --git a/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl b/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl
index 0f209002be4d..8d9bf296193b 100644
--- a/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl
+++ b/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl
@@ -49,7 +49,7 @@ published service LocalDataImporter
/** provides for running an import job
<p> The implementation returns <void/> from
- <member scope="com::sun::star::task">XJob::execute()</member>
+ com::sun::star::task::XJob::execute()
to indicates successful execution. If import is not executed,
because <code>OverwriteExisting = </code><TRUE/> was specified,
a com::sun::star::lang::IllegalAccessException
@@ -62,7 +62,7 @@ published service LocalDataImporter
</p>
<p> The standard arguments to
- <member scope="com::sun::star::task">XJob::execute()</member>
+ com::sun::star::task::XJob::execute()
are all supported by implementations. Additionally the following
argument is required to select the data source:
<dl>
diff --git a/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl b/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl
index 42c0bebd3b21..2cc8c3c118dd 100644
--- a/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl
+++ b/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl
@@ -44,7 +44,7 @@ published service LocalHierarchyBrowser
</p>
<p> The following additional arguments are supported for
- <member scope="com::sun::star::task">XJob::execute()</member>:<BR/>
+ com::sun::star::task::XJob::execute():<BR/>
<dl>
<dt><code>SchemaDataUrl</code> : <atom>string</atom></dt>
diff --git a/offapi/com/sun/star/configuration/backend/MergeImporter.idl b/offapi/com/sun/star/configuration/backend/MergeImporter.idl
index 4dbbbe5e4fad..e9deb915ef7a 100644
--- a/offapi/com/sun/star/configuration/backend/MergeImporter.idl
+++ b/offapi/com/sun/star/configuration/backend/MergeImporter.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module configuration { module backend {
imports data into a configuration layer by merging with existing data.
<p> No named arguments to
- <member scope="com::sun::star::lang">XInitialization::initialize()</member>
+ com::sun::star::lang::XInitialization::initialize()
are supported.
</p>
diff --git a/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl b/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl
index 1425b9c468df..de938d510b74 100644
--- a/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl
+++ b/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl
@@ -149,7 +149,7 @@ published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface
</p>
<p> The format and meaning of a timestamp depends on
the implementation. Timestamps can be obtained using
- <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
+ com::sun::star::util::XTimeStamped::getTimestamp().
</p>
@returns
@@ -192,7 +192,7 @@ published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface
</p>
<p> The format and meaning of a timestamp depends on
the implementation. Timestamps can be obtained using
- <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
+ com::sun::star::util::XTimeStamped::getTimestamp().
</p>
@returns
@@ -246,7 +246,7 @@ published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface
</p>
<p> The format and meaning of a timestamp depends on
the implementation. Timestamps can be obtained using
- <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
+ com::sun::star::util::XTimeStamped::getTimestamp().
</p>
@returns
diff --git a/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl b/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl
index 10a45dcfc6be..dca7b2f4d1c6 100644
--- a/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl
+++ b/offapi/com/sun/star/configuration/backend/XSingleLayerStratum.idl
@@ -66,7 +66,7 @@ published interface XSingleLayerStratum : ::com::sun::star::uno::XInterface
</p>
<p> The format and meaning of a timestamp depends on
the implementation. Timestamps can be obtained using
- <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
+ com::sun::star::util::XTimeStamped::getTimestamp().
</p>
@returns