summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:21:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitbb6503dd081ebb4d11929ab1946eea8d60dd817c (patch)
treee2197a207d6c5f6ff82a7aa71b2c7266b45cd84f /offapi/com/sun/star/sdb
parent4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff)
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'offapi/com/sun/star/sdb')
-rw-r--r--offapi/com/sun/star/sdb/DataAccessDescriptor.idl4
-rw-r--r--offapi/com/sun/star/sdb/DataSourceBrowser.idl16
-rw-r--r--offapi/com/sun/star/sdb/QueryDesign.idl16
-rw-r--r--offapi/com/sun/star/sdb/RowSet.idl2
-rw-r--r--offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl2
-rw-r--r--offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl8
-rw-r--r--offapi/com/sun/star/sdb/application/CopyTableWizard.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl10
-rw-r--r--offapi/com/sun/star/sdb/application/XCopyTableListener.idl8
-rw-r--r--offapi/com/sun/star/sdb/application/XCopyTableWizard.idl4
-rw-r--r--offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl8
11 files changed, 40 insertions, 40 deletions
diff --git a/offapi/com/sun/star/sdb/DataAccessDescriptor.idl b/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
index a2b693a536bb..90e3feff8733 100644
--- a/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
+++ b/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
@@ -91,7 +91,7 @@ published service DataAccessDescriptor
<p>This object is guaranteed to be a com::sun::star::sdbc::Connection, but usually
it will be a Connection from the module com::sun::star::sdb.<br/>
Especially in the case where no #DataSourceName is given, but
- #CommandType is <member>CommandType::QUERY</member>, the ActiveConnection needs
+ #CommandType is CommandType::QUERY, the ActiveConnection needs
to fully support the Connection service, to actually retrieve the query specified by
#Command</p>
@@ -168,7 +168,7 @@ published service DataAccessDescriptor
<p>This property is usually present together with the #Command and
#CommandType properties, and is evaluated if and only if #CommandType
- equals <member>CommandType::COMMAND</member>.</p>
+ equals CommandType::COMMAND.</p>
*/
[optional, property] boolean EscapeProcessing;
diff --git a/offapi/com/sun/star/sdb/DataSourceBrowser.idl b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
index d0dccd3ea78a..c6d2aa312ec5 100644
--- a/offapi/com/sun/star/sdb/DataSourceBrowser.idl
+++ b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
@@ -121,16 +121,16 @@ module com { module sun { module star { module sdb {
<p>For all kinds of URLs, the parameters supplied during dispatching build up a DataAccessDescriptor,
where the following properties are present:
<ul>
- <li><member>DataAccessDescriptor::DataSourceName</member></li>
- <li><member>DataAccessDescriptor::Command</member></li>
- <li><member>DataAccessDescriptor::CommandType</member></li>
- <li><em>optional</em> <member>DataAccessDescriptor::Selection</member></li>
- <li><em>optional</em> <member>DataAccessDescriptor::BookmarkSelection</member></li>
- <li><em>optional</em> <member>DataAccessDescriptor::ResultSet</member></li>
+ <li>DataAccessDescriptor::DataSourceName</li>
+ <li>DataAccessDescriptor::Command</li>
+ <li>DataAccessDescriptor::CommandType</li>
+ <li><em>optional</em> DataAccessDescriptor::Selection</li>
+ <li><em>optional</em> DataAccessDescriptor::BookmarkSelection</li>
+ <li><em>optional</em> DataAccessDescriptor::ResultSet</li>
</ul>
</p>
- <p>The default for <member>DataAccessDescriptor::Selection</member> is to contain bookmarks, if not specified
- otherwise by <member>DataAccessDescriptor::BookmarkSelection</member>.</pr>
+ <p>The default for DataAccessDescriptor::Selection is to contain bookmarks, if not specified
+ otherwise by DataAccessDescriptor::BookmarkSelection.</pr>
</p>
@see com::sun::star::sdb::ContentLoader
diff --git a/offapi/com/sun/star/sdb/QueryDesign.idl b/offapi/com/sun/star/sdb/QueryDesign.idl
index 4b8a3e00a123..d302b382227c 100644
--- a/offapi/com/sun/star/sdb/QueryDesign.idl
+++ b/offapi/com/sun/star/sdb/QueryDesign.idl
@@ -85,7 +85,7 @@ module com { module sun { module star { module sdb {
<li><a name="command"></a><b>Command</b><br/>
specifies the name of the query or view to design, or, in case of the <a href="#command_type">CommandType</a>
- being <member>CommandType::COMMAND</member>, the initial SQL command.<br/>
+ being CommandType::COMMAND, the initial SQL command.<br/>
If this parameter is not present, a new query/view will be designed, respectively the initial
command will be empty.
</li>
@@ -93,7 +93,7 @@ module com { module sun { module star { module sdb {
<li><a name="command_type"></a><b>CommandType</b><br/>
specifies the type of object which should be designed. The following options are
supported:
- <ul><li><member>CommandType::QUERY</member> specifies the designer should operate in
+ <ul><li>CommandType::QUERY specifies the designer should operate in
<a href="#query_mode">query mode</a>, that is, an existing client-side query should be
designed, or a new query should be created, depending on the presence of the
<a href="#command">Command</a> parameter.<br/>
@@ -102,13 +102,13 @@ module com { module sun { module star { module sdb {
the data source which the <a href="#active_connection">ActiveConnection</a> belongs
to, and looks up the query there.</li>
- <li><member>CommandType::COMMAND</member> specifies the designer should operate in
+ <li>CommandType::COMMAND specifies the designer should operate in
<a href="#command_mode">command mode</a>, that is, a standalone SQL command
should be designed. When the user attempts to save the designed SQL statement,
the #ActiveCommand and #EscapeProcessing properties
of the designer are updated.</li>
- <li><member>CommandType::TABLE</member> specifies the designer should operate in
+ <li>CommandType::TABLE specifies the designer should operate in
<a href="#view_mode">view mode</a>, that is, an existing or a new
server-side view should be designed, depending on the presence of the
<a href="#command">Command</a> parameter.<br/>
@@ -116,7 +116,7 @@ module com { module sun { module star { module sdb {
looked up in a newly created connection for the specified data source. Otherwise,
it is looked up in the connection given as <a href="#active_connection">ActiveConnection</a>.</li>
</ul>
- If not present, this parameter defaults to <member>CommandType::QUERY</member>.
+ If not present, this parameter defaults to CommandType::QUERY.
</li>
<li><b>EscapeProcessing</b><br/>
@@ -138,17 +138,17 @@ module com { module sun { module star { module sdb {
<ul>
<li><b>CurrentQuery</b><br/>
is the same as Command, and implies a <a href="#command_type">CommandType</a> of
- <member>CommandType::QUERY</member></li>
+ CommandType::QUERY</li>
<li><b>QueryDesignView</b><br/>
is the same as <a href="#graphical_design">GraphicalDesign</a>.</li>
<li><b>IndependentSQLCommand</b><br/>
is the same as Command, and implies a <a href="#command_type">CommandType</a> of
- <member>CommandType::COMMAND</member></li>
+ CommandType::COMMAND</li>
<li><b>CreateView</b><br/>
- implies a <a href="#command_type">CommandType</a> of <member>CommandType::TABLE</member></li>
+ implies a <a href="#command_type">CommandType</a> of CommandType::TABLE</li>
</ul>
@see com::sun::star::sdb::ContentLoader
diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl
index c49f84169ca7..72e9a7c8c6ba 100644
--- a/offapi/com/sun/star/sdb/RowSet.idl
+++ b/offapi/com/sun/star/sdb/RowSet.idl
@@ -280,7 +280,7 @@ published service RowSet
/** is the command which should be executed, the type of command depends
on the CommandType.
- <p>In case of a #CommandType of <member>CommandType::COMMAND</member>,
+ <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>
becomes relevant:<br/>
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
index 500c7138f7d2..95ab9c3de83c 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
@@ -194,7 +194,7 @@ interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface
is the command which should be executed, the type of command depends
on the CommandType.
- <p>In case of a #CommandType of <member>CommandType::COMMAND</member>,
+ <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>
becomes relevant:<br/>
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
index 68c602b9ed15..85d136bfe092 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
@@ -208,17 +208,17 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer
<p>There are various use cases for this. For instance, you might want to use the
statement represented by a QueryDefinition, and extend it with additional
filters or sort orders, while not touching the respective parts already present
- in <member>QueryDefinition::Command</member>. This can be achieved by setting the
- <member>QueryDefinition::Command</member> as #ElementaryQuery of a
+ in QueryDefinition::Command. This can be achieved by setting the
+ QueryDefinition::Command as #ElementaryQuery of a
SingleSelectQueryComposer.</p>
<p>If, in such a scenario, you would be interested in the filter part of the
- <member>QueryDefinition::Command</member>, you would set it via
+ QueryDefinition::Command, you would set it via
XSingleSelectQueryAnalyzer::setQuery(), and retrieve the filter
part via XSingleSelectQueryAnalyzer::getFilter().</p>
<p>If you'd be interested in the composed filter, you would set the
- <member>QueryDefinition::Command</member> as #ElementaryQuery, add your
+ QueryDefinition::Command as #ElementaryQuery, add your
filter, and propagate the resulting query (XSingleSelectQueryAnalyzer::getQuery())
to an SingleSelectQueryAnalyzer instance via
XSingleSelectQueryAnalyzer::setQuery().</p>
diff --git a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
index 3cadfb51d250..00bc0c7a1e53 100644
--- a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
+++ b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
@@ -137,7 +137,7 @@ service CopyTableWizard : XCopyTableWizard
must support the com::sun::star::sdb::Connection service. In particular,
it is not sufficient to pass an SDBC-level connection.</p>
- <p>Note that creating a view (see <member>CopyTableOperation::CreateAsView</member>) is
+ <p>Note that creating a view (see CopyTableOperation::CreateAsView) is
not supported if the target connection is an SDBC-level connection only.</p>
@throws ::com::sun::star::lang::IllegalArgumentException
diff --git a/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl b/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl
index 8087ed519c2e..fd51a3d6696c 100644
--- a/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl
+++ b/offapi/com/sun/star/sdb/application/NamedDatabaseObject.idl
@@ -46,8 +46,8 @@ struct NamedDatabaseObject
<p>In case of queries, this is the name of the query.</p>
- <p>In case of virtual folders denoted by <member>DatabaseObjectContainer::CATALOG</member> and
- <member>DatabaseObjectContainer::SCHEMA</member>, it is
+ <p>In case of virtual folders denoted by DatabaseObjectContainer::CATALOG and
+ DatabaseObjectContainer::SCHEMA, it is
<ul><li><code>&lt;schema&gt;</code>, if the database supports schemas only</li>
<li><code>&lt;catalog&gt;</code>, if the database supports catalogs only</li>
<li><code>&lt;catalog&gt;.&lt;schema&gt;</code>, if the database supports both
@@ -57,9 +57,9 @@ struct NamedDatabaseObject
</ul>
</p>
- <p>In case of the virtual folders denoted by <member>DatabaseObjectContainer::TABLES</member>,
- <member>DatabaseObjectContainer::QUERIES</member>, <member>DatabaseObjectContainer::DATA_SOURCE</member>,
- <member>DatabaseObjectContainer::FORMS</member> or <member>DatabaseObjectContainer::REPORTS</member>,
+ <p>In case of the virtual folders denoted by DatabaseObjectContainer::TABLES,
+ 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>
diff --git a/offapi/com/sun/star/sdb/application/XCopyTableListener.idl b/offapi/com/sun/star/sdb/application/XCopyTableListener.idl
index c762b463aa88..72613157e54d 100644
--- a/offapi/com/sun/star/sdb/application/XCopyTableListener.idl
+++ b/offapi/com/sun/star/sdb/application/XCopyTableListener.idl
@@ -42,7 +42,7 @@ interface XCopyTableListener : ::com::sun::star::lang::XEventListener
@param Event
describes the current state of the copy operation.
- <member>CopyTableRowEvent::SourceData</member> is positioned at the row
+ CopyTableRowEvent::SourceData is positioned at the row
which is about to be copied.
*/
void copyingRow( [in] CopyTableRowEvent Event );
@@ -54,7 +54,7 @@ interface XCopyTableListener : ::com::sun::star::lang::XEventListener
@param Event
describes the current state of the copy operation.
- <member>CopyTableRowEvent::SourceData</member> is positioned at the row
+ CopyTableRowEvent::SourceData is positioned at the row
which was just copied to the target database.
*/
void copiedRow( [in] CopyTableRowEvent Event );
@@ -63,9 +63,9 @@ interface XCopyTableListener : ::com::sun::star::lang::XEventListener
@param Event
describes the current state of the copy operation.
- <member>CopyTableRowEvent::SourceData</member> is positioned at the row
+ CopyTableRowEvent::SourceData is positioned at the row
which was attempted to be copied to the target database.
- <member>CopyTableRowEvent::Error</member> will contain the actual error which
+ CopyTableRowEvent::Error will contain the actual error which
happened.
@return
diff --git a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
index 6a1968050c53..09a8843e0f7d 100644
--- a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
+++ b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
@@ -61,7 +61,7 @@ interface XCopyTableWizard : ::com::sun::star::ui::dialogs::XExecutableDialog
@throws IllegalArgumentException
if you attempt to set an invalid operation, or if the given operation is
not supported by the target database type, e.g. if you specified
- <member>CopyTableOperation::CreateAsView</member> where the database
+ CopyTableOperation::CreateAsView where the database
does not support views.
*/
[attribute] short Operation
@@ -94,7 +94,7 @@ interface XCopyTableWizard : ::com::sun::star::ui::dialogs::XExecutableDialog
which cannot be represented in this simple attribute anymore.</p>
<p>This attribute is ignored if #Operation is
- <member>CopyTableOperation::AppendData</member>.</p>
+ CopyTableOperation::AppendData.</p>
<p>Changing this attribute while the dialog is running is not supported, the
result of such an attempt is undefined.</p>
diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
index 3e3b88f8e216..6fbda1399984 100644
--- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
+++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
@@ -270,8 +270,8 @@ interface XDatabaseDocumentUI
constants.
@param DocumentDefinition
- Upon successful return, and if and only if <arg>ObjectType</arg> equals <member>DatabaseObject::FORM</member>
- or <member>DatabaseObject::REPORT</member>, this will contain the com::sun::star::sdb::DocumentDefinition
+ Upon successful return, and if and only if <arg>ObjectType</arg> equals DatabaseObject::FORM
+ or DatabaseObject::REPORT, this will contain the com::sun::star::sdb::DocumentDefinition
object which controls the sub component.
*/
::com::sun::star::lang::XComponent createComponent(
@@ -294,8 +294,8 @@ interface XDatabaseDocumentUI
constants.
@param DocumentDefinition
- Upon successful return, and if and only if <arg>ObjectType</arg> equals <member>DatabaseObject::FORM</member>
- or <member>DatabaseObject::REPORT</member>, this will contain the com::sun::star::sdb::DocumentDefinition
+ Upon successful return, and if and only if <arg>ObjectType</arg> equals DatabaseObject::FORM
+ or DatabaseObject::REPORT, this will contain the com::sun::star::sdb::DocumentDefinition
object which controls the sub component.<br/>
You can use this object to control various aspects of the sub component. For instance, you could decide
to create the component hidden, by passing a <code>Hidden</code> flag (set to <TRUE/>) in <arg>Arguments</arg>,