summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration
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 /offapi/com/sun/star/configuration
parent4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff)
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'offapi/com/sun/star/configuration')
-rw-r--r--offapi/com/sun/star/configuration/SetAccess.idl4
-rw-r--r--offapi/com/sun/star/configuration/SetUpdate.idl2
-rw-r--r--offapi/com/sun/star/configuration/SimpleSetUpdate.idl2
-rw-r--r--offapi/com/sun/star/configuration/XTemplateContainer.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/DataImporter.idl4
-rw-r--r--offapi/com/sun/star/configuration/backend/UpdatableLayer.idl4
-rw-r--r--offapi/com/sun/star/configuration/backend/XCompositeLayer.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/XLayerHandler.idl24
-rw-r--r--offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl12
-rw-r--r--offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/XUpdateHandler.idl24
11 files changed, 41 insertions, 41 deletions
diff --git a/offapi/com/sun/star/configuration/SetAccess.idl b/offapi/com/sun/star/configuration/SetAccess.idl
index 8bce0a42e4be..4039017da3df 100644
--- a/offapi/com/sun/star/configuration/SetAccess.idl
+++ b/offapi/com/sun/star/configuration/SetAccess.idl
@@ -42,9 +42,9 @@ module com { module sun { module star { module configuration {
@see com::sun::star::configuration::SetElement
Child objects of this service generally implement SetElement.
The template name returned by the child from
- <member>XTemplateInstance::getTemplateName()</member>
+ XTemplateInstance::getTemplateName()
corresponds to the name returned by the set from
- <member>XTemplateContainer::getElementTemplateName()</member>.
+ XTemplateContainer::getElementTemplateName().
@see com::sun::star::configuration::GroupAccess
A complementary service that provides for static heterogeneous groups of
diff --git a/offapi/com/sun/star/configuration/SetUpdate.idl b/offapi/com/sun/star/configuration/SetUpdate.idl
index 9b21a89ff36a..2f1e82b6896f 100644
--- a/offapi/com/sun/star/configuration/SetUpdate.idl
+++ b/offapi/com/sun/star/configuration/SetUpdate.idl
@@ -68,7 +68,7 @@ published service SetUpdate
<p>Implementations that support insertion of objects that weren't obtained
from within the hierarchy must reject elements that don't have the correct
structure as described by the template, even if the object returns the
- correct template name from <member>XTemplateInstance::getTemplateName()</member>.
+ correct template name from XTemplateInstance::getTemplateName().
</p>
<p>Other ways in which an element may be moved among or within compatible sets
diff --git a/offapi/com/sun/star/configuration/SimpleSetUpdate.idl b/offapi/com/sun/star/configuration/SimpleSetUpdate.idl
index 990f7240e893..ae6271d5a554 100644
--- a/offapi/com/sun/star/configuration/SimpleSetUpdate.idl
+++ b/offapi/com/sun/star/configuration/SimpleSetUpdate.idl
@@ -145,7 +145,7 @@ published service SimpleSetUpdate
or <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
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 <member>XTemplateContainer::getElementTemplateName()</member>
+ name obtained from XTemplateContainer::getElementTemplateName()
as a service identifier, in which case the result shall be the same as if
the corresponding member of com::sun::star::lang::XSingleServiceFactory
had been called.
diff --git a/offapi/com/sun/star/configuration/XTemplateContainer.idl b/offapi/com/sun/star/configuration/XTemplateContainer.idl
index e7bb96fc3a41..6e8c94bb4c9f 100644
--- a/offapi/com/sun/star/configuration/XTemplateContainer.idl
+++ b/offapi/com/sun/star/configuration/XTemplateContainer.idl
@@ -35,7 +35,7 @@
<p> If multiple templates are supported, the supported factory interface may be
com::sun::star::lang::XMultiServiceFactory, in which case
the <atom>string</atom> returned from
- <member>XTemplateContainer::getElementTemplateName()</member> can be used as
+ XTemplateContainer::getElementTemplateName() can be used as
the service name argument.
</p>
diff --git a/offapi/com/sun/star/configuration/backend/DataImporter.idl b/offapi/com/sun/star/configuration/backend/DataImporter.idl
index 8466ec6ad3e9..1cfdd6b5ea64 100644
--- a/offapi/com/sun/star/configuration/backend/DataImporter.idl
+++ b/offapi/com/sun/star/configuration/backend/DataImporter.idl
@@ -82,9 +82,9 @@ published service DataImporter
<dt><code>Entity</code> : <atom >string</atom></dt>
<dd>An identifier for the entity in the destination backend for
which the imported data should apply. The value will be passed
- to <member>XLayerImporter::importLayerForEntity()</member>.
+ to XLayerImporter::importLayerForEntity().
If this parameter is missing, the implementation uses
- <member>XLayerImporter::importLayer()</member> instead.
+ XLayerImporter::importLayer() instead.
</dd>
<dt><code>Component</code> : <atom >string</atom></dt>
<dd>Names the component for which to import data. If this
diff --git a/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl b/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl
index 84fe80d81470..df9fff0f9264 100644
--- a/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl
+++ b/offapi/com/sun/star/configuration/backend/UpdatableLayer.idl
@@ -47,7 +47,7 @@ published service UpdatableLayer
<p> If the implementation supports
com::sun::star::util::XTimeStamped,
- then after executing <member>XUpdatableLayer::replaceWith()</member>
+ then after executing XUpdatableLayer::replaceWith()
the timestamp will be the one for the replaced contents and
if reading after updates is supported the next read will reproduce the
replaced data.
@@ -62,7 +62,7 @@ published service UpdatableLayer
<p> Depending of the actual type (simple, i.e pure XLayer or
composite, i.e XCompositeLayer) of the current layer and
the provided replacement layer, the operation performed
- by <member>XUpdatableLayer::replaceWith()</member>, will vary.
+ by XUpdatableLayer::replaceWith(), will vary.
</p>
<p> For the different current/replacement layer combinations, we have:
<dl>
diff --git a/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl b/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl
index 4f1ec9a926cf..8966258bb513 100644
--- a/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl
+++ b/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl
@@ -64,7 +64,7 @@ published interface XCompositeLayer : XLayer
@param aSubLayerId
Identifier of the sublayer to be read.
<p> Must be one the identifiers returned by
- <member>XCompositeLayer::listSubLayerIds()</member>
+ XCompositeLayer::listSubLayerIds()
</p>
@throws com::sun::star::lang::NullPointerException
diff --git a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
index 25a453928153..c8a73bdaf9ec 100644
--- a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
@@ -41,7 +41,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
for a component.
<p> Subsequent calls describe the contents of the layer
- until a matching call to <member>XLayerHandler::endLayer()</member>
+ until a matching call to XLayerHandler::endLayer()
is encountered.
</p>
@@ -57,7 +57,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
/** receives notification that a layer description is complete.
- <p> Must match a previous call to <member>XLayerHandler::startLayer()</member>.
+ <p> Must match a previous call to XLayerHandler::startLayer().
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -80,7 +80,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
<p> Subsequent calls describe overrides to properties and members
or items of the node until a matching call to
- <member>XLayerHandler::endNode()</member>is encountered.
+ XLayerHandler::endNode()is encountered.
</p>
@param aName
@@ -133,7 +133,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
</p>
<p> Subsequent calls describe the difference from the template
of properties and members or items of the node until
- a matching call to <member>XLayerHandler::endNode()</member>
+ a matching call to XLayerHandler::endNode()
is encountered.
</p>
@@ -145,7 +145,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
<p> The value is a combination of
NodeAttribute flags. Note that
- <member>NodeAttribute::FUSE</member> has an impact on the
+ NodeAttribute::FUSE has an impact on the
semantics of this method.
</p>
@@ -178,7 +178,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
</p>
<p> Subsequent calls describe the difference from the template
of properties and members or items of the node until
- a matching call to <member>XLayerHandler::endNode()</member>
+ a matching call to XLayerHandler::endNode()
is encountered.
</p>
@@ -193,7 +193,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
<p> The value is a combination of
NodeAttribute flags. Note that
- <member>NodeAttribute::FUSE</member> has an impact on the
+ NodeAttribute::FUSE has an impact on the
semantics of this method.
</p>
@@ -223,9 +223,9 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
/** receives notification that a node description is complete.
<p> Must match the last open call to
- <member>XLayerHandler::overrideNode()</member>,
- <member>XLayerHandler::addOrReplaceNode()</member> or
- <member>XLayerHandler::addOrReplaceNodeFromTemplate()</member>.
+ XLayerHandler::overrideNode(),
+ XLayerHandler::addOrReplaceNode() or
+ XLayerHandler::addOrReplaceNodeFromTemplate().
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -271,7 +271,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
/** receives notification that an existing property is modified.
<p> Subsequent calls describe new value(s) for the property until a
- matching call to <member>XLayerHandler::endProperty()</member>
+ matching call to XLayerHandler::endProperty()
is encountered.
</p>
@@ -410,7 +410,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
/** receives notification that a property description is complete.
<p> Must match an open call to
- <member>XLayerHandler::overrideProperty()</member>,
+ XLayerHandler::overrideProperty(),
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
diff --git a/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl b/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl
index 48ba982ec3fe..1425b9c468df 100644
--- a/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl
+++ b/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl
@@ -92,7 +92,7 @@ published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface
to update data of a component on behalf of an entity.
<p> The layer id returned is one of the layer ids obtained from
- <member>XMultiLayerStratum::listLayerIds()</member> for the same
+ XMultiLayerStratum::listLayerIds() for the same
component and entity.
</p>
@@ -137,8 +137,8 @@ published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface
@param aLayerId
identifier of the layers to be accessed.
<p>Layer ids can be obtained from
- <member>XMultiLayerStratum::listLayerIds()</member> or
- <member>XMultiLayerStratum::getUpdateLayerId()</member>.
+ XMultiLayerStratum::listLayerIds() or
+ XMultiLayerStratum::getUpdateLayerId().
</p>
@param aTimestamp
@@ -182,7 +182,7 @@ published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface
@param aLayerIds
identifiers of the layers to be accessed.
<p>Layer ids can be obtained from
- <member>XMultiLayerStratum::listLayerIds()</member>.
+ XMultiLayerStratum::listLayerIds().
</p>
@param aTimestamp
@@ -232,7 +232,7 @@ published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface
@param aLayerIds
identifiers of the layers to be accessed.
<p>Layer ids can be obtained from
- <member>XMultiLayerStratum::listLayerIds()</member>.
+ XMultiLayerStratum::listLayerIds().
</p>
@param aTimestamps
@@ -283,7 +283,7 @@ published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface
@param aLayerId
identifier of the layer to be accessed for writing.
<p>A layer id for writing can be obtained from
- <member>XMultiLayerStratum::getUpdateLayerId()</member>.
+ XMultiLayerStratum::getUpdateLayerId().
</p>
@return
diff --git a/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl b/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl
index 0285d9e6dadd..a56482f3efa2 100644
--- a/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl
+++ b/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl
@@ -45,7 +45,7 @@ published interface XUpdatableLayer : XLayer
<p> After the replacement has been performed, reading the
layer will return the new content. Some implementations
may not support this, so after an update
- <member>XLayer::readData()</member> may fail.
+ XLayer::readData() may fail.
</p>
@param aNewLayer
diff --git a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
index a0ac6338f07c..4ee26ed0b44c 100644
--- a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
@@ -46,7 +46,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
@throws com::sun::star::lang::IllegalAccessException
if the target layer is read-only
<p><em>Some implementations can only detect this when executing
- <member>XUpdateHandler::endUpdate()</member></em>
+ XUpdateHandler::endUpdate()</em>
</p>
@throws com::sun::star::lang::WrappedTargetException
@@ -59,7 +59,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
/** receives notification that the current update description is complete.
- <p> Must match a previous call to <member>XUpdateHandler::startUpdate()</member>.
+ <p> Must match a previous call to XUpdateHandler::startUpdate().
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -86,7 +86,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
<p> Subsequent calls describe changes to properties and items or
members of the node until a matching call to
- <member>XUpdateHandler::endNode()</member> is encountered.
+ XUpdateHandler::endNode() is encountered.
</p>
@param aName
@@ -149,7 +149,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
</p>
<p> Subsequent calls describe the difference from the template
of properties, items or members of the node until a matching call
- to <member>XUpdateHandler::endNode()</member> is encountered.
+ to XUpdateHandler::endNode() is encountered.
</p>
@param aName
@@ -160,7 +160,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
<p> The value is a combination of
NodeAttribute flags. Note that
- <member>NodeAttribute::FUSE</member> has an impact on the
+ NodeAttribute::FUSE has an impact on the
semantics of this method.
</p>
@@ -193,7 +193,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
</p>
<p> Subsequent calls describe the difference from the template
of properties or members of the node until a matching call
- to <member>XUpdateHandler::endNode()</member> is encountered.
+ to XUpdateHandler::endNode() is encountered.
</p>
@param aName
@@ -207,7 +207,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
<p> The value is a combination of
NodeAttribute flags. Note that
- <member>NodeAttribute::FUSE</member> has an impact on the
+ NodeAttribute::FUSE has an impact on the
semantics of this method.
</p>
@@ -237,9 +237,9 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
/** receives notification that a node modification is complete.
<p> Must match the last open call to
- <member>XUpdateHandler::modifyNode()</member>,
- <member>XUpdateHandler::addOrReplaceNode()</member> or
- <member>XUpdateHandler::addOrReplaceNodeFromTemplate()</member>.
+ XUpdateHandler::modifyNode(),
+ XUpdateHandler::addOrReplaceNode() or
+ XUpdateHandler::addOrReplaceNodeFromTemplate().
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -286,7 +286,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
<p> Subsequent calls describe changes to the value(s)
of the property until a matching call to
- <member>XUpdateHandler::endProperty()</member> is encountered.
+ XUpdateHandler::endProperty() is encountered.
</p>
@param aName
@@ -453,7 +453,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
/** receives notification that a property modification is complete.
<p> Must match the last open call to
- <member>XUpdateHandler::modifyProperty()</member>.
+ XUpdateHandler::modifyProperty().
</p>
@throws com::sun::star::configuration::backend::MalformedDataException