summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/framework
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/drawing/framework
parent4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff)
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'offapi/com/sun/star/drawing/framework')
-rw-r--r--offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl2
-rw-r--r--offapi/com/sun/star/drawing/framework/XConfigurationController.idl30
-rw-r--r--offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl4
-rw-r--r--offapi/com/sun/star/drawing/framework/XPane.idl2
-rw-r--r--offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl2
-rw-r--r--offapi/com/sun/star/drawing/framework/XResourceId.idl4
-rw-r--r--offapi/com/sun/star/drawing/framework/XTabBar.idl2
7 files changed, 23 insertions, 23 deletions
diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl b/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl
index fa371428647d..3f9ec9b42a20 100644
--- a/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl
+++ b/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl
@@ -30,7 +30,7 @@ interface XConfiguration;
/** A single explicit request for a configuration change.
<p>The requested change is committed to a configuration only when the
- <member>execute()</member> method is called. Configuration change
+ execute() method is called. Configuration change
requests are executed asynchronously. This is done to avoid reentrance
problems with objects that are registered as
XConfigurationChangeListener and at the same time make
diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl
index 46176fb622b0..83983095e75e 100644
--- a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl
+++ b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl
@@ -41,8 +41,8 @@ interface XResource;
resources.</li>
<li>The requested configuration describes what the current configuration
should be. The requested configuration is changed usually by calling
- <member>requestResourceActivation()</member> and
- <member>requestResourceDeactivation()</member>.</li>
+ requestResourceActivation() and
+ requestResourceDeactivation().</li>
</ul></p>
<p>When the two configurations differ then the current configuration is
@@ -51,7 +51,7 @@ interface XResource;
<ol>
<li>when the last pending request for configuration changes has been
processed,</li>
- <li>when the <member>update()</member> method is called.</li>
+ <li>when the update() method is called.</li>
<li>when the configuration manager it is unlocked after formerly being
locked.</li>
</ol></p>
@@ -60,8 +60,8 @@ interface XResource;
<ol>
<li>First the requested configuration is updated iteratively: Every
request that is being made by calling
- <member>requestResourceActivation()</member> or
- <member>requestResourceDeactivation()</member> results in one or more
+ requestResourceActivation() or
+ requestResourceDeactivation() results in one or more
function objects, that each implement the
XConfigurationChangeRequest interface. These are inserted
into a queue. The request objects in the queue are processed
@@ -101,7 +101,7 @@ interface XResource;
activation of a resource has been requested and the resource is not yet
active in the requested configuration. The event is sent when the
configuration change request is executed, not when the
- <member>requestResourceActivation()</member> call is made.</p>
+ requestResourceActivation() call is made.</p>
<p>The <member scope="ConfigurationChangeEvent">ResourceId</member> member is set to the requested
resource. The #ResourceObject member is not
set.</p></li>
@@ -109,7 +109,7 @@ interface XResource;
deactivation of a resource has been requested and the resource is active
in the requested configuration. The event is sent when the
configuration change request is executed that is created when for
- example <member>requestResourceDeactivation()</member> is called.</p>
+ example requestResourceDeactivation() is called.</p>
<p>The #ResourceId member is set to the requested
resource. The #ResourceObject member is not
set.</p></li>
@@ -192,15 +192,15 @@ interface XConfigurationController
<p>This is only necessary when more than one change request is being
made in a row. It prevents an update being made (with all the visible UI
changes) before all change requests are being made.</p>
- <p>Recursive <member>lock()</member> calls are recognized: the
- configuration controller is locked while <member>lock()</member> was
- called more often than <member>unlock()</member>.</p>
+ <p>Recursive lock() calls are recognized: the
+ configuration controller is locked while lock() was
+ called more often than unlock().</p>
*/
void lock ();
/** Unlock the processing of configuration change requests.
- <p>When <member>unlock()</member> is called as many times as
- <member>lock()</member> and the queue of configuration change
+ <p>When unlock() is called as many times as
+ lock() and the queue of configuration change
requests is not empty the configuration controller continues the
processing of the change requests. An update of the current
configuration will eventually being made.</p>
@@ -229,8 +229,8 @@ interface XConfigurationController
/** Replace the requested configuration with the given configuration and
schedule an update of the current configuration.
- <p>Together with the <member>getCurrentConfiguration()</member> and
- <member>getRequestedConfiguration()</member> methods this
+ <p>Together with the getCurrentConfiguration() and
+ getRequestedConfiguration() methods this
allows the saving and restoring of configurations. However, the
given configuration can have other origins then these methods.</p>
<p>The given configuration is transformed into a list of of change
@@ -244,7 +244,7 @@ interface XConfigurationController
configuration.</p>
@param xConfiguration
This typically is a configuration that was obtained with an
- earlier <member>getRequestedConfiguration()</member> call.
+ earlier getRequestedConfiguration() call.
*/
void restoreConfiguration ([in] XConfiguration xConfiguration);
};
diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl b/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl
index 26f59084057b..2ed471ab4f65 100644
--- a/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl
+++ b/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl
@@ -48,8 +48,8 @@ interface XConfigurationControllerRequestQueue
<p>This method should not be called from outside the drawing
framework. Other sub controllers of the drawing framework are typical
callers. They can add change requests that can not be made with the
- <member>requestResourceActivation()</member> and
- <member>requestResourceDeactivation()</member> methods.</p>
+ requestResourceActivation() and
+ requestResourceDeactivation() methods.</p>
@param xRequest
The configuration change represented by this request object must only
be commited to the configuration when the
diff --git a/offapi/com/sun/star/drawing/framework/XPane.idl b/offapi/com/sun/star/drawing/framework/XPane.idl
index b7dfc6baeb53..4c29e3b9bc8d 100644
--- a/offapi/com/sun/star/drawing/framework/XPane.idl
+++ b/offapi/com/sun/star/drawing/framework/XPane.idl
@@ -46,7 +46,7 @@ interface XPane
com::sun::star::rendering::XCanvas object is expected to
be associated with the <type
scope="com::sun::star::awt">XWindow</type> object returned by
- <member>getWindow()</member>.
+ getWindow().
@return
When the com::sun::star::rendering::XCanvas
interface is not supported then an empty reference is returned.
diff --git a/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl b/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl
index a3d99fba5af8..1da726ba138d 100644
--- a/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl
+++ b/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl
@@ -52,7 +52,7 @@ interface XResourceFactoryManager
/** Remove a resource factory for one type of resource. When the
factory has been registered for other URLs as well then it remains
registered for them. Use the
- <member>removeResourceFactoryForReference()</member> to remove a
+ removeResourceFactoryForReference() to remove a
factory completely.
@param sResourceURL
The URL for which to remove the resource factory.
diff --git a/offapi/com/sun/star/drawing/framework/XResourceId.idl b/offapi/com/sun/star/drawing/framework/XResourceId.idl
index 5a9be782fd2e..143893eedd0f 100644
--- a/offapi/com/sun/star/drawing/framework/XResourceId.idl
+++ b/offapi/com/sun/star/drawing/framework/XResourceId.idl
@@ -117,7 +117,7 @@ interface XResourceId
/** Return whether the anchor of the called resource id object
represents the same resource as the given anchor URL. This is a
- convenience variant of the <member>isBoundTo()</member> function
+ convenience variant of the isBoundTo() function
that can also be seen as an optimization for the case that the
anchor consists of exactly one URL.
@param xAnchor
@@ -125,7 +125,7 @@ interface XResourceId
@param eMode
This mode specifies how the called resource has to be bound to
the given anchor in order to have this function return. See the
- description of <member>isBoundTo()</member> for more
+ description of isBoundTo() for more
information.
*/
boolean isBoundToURL (
diff --git a/offapi/com/sun/star/drawing/framework/XTabBar.idl b/offapi/com/sun/star/drawing/framework/XTabBar.idl
index 67f3d2141274..e3b54bfbb302 100644
--- a/offapi/com/sun/star/drawing/framework/XTabBar.idl
+++ b/offapi/com/sun/star/drawing/framework/XTabBar.idl
@@ -81,7 +81,7 @@ interface XTabBar
/** Return a sequence of all the tab bar buttons.
<p>Their order reflects the visible order in the tab bar.</p>
<p>This method can be used when
- <member>addTabBarButtonAfter()</member> does not provide enough
+ addTabBarButtonAfter() does not provide enough
control as to where to insert a new button.</p>
*/
sequence<TabBarButton> getTabBarButtons ();