summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-27 11:05:21 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-27 11:05:21 +0000
commit323605defa1f41db6b533821559d41ce46cf61b9 (patch)
treedafc86ac1e829c328d4dbedfac7924d9a15d929c
parent88fd540e8039183cb271e638711d04b76de96412 (diff)
INTEGRATION: CWS dba24lms (1.38.92); FILE MERGED
2007/11/09 09:44:21 oj 1.38.92.1: #i83469# insert strings
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs36
1 files changed, 33 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
index ea72821a8710..bb36d7903741 100644
--- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
@@ -5,9 +5,9 @@
*
* $RCSfile: DataAccess.xcs,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: ihi $ $Date: 2007-11-21 15:11:51 $
+ * last change: $Author: ihi $ $Date: 2007-11-27 12:05:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -68,6 +68,21 @@
</info>
</prop>
</group>
+ <group oor:name="ReportEngineName">
+ <info>
+ <desc>Describes the report engine.</desc>
+ </info>
+ <prop oor:name="ServiceName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the service name for the report engine.</desc>
+ </info>
+ </prop>
+ <prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the name of the embedded database which will be displayed in the ui.</desc>
+ </info>
+ </prop>
+ </group>
<group oor:name="EmbeddedDatabaseName">
<info>
<desc>Describes the URL schema for an embedded database. They must start with sdbc:embedded:.</desc>
@@ -79,7 +94,7 @@
</prop>
<prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
<info>
- <desc>Specifies the name of the embedded database which will be diaplyed in the statusbar of the database application.</desc>
+ <desc>Specifies the name of the embedded database which will be displayed in the statusbar of the database application.</desc>
</info>
</prop>
<set oor:name="EmbeddedDatabaseSettings" oor:node-type="EmbeddedDatabaseSetting">
@@ -209,6 +224,21 @@
</group>
</group>
</group>
+ <group oor:name="ReportEngines">
+ <info>
+ <desc>Specifies the default report engine which should be used.</desc>
+ </info>
+ <prop oor:name="DefaultReportEngine" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the report engine to use.</desc>
+ </info>
+ </prop>
+ <set oor:name="ReportEngineNames" oor:node-type="ReportEngineName">
+ <info>
+ <desc>Specifies all report engine names which are registered.</desc>
+ </info>
+ </set>
+ </group>
<group oor:name="EmbeddedDatabases">
<info>
<desc>Specifies the default embedded database which should be used.</desc>