diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-28 00:07:48 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:04 +0200 |
commit | ce36de949df2351ee81ab05d32093372b65e9831 (patch) | |
tree | 6f8bde54d78c36517854e8c4144228a6d7a54b5b /offapi/com | |
parent | f3db7d1abb1d010a331b26793c3a3788eb8ba2cf (diff) |
*api: convert more <method scope="foo">
sed -i 's,<method scope="\([^"]*\)">\([^<]\+\)</method>,\1::\2,g'
Change-Id: I09ee9ecae922e0b28730d1689b802e6041b3ceed
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/awt/tree/XTreeControl.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/DataSource.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/DefinitionContainer.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/DocumentContainer.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/ResultColumn.idl | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeControl.idl b/offapi/com/sun/star/awt/tree/XTreeControl.idl index b8469f059135..0e86cf36e38b 100644 --- a/offapi/com/sun/star/awt/tree/XTreeControl.idl +++ b/offapi/com/sun/star/awt/tree/XTreeControl.idl @@ -39,7 +39,7 @@ interface XTreeControl <p>valid selection values for this interface are XTreeNode or sequence<XTreeNode>.</p> - <method scope="::com::sun::star::view">XSelectionSupplier::getSelection()</method> + ::com::sun::star::view::XSelectionSupplier::getSelection() returns an empty any for no selection, an any with XTreeNode for a single selection and a sequence<XTreeNode> for a multiselection. */ @@ -208,7 +208,7 @@ interface XTreeControl // tree editing /** Returns <TRUE/> if one of tree's nodes is being currently edited. - <p>The node that is being edited can be obtained using <method scope="com::sun::star::view">XSelectionSupplier::getSelection()</method>. + <p>The node that is being edited can be obtained using com::sun::star::view::XSelectionSupplier::getSelection(). @returns <TRUE/> if the user is currently editing a node diff --git a/offapi/com/sun/star/sdb/DataSource.idl b/offapi/com/sun/star/sdb/DataSource.idl index cfe295602b79..cfca81e7f788 100644 --- a/offapi/com/sun/star/sdb/DataSource.idl +++ b/offapi/com/sun/star/sdb/DataSource.idl @@ -74,7 +74,7 @@ published service DataSource /** provides the access to DataSource related queries. <p> The object returned by the - <method scope="com::sun::star::sdb">XQueryDefinitionsSupplier::getQueryDefinitions()</method> + com::sun::star::sdb::XQueryDefinitionsSupplier::getQueryDefinitions() supports the com::sun::star::sdb::DefinitionContainer service. @@ -89,7 +89,7 @@ published service DataSource /** provides access to bookmarks to documents associated with the data source <p> The object returned by the - <method scope="com::sun::star::sdb">XBookmarksSupplier::getBookmarks()</method> + com::sun::star::sdb::XBookmarksSupplier::getBookmarks() supports the com::sun::star::sdb::DefinitionContainer service. diff --git a/offapi/com/sun/star/sdb/DefinitionContainer.idl b/offapi/com/sun/star/sdb/DefinitionContainer.idl index 94d47e18b1dd..7ae204bf26de 100644 --- a/offapi/com/sun/star/sdb/DefinitionContainer.idl +++ b/offapi/com/sun/star/sdb/DefinitionContainer.idl @@ -73,7 +73,7 @@ published service DefinitionContainer /** can be used to create container elements. <p> If this interface is supported, the object created using it (e.g., the object returned by - <method scope="com.sun.star.lang">XSingleServiceFactory::createInstance()</method> + com.sun.star.lang::XSingleServiceFactory::createInstance() ) can be used as container elements. </p> */ diff --git a/offapi/com/sun/star/sdb/DocumentContainer.idl b/offapi/com/sun/star/sdb/DocumentContainer.idl index b9db80355da5..13865661551d 100644 --- a/offapi/com/sun/star/sdb/DocumentContainer.idl +++ b/offapi/com/sun/star/sdb/DocumentContainer.idl @@ -97,7 +97,7 @@ service DocumentContainer /** can be used to create container elements. <p> If this interface is supported, the object created using it (e.g., the object returned by - <method scope="com.sun.star.lang">XMultiServiceFactory::createInstanceWithArguments()</method> + com.sun.star.lang::XMultiServiceFactory::createInstanceWithArguments() ) can be used as container elements. </p> */ diff --git a/offapi/com/sun/star/sdb/ResultColumn.idl b/offapi/com/sun/star/sdb/ResultColumn.idl index 95bf88a1ed21..7de15d80a37a 100644 --- a/offapi/com/sun/star/sdb/ResultColumn.idl +++ b/offapi/com/sun/star/sdb/ResultColumn.idl @@ -81,7 +81,7 @@ published service ResultColumn /** returns the fully-qualified name of the service whose instances are manufactured if the method - <method scope="com::sun::star::sdbc">XRow::getObject)=</method> + com::sun::star::sdbc::XRow::getObject)= is called to retrieve a value from the column. */ [readonly, property] string ServiceName; |