summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb')
-rw-r--r--offapi/com/sun/star/sdb/ContentLoader.idl2
-rw-r--r--offapi/com/sun/star/sdb/DataSource.idl10
-rw-r--r--offapi/com/sun/star/sdb/DataSourceBrowser.idl6
-rw-r--r--offapi/com/sun/star/sdb/DatabaseAccessConnection.idl2
-rw-r--r--offapi/com/sun/star/sdb/DocumentContainer.idl2
-rw-r--r--offapi/com/sun/star/sdb/ErrorCondition.idl2
-rw-r--r--offapi/com/sun/star/sdb/RelationDesign.idl4
-rw-r--r--offapi/com/sun/star/sdb/RowSet.idl4
-rw-r--r--offapi/com/sun/star/sdb/TableDesign.idl4
-rw-r--r--offapi/com/sun/star/sdb/XColumn.idl4
-rw-r--r--offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl4
-rw-r--r--offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/CopyTableWizard.idl4
-rw-r--r--offapi/com/sun/star/sdb/application/DefaultViewController.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl2
-rw-r--r--offapi/com/sun/star/sdb/tools/XObjectNames.idl8
17 files changed, 32 insertions, 32 deletions
diff --git a/offapi/com/sun/star/sdb/ContentLoader.idl b/offapi/com/sun/star/sdb/ContentLoader.idl
index 75ec45e7b70a..51ab799a8e39 100644
--- a/offapi/com/sun/star/sdb/ContentLoader.idl
+++ b/offapi/com/sun/star/sdb/ContentLoader.idl
@@ -77,7 +77,7 @@ published service ContentLoader
</ul>
The parameters passed to the
- <member scope="com::sun::star::frame">XFrameLoader::load()</member>
+ com::sun::star::frame::XFrameLoader::load()
are forwarded to the object being created,
in particular to it's
com::sun::star::lang::XInitialization
diff --git a/offapi/com/sun/star/sdb/DataSource.idl b/offapi/com/sun/star/sdb/DataSource.idl
index 0e1cb6ffd092..cfe295602b79 100644
--- a/offapi/com/sun/star/sdb/DataSource.idl
+++ b/offapi/com/sun/star/sdb/DataSource.idl
@@ -162,21 +162,21 @@ published service DataSource
a large set of such properties, no all of them are effectively used for a concrete data source, nonetheless,
they're all present in the <code>Settings</code>.<br/>
Such properties are not removable from the bag, that is, their
- <member scope="com::sun::star::beans">PropertyAttribute::REMOVABLE</member> attribute is <em>not</em> set.<br/>
+ com::sun::star::beans::PropertyAttribute::REMOVABLE attribute is <em>not</em> set.<br/>
Usually, you'll find that all of this properties have the
- <member scope="com::sun::star::beans::">PropertyState::PropertyState_DEFAULT_VALUE</member> state.</p>
+ com::sun::star::beans::::PropertyState::PropertyState_DEFAULT_VALUE state.</p>
<p><em>User-defined</em> properties are the ones which are added at runtime by any instance. They might or might
not be removable, this depends on whether or not the code adding them specifies the
- <member scope="com::sun::star::beans">PropertyAttribute::REMOVABLE</member> attribute. Also, they might
+ com::sun::star::beans::PropertyAttribute::REMOVABLE attribute. Also, they might
or might not have a default value, determined by the
- <member scope="com::sun::star::beans">PropertyAttribute::MAYBEDEFAULT</member> attribute at the time they're added
+ com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT attribute at the time they're added
to the bag.</p>
<p>When a data source is made persistent, then properties which are not removable (which are assumed to be the
pre-defined properties) are ignored when they are in <code>DEFAULT</code> state. All other properties are
always made persistent, except when an explicit
- <member scope="com::sun::star::beans">PropertyAttribute::TRANSIENT</member> attribute prohibits this.</p>
+ com::sun::star::beans::PropertyAttribute::TRANSIENT attribute prohibits this.</p>
<p>Similar, when you obtain the #Info property of a <code>DataSource</code>, the
<code>Settings</code> bag is asked for all its property values, and the ones which are removable and
diff --git a/offapi/com/sun/star/sdb/DataSourceBrowser.idl b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
index c6d2aa312ec5..d0698fd664da 100644
--- a/offapi/com/sun/star/sdb/DataSourceBrowser.idl
+++ b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
@@ -76,7 +76,7 @@ module com { module sun { module star { module sdb {
<br/>
In this case, the browser displays and maintains some additional slots (to be more concrete: toolbox items), which,
upon triggering, call the
- <member scope="com::sun::star::frame">XDispatch::dispatch()</member> method of the object
+ com::sun::star::frame::XDispatch::dispatch() method of the object
provided by the external instance.
</p>
@@ -164,7 +164,7 @@ published service DataSourceBrowser
/** is used to initialize the browser.
<p>
- Parameters (passed to the method <member scope="com::sun::star::lang">XInitialization::initialize()</member>)
+ Parameters (passed to the method com::sun::star::lang::XInitialization::initialize())
have to be instances of com::sun::star::beans::PropertyValue, or
instances of com::sun::star::beans::NamedValue, where the <code>Name</code> member
specifies what the parameter controls, with the <code>Value</code> member containing the value to be used.
@@ -256,7 +256,7 @@ published service DataSourceBrowser
<p>Context menu interception is currently supported only for the browser control where the registered
data sources and all their tables and queries are displayed in a tree view.</p>
- <p>The selection supplied by <member scope="com::sun::star::ui">ContextMenuExecuteEvent::Selection</member>,
+ <p>The selection supplied by com::sun::star::ui::ContextMenuExecuteEvent::Selection,
in the event structure passed to the context menu interceptors, actually is a value from the
com::sun::star::sdb::application::NamedDatabaseObject group.</p>
diff --git a/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl b/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl
index 19375e559d82..af0a657f17f7 100644
--- a/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl
+++ b/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl
@@ -42,7 +42,7 @@
com::sun::star::sdbc::Connection
.
It is possible to open more than one connection at the same time, but the method
- <member scope="com::sun::star::sdb">DatabaseAccessConnection::dispose()</member>
+ com::sun::star::sdb::DatabaseAccessConnection::dispose()
will close only one of these connections. You have to close all connections in order
to close the connection to the database.
</p>
diff --git a/offapi/com/sun/star/sdb/DocumentContainer.idl b/offapi/com/sun/star/sdb/DocumentContainer.idl
index b8428777c8ac..b9db80355da5 100644
--- a/offapi/com/sun/star/sdb/DocumentContainer.idl
+++ b/offapi/com/sun/star/sdb/DocumentContainer.idl
@@ -42,7 +42,7 @@
/** describes a container which provides access to documents embedded into a database document,
usually forms and reports.
- <p>The <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
+ <p>The com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments()
should be used to create sub document container or form, or report objects.</p>
<p>The embedded documents do not support any particular database related service, instead, they're
diff --git a/offapi/com/sun/star/sdb/ErrorCondition.idl b/offapi/com/sun/star/sdb/ErrorCondition.idl
index b0e175a7f0d1..e03f8fca7c60 100644
--- a/offapi/com/sun/star/sdb/ErrorCondition.idl
+++ b/offapi/com/sun/star/sdb/ErrorCondition.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module sdb {
/** defines error conditions for OpenOffice.org Base core components
<p>Core components of OpenOffice.org will use those error conditions
- as error codes (<member scope="com::sun::star::sdbc">SQLException::ErrorCode</member>)
+ as error codes (com::sun::star::sdbc::SQLException::ErrorCode)
wherever possible.<br/>
That is, if an <code>SQLException</code> is raised by
such a component, caused by an error condition which is included in the
diff --git a/offapi/com/sun/star/sdb/RelationDesign.idl b/offapi/com/sun/star/sdb/RelationDesign.idl
index 9d830c1c6b9f..1e717164830e 100644
--- a/offapi/com/sun/star/sdb/RelationDesign.idl
+++ b/offapi/com/sun/star/sdb/RelationDesign.idl
@@ -51,8 +51,8 @@ published service RelationDesign
<p>Parameters (passed to the method
com::sun::star::lang::XInitialization::initialize())
have to be instances of com::sun::star::beans::PropertyValue, where the
- <member scope="com::sun::star::beans">PropertyValue::Name</member> member specifies what the parameter controls,
- with the <member scope="com::sun::star::beans">PropertyValue::Value</member> member containing the value
+ com::sun::star::beans::PropertyValue::Name member specifies what the parameter controls,
+ with the com::sun::star::beans::PropertyValue::Value member containing the value
to be used.<br>
Recognized parameters are:
<ul>
diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl
index 72e9a7c8c6ba..6691370dacea 100644
--- a/offapi/com/sun/star/sdb/RowSet.idl
+++ b/offapi/com/sun/star/sdb/RowSet.idl
@@ -282,11 +282,11 @@ published service RowSet
<p>In case of a #CommandType of CommandType::COMMAND,
means in case the #Command specifies an SQL statement, the inherited
- <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
+ com::sun::star::sdbc::RowSet::EscapeProcessing
becomes relevant:<br/>
It then can be to used to specify whether the SQL statement should be analyzed on the
client side before sending it to the database server.<br/>
- The default value for <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
+ The default value for com::sun::star::sdbc::RowSet::EscapeProcessing
is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
which are not standard SQL, to your database.</p>
diff --git a/offapi/com/sun/star/sdb/TableDesign.idl b/offapi/com/sun/star/sdb/TableDesign.idl
index e337c52e7450..c354c6a8804e 100644
--- a/offapi/com/sun/star/sdb/TableDesign.idl
+++ b/offapi/com/sun/star/sdb/TableDesign.idl
@@ -51,8 +51,8 @@ published service TableDesign
<p>Parameters (passed to the method
com::sun::star::lang::XInitialization::initialize())
have to be instances of com::sun::star::beans::PropertyValue, where the
- <member scope="com::sun::star::beans">PropertyValue::Name</member> member specifies what the parameter controls,
- with the <member scope="com::sun::star::beans">PropertyValue::Value</member> member containing the value
+ com::sun::star::beans::PropertyValue::Name member specifies what the parameter controls,
+ with the com::sun::star::beans::PropertyValue::Value member containing the value
to be used.<br>
Recognized parameters are:
<ul>
diff --git a/offapi/com/sun/star/sdb/XColumn.idl b/offapi/com/sun/star/sdb/XColumn.idl
index 3db78253775a..86fa55cdf944 100644
--- a/offapi/com/sun/star/sdb/XColumn.idl
+++ b/offapi/com/sun/star/sdb/XColumn.idl
@@ -175,7 +175,7 @@ published interface XColumn: com::sun::star::uno::XInterface
read prior to getting the value of any other column. The next
call to a get method implicitly closes the stream. Also, a
stream may return 0 when the method
- <member scope="com::sun::star::io">XInputStream::available()</member>
+ com::sun::star::io::XInputStream::available()
is called whether there is data available or not.
</p>
@returns
@@ -196,7 +196,7 @@ published interface XColumn: com::sun::star::uno::XInterface
read prior to getting the value of any other column. The next
call to a get method implicitly closes the stream. Also, a
stream may return 0 when the method
- <member scope="com::sun::star::io">XInputStream::available()</member>
+ com::sun::star::io::XInputStream::available()
is called whether there is data available or not.
</p>
@returns
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
index 95ab9c3de83c..af71b7016f27 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
@@ -196,11 +196,11 @@ interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface
<p>In case of a #CommandType of CommandType::COMMAND,
means in case the #Command specifies an SQL statement, the inherited
- <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
+ com::sun::star::sdbc::RowSet::EscapeProcessing
becomes relevant:<br/>
It then can be to used to specify whether the SQL statement should be analyzed on the
client side before sending it to the database server.<br/>
- The default value for <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
+ The default value for com::sun::star::sdbc::RowSet::EscapeProcessing
is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
which are not standard SQL, to your database.</p>
diff --git a/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl b/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl
index bdf1df424306..b0935ea66fb3 100644
--- a/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl
+++ b/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module sdb { module application {
/** specifies an event happening while copying table data between databases.
<p>Whenever this event is fired to an XCopyTableListener,
- <member scope="com::sun::star::lang">EventObject::Source</member> contains the
+ com::sun::star::lang::EventObject::Source contains the
wizard instance which actually does the copying.</p>
@see CopyTableWizard
diff --git a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
index 00bc0c7a1e53..54022ca32fa2 100644
--- a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
+++ b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
@@ -112,8 +112,8 @@ service CopyTableWizard : XCopyTableWizard
<p>Additionally to the obvious restrictions (such as that creating a view is not possible
if the copy source and the copy destination denote different databases), the following restrictions
apply to the settings, and possible combinations:
- <ul><li>Only <member scope="com::sun::star::sdb">CommandType::TABLE</member> and
- <member scope="com::sun::star::sdb">CommandType::QUERY</member> are supported.</li>
+ <ul><li>Only com::sun::star::sdb::CommandType::TABLE and
+ com::sun::star::sdb::CommandType::QUERY are supported.</li>
<li>If you specify a <code>ConnectionResource</code>, or an
<code>ActiveConnection</code> which implements an com::sun::star::sdbc::Connection only
diff --git a/offapi/com/sun/star/sdb/application/DefaultViewController.idl b/offapi/com/sun/star/sdb/application/DefaultViewController.idl
index 46a30b39de6f..c41879e572c8 100644
--- a/offapi/com/sun/star/sdb/application/DefaultViewController.idl
+++ b/offapi/com/sun/star/sdb/application/DefaultViewController.idl
@@ -42,7 +42,7 @@ service DefaultViewController
/** allows intercepting context menu requests done by the user
- <p>The <member scope="::com::sun::star::ui">ContextMenuExecuteEvent::Selection</member> member
+ <p>The ::com::sun::star::ui::ContextMenuExecuteEvent::Selection member
of the event passed to an interceptor will <em>not</em> be the controller itself
(though the controller also supports the <a href="#XSelectionSupplier"><code>XSelectionSupplier</code></a>
interface), but a component which describes the current selection of the very window where the context
diff --git a/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl b/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl
index fd51a3d6696c..99f239596757 100644
--- a/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl
+++ b/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl
@@ -61,7 +61,7 @@ struct NamedDatabaseObject
DatabaseObjectContainer::QUERIES, DatabaseObjectContainer::DATA_SOURCE,
DatabaseObjectContainer::FORMS or DatabaseObjectContainer::REPORTS,
this denotes the name of the data source (as denoted by
- <member scope="com::sun::star::sdb">DataSource::Name</member>)</p>
+ com::sun::star::sdb::DataSource::Name)</p>
@see XDatabaseMetaData::isCatalogAtStart
@see DatabaseObjectContainer
diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
index 6fbda1399984..7481ad623aaf 100644
--- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
+++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
@@ -82,7 +82,7 @@ interface XDatabaseDocumentUI
connected, the application will try to establish a connection by using
com::sun::star::sdbc::XDataSource::getConnection()
with the current settings, as specified in the
- <member scope="com::sun::star::sdb">DataSource::Settings</member> member.</p>
+ com::sun::star::sdb::DataSource::Settings member.</p>
<p>If the connection cannot be established, the respective error message is shown
in the application window.</p>
diff --git a/offapi/com/sun/star/sdb/tools/XObjectNames.idl b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
index c800dc1e9b60..937a4bb42435 100644
--- a/offapi/com/sun/star/sdb/tools/XObjectNames.idl
+++ b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
@@ -72,8 +72,8 @@ interface XObjectNames
@param CommandType
specifies the com::sun::star::sdb::CommandType of the object for which
- a unique name is to be generated. Must be either <member scope="com::sun::star::sdb">CommandType::TABLE</member>
- or <member scope="com::sun::star::sdb">CommandType::QUERY</member>.
+ a unique name is to be generated. Must be either com::sun::star::sdb::CommandType::TABLE
+ or com::sun::star::sdb::CommandType::QUERY.
@param BaseName
specifies the base of the to-be-created object name. If empty, a default
@@ -107,8 +107,8 @@ interface XObjectNames
@param CommandType
specifies the com::sun::star::sdb::CommandType of the object whose
- name should be checked. Must be either <member scope="com::sun::star::sdb">CommandType::TABLE</member>
- or <member scope="com::sun::star::sdb">CommandType::QUERY</member>.
+ name should be checked. Must be either com::sun::star::sdb::CommandType::TABLE
+ or com::sun::star::sdb::CommandType::QUERY.
@param Name
specifies the to-be-checked name of the object.