summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/fieldmaster/Database.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/fieldmaster/Database.idl')
-rw-r--r--offapi/com/sun/star/text/fieldmaster/Database.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/offapi/com/sun/star/text/fieldmaster/Database.idl b/offapi/com/sun/star/text/fieldmaster/Database.idl
index 7be9efeffc7c..f43c770560c7 100644
--- a/offapi/com/sun/star/text/fieldmaster/Database.idl
+++ b/offapi/com/sun/star/text/fieldmaster/Database.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/text/TextFieldMaster.idl>
#include <com/sun/star/beans/PropertyValues.idl>
-//=============================================================================
module com { module sun { module star { module text { module fieldmaster {
-//=============================================================================
/** specifies service of a Database field master.
@see com::sun::star::text::TextField
@@ -39,39 +37,32 @@ published service Database
{
service com::sun::star::text::TextFieldMaster;
- //------------------------------------------------------------------------
/** specifies the database name.
*/
[property] string DataBaseName;
- //------------------------------------------------------------------------
/** contains the CommandType this
can be the name of a data base table, a data query or a statement.
(0 = table, 1 = query, 2 = statement)
*/
[property] long CommandType;
- //------------------------------------------------------------------------
/** contains the command string. Depending on the CommandType property this
can be the name of a data base table, a data query or a statement.
*/
[property] string DataTableName;
- //------------------------------------------------------------------------
/** contains the name of the data base table.
*/
[property] string DataColumnName;
- //------------------------------------------------------------------------
/** indicates the URL of a database file.
@since OOo 2.0
*/
[optional, property] string DataBaseURL;
- //------------------------------------------------------------------------
/** indicates a connection URL, which locates a database driver.
@since OOo 2.0
*/
[optional, property] string DataBaseResource;
- //------------------------------------------------------------------------
/** contains the DataColumnName but it enables the fieldmaster and its
depending fields to work without setting DataSourceName, DataTableName and CommandType
@since OOo 2.3
@@ -80,7 +71,6 @@ published service Database
};
-//=============================================================================
}; }; }; }; };