summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 18:33:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commitb7ba598ced9708da45372a6c3f8e1a17c306be8f (patch)
tree8f7bef1c06944e35828dfec635abd626ca402cec /offapi/com/sun/star/sdb
parentae7595a7553c61cab3cc9014bb12239e02fd8c6a (diff)
*api: clean up multi-line and mal-formed XML tags
It is amazing what some people believe autodoc supports. Also, com::sun::star::uno::Any does not exist in IDL, that is part of the C++ language binding. Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc
Diffstat (limited to 'offapi/com/sun/star/sdb')
-rw-r--r--offapi/com/sun/star/sdb/DataSource.idl4
-rw-r--r--offapi/com/sun/star/sdb/DataSourceBrowser.idl8
-rw-r--r--offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl8
-rw-r--r--offapi/com/sun/star/sdb/Document.idl6
-rw-r--r--offapi/com/sun/star/sdb/ErrorMessageDialog.idl3
-rw-r--r--offapi/com/sun/star/sdb/XDatabaseContext.idl5
-rw-r--r--offapi/com/sun/star/sdb/tools/XConnectionTools.idl2
7 files changed, 12 insertions, 24 deletions
diff --git a/offapi/com/sun/star/sdb/DataSource.idl b/offapi/com/sun/star/sdb/DataSource.idl
index cfca81e7f788..690968053fae 100644
--- a/offapi/com/sun/star/sdb/DataSource.idl
+++ b/offapi/com/sun/star/sdb/DataSource.idl
@@ -125,9 +125,9 @@ published service DataSource
<ul><li>Upon creating a connection, for every value in this sequence it's checked
whether the com::sun::star::sdbc::XDriver which is to provide
the connection supports a setting with the respective name, using its
- <member scope="com::sun::star::sdbc">XDriver::getPropertyInfo<member> method.br/>
+ com::sun::star::sdbc::XDriver::getPropertyInfo() method.br/>
If so, the settings is passed to the driver's
- <member scope="com::sun::star::sdbc">XDriver::connect<member> method. If not,
+ com::sun::star::sdbc::XDriver::connect() method. If not,
the setting is ignored.</li>
<li>External components may use the settings to carry arbitrary information with
the data source. Usually, this is used to control the behavior of components
diff --git a/offapi/com/sun/star/sdb/DataSourceBrowser.idl b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
index 452d90827334..bef25142202a 100644
--- a/offapi/com/sun/star/sdb/DataSourceBrowser.idl
+++ b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
@@ -33,9 +33,7 @@ module com { module sun { module star { module sdb {
<p>
This service implements a user interface for browsing data sources registered on the
- <type scope="com::sun::star::sdb">
- DatabaseContext
- </type>
+ com::sun::star::sdb::DatabaseContext
instance of the system.
</p>
@@ -49,9 +47,7 @@ module com { module sun { module star { module sdb {
Usually, you won't instantiate this service directly, instead you use the dispatch mechanisms
of the application framework to load the URL <b>.component:DB/DataSourceBrowser</b> into an arbitrary
frame. This should involve a
- <type scope="com::sun::star::sdb">
- ContentLoader
- </type>
+ com::sun::star::sdb::ContentLoader
service, which creates and initializes
the browser.
</p>
diff --git a/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl b/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl
index 50f9a51cc713..58481e7ac7c0 100644
--- a/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl
+++ b/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl
@@ -33,9 +33,7 @@ module com { module sun { module star { module sdb {
<p>
Here, <em>system wide registered</em> means registered on the (one and only) instance
of the
- <type scope="com::sun::star::sdb">
- DatabaseContext
- </type>
+ com::sun::star::sdb::DatabaseContext
service.
</p>
*/
@@ -91,9 +89,7 @@ published service DatasourceAdministrationDialog
<li><b>InitialSelection</b><br/>
String or XDataSource describing which data source should be selected initially.
This String name must be known to the
- <type scope="com::sun::star::sdb">
- DatabaseContext
- </type>
+ com::sun::star::sdb::DatabaseContext
.
</li>
</ul>
diff --git a/offapi/com/sun/star/sdb/Document.idl b/offapi/com/sun/star/sdb/Document.idl
index f343f99a163e..6e57208604bf 100644
--- a/offapi/com/sun/star/sdb/Document.idl
+++ b/offapi/com/sun/star/sdb/Document.idl
@@ -27,11 +27,7 @@ module com { module sun { module star { module sdb {
<p>
These documents typically process information from a connected
- data source. A
- <type>
- Document
- </type>
- could be a form or a report.
+ data source. A Document could be a form or a report.
@deprecated
*/
diff --git a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
index 80c1a9caeb11..4ca3ca574646 100644
--- a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
+++ b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl
@@ -73,8 +73,7 @@ published service ErrorMessageDialog : com::sun::star::ui::dialogs::XExecutableD
you want to affect, and the <em>Value</em> field containing a value.
<br/>
Imagine the initialization values, as if you use
- <method scope="com::sun::star::beans">XPropertySet::setPropertyValue()
- </method>
+ com::sun::star::beans">XPropertySet::setPropertyValue()
of the
com::sun::star::beans::XPropertySet
interface ...
diff --git a/offapi/com/sun/star/sdb/XDatabaseContext.idl b/offapi/com/sun/star/sdb/XDatabaseContext.idl
index fece3081ab4f..b163342752ec 100644
--- a/offapi/com/sun/star/sdb/XDatabaseContext.idl
+++ b/offapi/com/sun/star/sdb/XDatabaseContext.idl
@@ -40,8 +40,9 @@ published interface XDatabaseContext
interface com::sun::star::container::XEnumerationAccess;
/** NameAccess on all registered data sources.
- <p>One exception is the <method "com.sun.star.container.XNameAccess">getByName</method>, this method also allows to ask
- for a <member "DataAccessDescriptor">DatabaseLocation</member>.
+ <p>One exception is the com.sun.star.container.XNameAccess::getByName().
+ This method also allows to ask
+ for a DataAccessDescriptor::DatabaseLocation.
</p>
*/
interface com::sun::star::container::XNameAccess;
diff --git a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
index 1ed998867845..3750698cfc6a 100644
--- a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
+++ b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
@@ -80,7 +80,7 @@ interface XConnectionTools
<ul><li>a SDB-level connection (com.sun.star.sdb::Connection</li>
<li>a string specifying the name of an object relative to the connection</li>
<li>a com.sun.star.sdb::CommandType value specifying the type
- of the object</type></li>
+ of the object</li>
</ul>
</p>