summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:06:26 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:03 +0200
commitf3db7d1abb1d010a331b26793c3a3788eb8ba2cf (patch)
tree69ee020d169f253bd7a14d75185357515db4cce0 /offapi
parent4718949d417dd5297073997546e04ecf300b0479 (diff)
*api: convert <method scope="foo">
sed -i 's,<method scope="\([^"]*\)">\([^<][^)]\+\)</method>,\1::\2(),g' Change-Id: I7ceb805d67a79c297fb5f044a8fb226ec2fb366c
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeEditListener.idl6
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationRegistry.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/LayerFilter.idl2
-rw-r--r--offapi/com/sun/star/drawing/XGraphicExportFilter.idl2
-rw-r--r--offapi/com/sun/star/embed/FileSystemStorageFactory.idl4
-rw-r--r--offapi/com/sun/star/embed/Storage.idl4
-rw-r--r--offapi/com/sun/star/embed/StorageFactory.idl4
-rw-r--r--offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl4
-rw-r--r--offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl2
-rw-r--r--offapi/com/sun/star/embed/XStorage.idl10
-rw-r--r--offapi/com/sun/star/embed/XStorage2.idl4
-rw-r--r--offapi/com/sun/star/form/control/FormattedField.idl2
-rw-r--r--offapi/com/sun/star/form/control/GridControl.idl4
-rw-r--r--offapi/com/sun/star/form/control/TextField.idl2
-rw-r--r--offapi/com/sun/star/frame/XComponentLoader.idl2
-rw-r--r--offapi/com/sun/star/resource/XResourceBundle.idl2
-rw-r--r--offapi/com/sun/star/sdb/DataSourceBrowser.idl4
-rw-r--r--offapi/com/sun/star/sdbc/XSQLOutput.idl4
-rw-r--r--offapi/com/sun/star/ucb/Content.idl2
-rw-r--r--offapi/com/sun/star/ucb/UniversalContentBroker.idl8
-rw-r--r--offapi/com/sun/star/util/XCloseListener.idl2
-rw-r--r--offapi/com/sun/star/xml/XMLExportFilter.idl2
22 files changed, 39 insertions, 39 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
index 5c79f7b8b31c..dde3dcc498d9 100644
--- a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module awt { module tree {
-/** You can implement this interface and register with <method scope="XTreeControl">addTreeEditListener</method>
+/** You can implement this interface and register with XTreeControl::addTreeEditListener()
to get notifications when editing of a node starts and ends.
<p>You have to set the TreeControlModel::Editable property to
@@ -40,7 +40,7 @@ interface XTreeEditListener : ::com::sun::star::lang::XEventListener
@param Node
the XTreeNode for that an edit request was fired by calling
- <method scope="XTreeControl">startEditingAtNode</method>
+ XTreeControl::startEditingAtNode()
@throws VetoException
if thrown the editing will not start.
@@ -56,7 +56,7 @@ interface XTreeEditListener : ::com::sun::star::lang::XEventListener
@param Node
the XTreeNode for that an edit request was fired by calling
- <method scope="XTreeControl">startEditingAtNode</method>
+ XTreeControl::startEditingAtNode()
@param NewText
the text that was entered by the user.
diff --git a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
index f81147b1f2fa..2af0ad811634 100644
--- a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
@@ -75,7 +75,7 @@ published service ConfigurationRegistry
service, all changes made to an configuration subtree have to be committed
before they become persistent.
To do this for a configuration accessed as a registry, call
- <method scope="com::sun::star::util">XFlushable::flush</method>.
+ com::sun::star::util::XFlushable::flush().
</p>
<p><strong>Warning:</strong><em>Changes that are not flushed will be
lost.</em>
diff --git a/offapi/com/sun/star/configuration/backend/LayerFilter.idl b/offapi/com/sun/star/configuration/backend/LayerFilter.idl
index 81c1c35c97ed..1e68cdb93c14 100644
--- a/offapi/com/sun/star/configuration/backend/LayerFilter.idl
+++ b/offapi/com/sun/star/configuration/backend/LayerFilter.idl
@@ -57,7 +57,7 @@ published service LayerFilter
/**
provides a means to set the source data for the filter.
- <p> Call <method scope="com::sun::star::lang">XInitialization::initialize</method>()
+ <p> Call com::sun::star::lang::XInitialization::initialize()()
with a single argument of type com::sun::star::beans::NamedValue,
where com::sun::star::beans::NamedValue::Name is <code>"Source"</code>
and com::sun::star::beans::NamedValue::Value
diff --git a/offapi/com/sun/star/drawing/XGraphicExportFilter.idl b/offapi/com/sun/star/drawing/XGraphicExportFilter.idl
index 9c0b214d647f..25f61ef0bf59 100644
--- a/offapi/com/sun/star/drawing/XGraphicExportFilter.idl
+++ b/offapi/com/sun/star/drawing/XGraphicExportFilter.idl
@@ -32,7 +32,7 @@
*/
published interface XGraphicExportFilter
{
- /** calling <method scope="com::sun::star::document">XFilter::filter</method>
+ /** calling com::sun::star::document::XFilter::filter()
starts the export of the graphic file.
<p>The following properties from the
diff --git a/offapi/com/sun/star/embed/FileSystemStorageFactory.idl b/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
index c51da0b48d74..125d39ba4687 100644
--- a/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
+++ b/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
@@ -32,14 +32,14 @@
<p>
In case
- <method scope="com::sun::star::lang">XSingleServiceFactory::createInstance</method>
+ com::sun::star::lang::XSingleServiceFactory::createInstance()
call is used the result storage will be open in read-write mode based
on an arbitrary file system folder.
</p>
<p>
In case
- <method scope="com::sun::star::lang">XSingleServiceFactory::createInstanceWithArguments</method>
+ com::sun::star::lang::XSingleServiceFactory::createInstanceWithArguments()
call is used a sequence of the following parameters can be used:
</p>
diff --git a/offapi/com/sun/star/embed/Storage.idl b/offapi/com/sun/star/embed/Storage.idl
index 303c7b09a680..45315b027dd7 100644
--- a/offapi/com/sun/star/embed/Storage.idl
+++ b/offapi/com/sun/star/embed/Storage.idl
@@ -132,7 +132,7 @@ published service Storage
<p>
The latest flashed version of the stream will be used.
The stream can be flashed explicitly by
- <method scope="com::sun::star::io">XOutputStream::flush</method>
+ com::sun::star::io::XOutputStream::flush()
call.
</p>
@@ -166,7 +166,7 @@ published service Storage
<p>
The latest flashed version of the stream will be used.
The stream can be flashed explicitly by
- <method scope="com::sun::star::io">XOutputStream::flush</method>
+ com::sun::star::io::XOutputStream::flush()
call.
</p>
diff --git a/offapi/com/sun/star/embed/StorageFactory.idl b/offapi/com/sun/star/embed/StorageFactory.idl
index aa3687f6bdcf..a395ea2e7c85 100644
--- a/offapi/com/sun/star/embed/StorageFactory.idl
+++ b/offapi/com/sun/star/embed/StorageFactory.idl
@@ -31,14 +31,14 @@
<p>
In case
- <method scope="com::sun::star::lang">XSingleServiceFactory::createInstance</method>
+ com::sun::star::lang::XSingleServiceFactory::createInstance()
call is used the result storage will be open in read-write mode based
on an arbitrary medium.
</p>
<p>
In case
- <method scope="com::sun::star::lang">XSingleServiceFactory::createInstanceWithArguments</method>
+ com::sun::star::lang::XSingleServiceFactory::createInstanceWithArguments()
call is used a sequence of the following parameters can be used:
</p>
diff --git a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
index 170210c00f27..31e24aa8cfe0 100644
--- a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
+++ b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
@@ -58,7 +58,7 @@ published interface XHierarchicalStorageAccess
<p>
In case the stream is open in readonly mode the
- <method scope="com::sun::star::io">XStream::getOutputStream</method>
+ com::sun::star::io::XStream::getOutputStream()
method will return an empty reference.
</p>
@@ -103,7 +103,7 @@ published interface XHierarchicalStorageAccess
<p>
In case the stream is open in readonly mode the
- <method scope="com::sun::star::io">XStream::getOutputStream</method>
+ com::sun::star::io::XStream::getOutputStream()
method will return an empty reference.
</p>
diff --git a/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl b/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
index 8dac7d7f91e4..99f043dc7693 100644
--- a/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
+++ b/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
@@ -39,7 +39,7 @@ interface XHierarchicalStorageAccess2 : XHierarchicalStorageAccess
<p>
In case the stream is open in readonly mode the
- <method scope="com::sun::star::io">XStream::getOutputStream</method>
+ com::sun::star::io::XStream::getOutputStream()
method will return an empty reference.
</p>
diff --git a/offapi/com/sun/star/embed/XStorage.idl b/offapi/com/sun/star/embed/XStorage.idl
index 4995371c3923..aef09778e85c 100644
--- a/offapi/com/sun/star/embed/XStorage.idl
+++ b/offapi/com/sun/star/embed/XStorage.idl
@@ -49,7 +49,7 @@ published interface XStorage
<p>
It is also possible to use this interface to get read access to
a child element by
- <method scope="com::sun::star::container">XNameAccess::getByName</method>
+ com::sun::star::container::XNameAccess::getByName()
call. But the recommended way is to use XStorage
interface for this purpose.
</p>
@@ -100,7 +100,7 @@ published interface XStorage
<p>
In case the stream is open in readonly mode the
- <method scope="com::sun::star::io">XStream::getOutputStream</method>
+ com::sun::star::io::XStream::getOutputStream()
method will return an empty reference.
</p>
@@ -144,7 +144,7 @@ published interface XStorage
<p>
In case the stream is open in readonly mode the
- <method scope="com::sun::star::io">XStream::getOutputStream</method>
+ com::sun::star::io::XStream::getOutputStream()
method will return an empty reference.
</p>
@@ -228,7 +228,7 @@ published interface XStorage
<p>
The stream is open in readonly mode so the
- <method scope="com::sun::star::io">XStream::getOutputStream</method>
+ com::sun::star::io::XStream::getOutputStream()
method will return an empty reference.
</p>
@@ -266,7 +266,7 @@ published interface XStorage
<p>
The stream is open in readonly mode so the
- <method scope="com::sun::star::io">XStream::getOutputStream</method>
+ com::sun::star::io::XStream::getOutputStream()
method will return an empty reference.
</p>
diff --git a/offapi/com/sun/star/embed/XStorage2.idl b/offapi/com/sun/star/embed/XStorage2.idl
index 7d3ae844dfaa..bbbddc4923dc 100644
--- a/offapi/com/sun/star/embed/XStorage2.idl
+++ b/offapi/com/sun/star/embed/XStorage2.idl
@@ -39,7 +39,7 @@ interface XStorage2 : XStorage
<p>
In case the stream is open in readonly mode the
- <method scope="com::sun::star::io">XStream::getOutputStream</method>
+ com::sun::star::io::XStream::getOutputStream()
method will return an empty reference.
</p>
@@ -94,7 +94,7 @@ interface XStorage2 : XStorage
<p>
The stream is open in readonly mode so the
- <method scope="com::sun::star::io">XStream::getOutputStream</method>
+ com::sun::star::io::XStream::getOutputStream()
method will return an empty reference.
</p>
diff --git a/offapi/com/sun/star/form/control/FormattedField.idl b/offapi/com/sun/star/form/control/FormattedField.idl
index dd5922cfb0e1..259bc2784cfe 100644
--- a/offapi/com/sun/star/form/control/FormattedField.idl
+++ b/offapi/com/sun/star/form/control/FormattedField.idl
@@ -34,7 +34,7 @@
service.</p>
<p>In addition, this control can be used in HTML forms. It triggers the
- <method scope="com::sun::star::form">XSubmit::submit</method> method of the form it belongs to if
+ com::sun::star::form::XSubmit::submit() method of the form it belongs to if
the <em>enter</em> key is pressed while it has the focus.</p>
@see com::sun::star::awt::UnoControl
diff --git a/offapi/com/sun/star/form/control/GridControl.idl b/offapi/com/sun/star/form/control/GridControl.idl
index 0e6332296bd8..5150f3de718a 100644
--- a/offapi/com/sun/star/form/control/GridControl.idl
+++ b/offapi/com/sun/star/form/control/GridControl.idl
@@ -90,8 +90,8 @@ published service GridControl
/** used to control the selection of rows in the grid control.
- <p>The selection used with the methods <method scope="com::sun::star::view">XSelectionSupplier::getSelection</method>
- and <method scope="com::sun::star::view">XSelectionSupplier::select</method> is a sequence of Any's.<br/>
+ <p>The selection used with the methods com::sun::star::view::XSelectionSupplier::getSelection()
+ and com::sun::star::view::XSelectionSupplier::select() is a sequence of Any's.<br/>
Here the elements of the Sequence are the bookmarks (in the com::sun::star::sdb::RowSet)
of the (to-be-) selected rows.</p>
*/
diff --git a/offapi/com/sun/star/form/control/TextField.idl b/offapi/com/sun/star/form/control/TextField.idl
index 0d795ca5f828..8edd776540f5 100644
--- a/offapi/com/sun/star/form/control/TextField.idl
+++ b/offapi/com/sun/star/form/control/TextField.idl
@@ -35,7 +35,7 @@
service.</p>
<p>In addition, this control can be used in HTML forms. It triggers the
- <method scope="com::sun::star::form">XSubmit::submit</method> method of the form it belongs to if
+ com::sun::star::form::XSubmit::submit() method of the form it belongs to if
the <em>enter</em> is pressed while it has the focus.</p>
@see com::sun::star::awt::UnoControl
diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl
index a4135087d7a7..b13fc90d6ae5 100644
--- a/offapi/com/sun/star/frame/XComponentLoader.idl
+++ b/offapi/com/sun/star/frame/XComponentLoader.idl
@@ -136,7 +136,7 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
A model that in general can be shared between several view/controller pairs,
does not have an explicit owner. Every view and also the component that
loaded the document may consider itself as an owner.
- Simply calling <method scope="com::sun::star::lang">XComponent::dispose</method> on this model may
+ Simply calling com::sun::star::lang::XComponent::dispose() on this model may
cause problems, if some members of the "owner community" are currently
busy working on the model. These problems are handled by explicit closing
negotiations through the interface com::sun::star::util::XCloseable.
diff --git a/offapi/com/sun/star/resource/XResourceBundle.idl b/offapi/com/sun/star/resource/XResourceBundle.idl
index beb8ef911be1..af48e782c4d9 100644
--- a/offapi/com/sun/star/resource/XResourceBundle.idl
+++ b/offapi/com/sun/star/resource/XResourceBundle.idl
@@ -190,7 +190,7 @@ published interface XResourceBundle: com::sun::star::container::XNameAccess
/** contains the parent bundle of this bundle.
<p>The parent bundle is searched by the method
- <method scope="com::sun::star::container">XNameAccess::getByName</method>
+ com::sun::star::container::XNameAccess::getByName()
when this bundle does not contain a particular resource.
*/
[attribute] XResourceBundle Parent;
diff --git a/offapi/com/sun/star/sdb/DataSourceBrowser.idl b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
index d0698fd664da..87896c076691 100644
--- a/offapi/com/sun/star/sdb/DataSourceBrowser.idl
+++ b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
@@ -146,11 +146,11 @@ published service DataSourceBrowser
<p>
With a data source browser implementing this interface, external components have access to
<ul><li>the grid control which is used to display the currently selected table/query
- (see <method scope="com::sun::star::awt">XTabController::getControls</method>)
+ (see com::sun::star::awt::XTabController::getControls())
</li>
<li>the data form used for displaying objects. As always for components implementing this service,
the object returned by
- <method scope="com::sun::star::awt">XTabController::getModel</method> is a dataform.
+ com::sun::star::awt::XTabController::getModel() is a dataform.
</li>
</ul>
</p>
diff --git a/offapi/com/sun/star/sdbc/XSQLOutput.idl b/offapi/com/sun/star/sdbc/XSQLOutput.idl
index 3617b8228947..27faae2cae8c 100644
--- a/offapi/com/sun/star/sdbc/XSQLOutput.idl
+++ b/offapi/com/sun/star/sdbc/XSQLOutput.idl
@@ -53,13 +53,13 @@
When an object of a class implementing interface
com::sun::star::sdbc::XSQLData
is passed as an argument to a SQL statement, the JDBC driver calls
- <method scope="com::sun::star::sdbc">SQLData::getSQLType</method>
+ com::sun::star::sdbc::SQLData::getSQLType()
to determine the kind of SQL datum being passed to the database.
<br/>
The driver then creates an instance of
<code>XSQLOutput</code>
and passes it to the method
- <method scope="com::sun::star::sdbc">XSQLData::writeSQL</method>
+ com::sun::star::sdbc::XSQLData::writeSQL()
. The method
<code>writeSQL</code>
in turn calls the appropriate
diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl
index a9493f52fad7..4daa1673de7d 100644
--- a/offapi/com/sun/star/ucb/Content.idl
+++ b/offapi/com/sun/star/ucb/Content.idl
@@ -850,7 +850,7 @@ published service Content
implement this.
<p><b>Important:</b> The implementation of
- <method scope="com::sun::star::beans">XPropertyContainer::addProperty</method>
+ com::sun::star::beans::XPropertyContainer::addProperty()
must at least support adding properties of the following basic data
types:
diff --git a/offapi/com/sun/star/ucb/UniversalContentBroker.idl b/offapi/com/sun/star/ucb/UniversalContentBroker.idl
index c95912dd656c..9385954751bc 100644
--- a/offapi/com/sun/star/ucb/UniversalContentBroker.idl
+++ b/offapi/com/sun/star/ucb/UniversalContentBroker.idl
@@ -30,9 +30,9 @@ module com { module sun { module star { module ucb {
<p>Traditionally, this service implements
com::sun::star::lang::XInitialization and needed to be
instantiated once with two arguments via
- <method scope="com::sun::star::lang">XMultiComponentFactory::createInstanceWithArgumentsAndContext</method>
+ com::sun::star::lang::XMultiComponentFactory::createInstanceWithArgumentsAndContext()
for configuration before it could be obtained via plain
- <method scope="com::sun::star::lang">XMultiComponentFactory::createInstanceWithContext</method>.
+ com::sun::star::lang::XMultiComponentFactory::createInstanceWithContext().
<p>However, the only pair of initialization arguments used in practice is
<code>"Local"</code>/<code>"Office"</code>, so this service is simplified
@@ -42,7 +42,7 @@ module com { module sun { module star { module ucb {
<p>(For backwards compatibility, the service implementation still supports
com::sun::star::lang::XInitialization and can still
explicitly be initialized via
- <method scope="com::sun::star::lang">XMultiComponentFactory::createInstanceWithArgumentsAndContext</method>
+ com::sun::star::lang::XMultiComponentFactory::createInstanceWithArgumentsAndContext()
with two arguments of type string. These strings are used as a pair of keys
to retrieve a set of content provider descriptions from the configuration
management (stored at
@@ -57,7 +57,7 @@ published service UniversalContentBroker : XUniversalContentBroker
<p>(This default constructor is only mentioned explicitly for technical
reasons, so that its implementation calls the service implementation's
- <method scope="com::sun::star::lang">XInitialization::initialize</method>.)
+ com::sun::star::lang::XInitialization::initialize().)
*/
create();
};
diff --git a/offapi/com/sun/star/util/XCloseListener.idl b/offapi/com/sun/star/util/XCloseListener.idl
index 1d065ba95b68..942605baf2a0 100644
--- a/offapi/com/sun/star/util/XCloseListener.idl
+++ b/offapi/com/sun/star/util/XCloseListener.idl
@@ -40,7 +40,7 @@
</p>
<p>
- If an event <method scope="com::sun::star::lang">XEventListener::disposing</method>
+ If an event com::sun::star::lang::XEventListener::disposing()
occurred, nobody called <method>XCloseable::close</method> on listened object before.
Then it's not allowed to break this request - it must be accepted!
</p>
diff --git a/offapi/com/sun/star/xml/XMLExportFilter.idl b/offapi/com/sun/star/xml/XMLExportFilter.idl
index fa540ee758ba..d82454ba8c9b 100644
--- a/offapi/com/sun/star/xml/XMLExportFilter.idl
+++ b/offapi/com/sun/star/xml/XMLExportFilter.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module xml {
published service XMLExportFilter
{
/** An com.sun.star.xml.sax.XDocumentHandler needs to be passed to
- the <method scope="com::sun::star::lang">XInitialization::initialize</method> call.
+ the com::sun::star::lang::XInitialization::initialize() call.
*/
service com::sun::star::document::ExportFilter;
};