diff options
-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 | ||||
-rw-r--r-- | udkapi/com/sun/star/registry/NestedRegistry.idl | 2 |
6 files changed, 8 insertions, 8 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; diff --git a/udkapi/com/sun/star/registry/NestedRegistry.idl b/udkapi/com/sun/star/registry/NestedRegistry.idl index 0ec29c1cf26f..07cdc7b990c5 100644 --- a/udkapi/com/sun/star/registry/NestedRegistry.idl +++ b/udkapi/com/sun/star/registry/NestedRegistry.idl @@ -112,7 +112,7 @@ the read-only one.<br> Two different ways are possible:<br> <ul> - <li> use <method scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</method> to + <li> use com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments() to create an instance of this service where the value of the any parameter must be the sequence with the two open registries. <li> use the initialize function of the com::sun::star::lang::XInitialization interface where the value of the |