summaryrefslogtreecommitdiff
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/application/CopyTableWizard.idl2
-rw-r--r--offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl8
-rw-r--r--offapi/com/sun/star/sdb/application/XTableUIProvider.idl2
-rw-r--r--offapi/com/sun/star/sdb/tools/XConnectionTools.idl6
-rw-r--r--offapi/com/sun/star/sdb/tools/XObjectNames.idl4
-rw-r--r--offapi/com/sun/star/sdb/tools/XTableName.idl2
6 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
index 54022ca32fa2..2292c0d2d37d 100644
--- a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
+++ b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
@@ -84,7 +84,7 @@ service CopyTableWizard : XCopyTableWizard
a table from one database to another.
<p>At creation time, an attempt will be made to obtain the connections described
- by <arg>Source</arg> resp. <arg>Dest</arg>. Failing to do so will result in an
+ by Source resp. Dest. Failing to do so will result in an
exception.</p>
<p>If the connection has been newly created by the wizard (e.g. because the
diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
index 7481ad623aaf..eff20522c23b 100644
--- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
+++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
@@ -229,7 +229,7 @@ interface XDatabaseDocumentUI
or an com::sun::star::frame::XController if the component does is model-less.
@throws ::com::sun::star::lang::IllegalArgumentException
- if <arg>ObjectType</arg> denotes an invalid object type
+ if ObjectType denotes an invalid object type
@throws ::com::sun::star::container::NoSuchElementException
if an object with the given name and of the given type does not exist
@@ -270,7 +270,7 @@ interface XDatabaseDocumentUI
constants.
@param DocumentDefinition
- Upon successful return, and if and only if <arg>ObjectType</arg> equals DatabaseObject::FORM
+ Upon successful return, and if and only if ObjectType equals DatabaseObject::FORM
or DatabaseObject::REPORT, this will contain the com::sun::star::sdb::DocumentDefinition
object which controls the sub component.
*/
@@ -294,11 +294,11 @@ interface XDatabaseDocumentUI
constants.
@param DocumentDefinition
- Upon successful return, and if and only if <arg>ObjectType</arg> equals DatabaseObject::FORM
+ Upon successful return, and if and only if ObjectType 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>,
+ to create the component hidden, by passing a <code>Hidden</code> flag (set to <TRUE/>) in Arguments,
manipulate the component, and then finally show it by invoking the <code>show</code> command at the
definition object.
*/
diff --git a/offapi/com/sun/star/sdb/application/XTableUIProvider.idl b/offapi/com/sun/star/sdb/application/XTableUIProvider.idl
index 2d6ef3208687..727ee7b33cc9 100644
--- a/offapi/com/sun/star/sdb/application/XTableUIProvider.idl
+++ b/offapi/com/sun/star/sdb/application/XTableUIProvider.idl
@@ -92,7 +92,7 @@ interface XTableUIProvider
interfaces, it's discarded.
@throws ::com::sun::star::lang::IllegalArgumentException
- if the given <arg>TableName</arg> does not denote an existing table
+ if the given TableName does not denote an existing table
@throws ::com::sun::star::lang::WrappedTargetException
if an error occurs while creating the table editor component.
diff --git a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
index 31ab32de2a05..49273cb94af6 100644
--- a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
+++ b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
@@ -89,10 +89,10 @@ interface XConnectionTools
@param command
the object. This may be a table name, a query name, or an SQL statement, depending on the value
- of <arg>_nCommandType</arg>
+ of _nCommandType
@param _rxCollectionOner
- If (and only if) <arg>CommandType</arg> is CommandType.COMMAND, the fields collection which is returned
+ If (and only if) CommandType is CommandType.COMMAND, the fields collection which is returned
by this function here is a temporary object. It is kept alive by another object, which is to be
created temporarily, too. To ensure that the fields you get are valid as long as you need them,
the owner which controls their life time is transfered to this parameter upon return.<br/>
@@ -117,7 +117,7 @@ interface XConnectionTools
@param command
the object. This may be a table name, a query name, or an SQL statement, depending on the value
- of <arg>_nCommandType</arg>
+ of _nCommandType
@return
the composer filled with command and command type.
*/
diff --git a/offapi/com/sun/star/sdb/tools/XObjectNames.idl b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
index 937a4bb42435..d0b5662431ba 100644
--- a/offapi/com/sun/star/sdb/tools/XObjectNames.idl
+++ b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
@@ -80,7 +80,7 @@ interface XObjectNames
base name will be used.
@throws com::sun::star::lang::IllegalArgumentException
- if <arg>CommandType</arg> specifies an invalid command type.
+ if CommandType specifies an invalid command type.
*/
string suggestName( [in] long CommandType, [in] string BaseName )
raises ( com::sun::star::lang::IllegalArgumentException );
@@ -118,7 +118,7 @@ interface XObjectNames
to be used in the database.
@throws com::sun::star::lang::IllegalArgumentException
- if <arg>CommandType</arg> specifies an invalid command type.
+ if CommandType specifies an invalid command type.
@see checkNameIsUsed
*/
diff --git a/offapi/com/sun/star/sdb/tools/XTableName.idl b/offapi/com/sun/star/sdb/tools/XTableName.idl
index c6e55057c526..4a196c429f11 100644
--- a/offapi/com/sun/star/sdb/tools/XTableName.idl
+++ b/offapi/com/sun/star/sdb/tools/XTableName.idl
@@ -80,7 +80,7 @@ interface XTableName
@see CompositionType
@throws com::sun::star::IllegalArgumentException
- if the given <arg>Type</arg> does not denote a valid CompositionType
+ if the given Type does not denote a valid CompositionType
*/
string getComposedName( [in] long Type, [in] boolean Quote )
raises ( com::sun::star::lang::IllegalArgumentException );