From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- connectivity/registry/README | 25 ++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 369 +++++++++++++++++++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 61 ++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 101 ++++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 88 +++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 135 ++++++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 116 +++++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 103 ++++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 297 +++++++++++++++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 44 +++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 180 ++++++++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 138 ++++++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 261 +++++++++++++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 94 ++++++ .../org/openoffice/Office/DataAccess/Drivers.xcu | 51 +++ 15 files changed, 2063 insertions(+) create mode 100644 connectivity/registry/README create mode 100644 connectivity/registry/ado/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/calc/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/evoab2/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/macab/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu create mode 100644 connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers.xcu (limited to 'connectivity/registry') diff --git a/connectivity/registry/README b/connectivity/registry/README new file mode 100644 index 000000000..18842b7b0 --- /dev/null +++ b/connectivity/registry/README @@ -0,0 +1,25 @@ +xcu files are made from several sections, the main ones are: Properties and Features + +Property: actual setting with its underlying type and its default value + +Feature: a boolean that says "let the user change that setting in the Advanced Settings UI" + +This is checked by using officecfg/registry/schema/org/openoffice/Office/DataAccess/Drivers.xcs +and configmgr mechanism +There are two kinds of properties named "Value": +- first one is in "Property" groups and has a static oor:type="any" (can take on boolean, int and other types of values) +- second one is in "Feature" groups and has a static oor:type="boolean" so can take on only boolean values. + +Each node in Feature section must have an equivalent in Property section +Most of the time the node name of both sections should be equal, +however there are 5 known exceptions (more?): +- "UseBracketedOuterJoinSyntax" feature => "EnableOuterJoinEscape" property +- "UseDOSLineEnds" feature => "PreferDosLikeLineEnds" property +- "UseSQL92NamingConstraints" feature => "EnableSQL92Check" property +- "AppendTableAliasInSelect" feature => "AppendTableAliasName" property +- "UseKeywordAsBeforeAlias" feature => "GenerateASBeforeCorrelationName" + +See dbaccess/source/ui/dlg/DbAdminImpl.cxx, ODbDataSourceAdministrationHelper constructor, eg: +m_aIndirectPropTranslator.emplace( , ) +and dbaccess/source/ui/misc/dsmeta.cxx, lcl_getFeatureMappings() function, eg: +{ , } \ No newline at end of file diff --git a/connectivity/registry/ado/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/ado/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..288c23e2e --- /dev/null +++ b/connectivity/registry/ado/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,369 @@ + + + + + + + com.sun.star.comp.sdbc.ado.ODriver + + + ADO + + + + + + + + + + true + + + + + false + + + + + + false + + + + + + false + + + + + false + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + 0 + + + + + true + + + + + true + + + + + + + + false + + + + + + + true + + + + + true + + + + + + true + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + + true + + + + + true + + + + + UserPassword + + + + + true + + + + + + + com.sun.star.comp.sdbc.ado.ODriver + + + Microsoft Access + + + + + + + + + + 3 + + + + + false + + + + + Column(2) = 16,Column(3) = 1 + + + + + false + + + + + + false + + + + + true + + + + + false + + + + + true + + + + + true + + + + + + + true + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + + false + + + + + true + + + + + true + + + + + true + + + + + application/msaccess + + + + + mdb + + + + + true + + + + + + + sdbc:ado:access:PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=* + + + Microsoft Access 2007 + + + + + + + + + + + diff --git a/connectivity/registry/calc/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/calc/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..8fe901b0f --- /dev/null +++ b/connectivity/registry/calc/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,61 @@ + + + + + + + com.sun.star.comp.sdbc.calc.ODriver + + + Spreadsheet + + + + + true + + + + + + + true + + + + + + + true + + + + + true + + + + + application/vnd.oasis.opendocument.spreadsheet + + + + + + diff --git a/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..2de29af9d --- /dev/null +++ b/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,101 @@ + + + + + + + com.sun.star.comp.sdbc.dbase.ODriver + + + dBASE + + + + + + + + + + false + + + + + false + + + + + false + + + + + false + + + + + true + + + + + + + true + + + + + true + + + + + true + + + + + + + true + + + + + true + + + + + true + + + + + application/dbase + + + + + + diff --git a/connectivity/registry/evoab2/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/evoab2/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..152d29e8f --- /dev/null +++ b/connectivity/registry/evoab2/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,88 @@ + + + + + + + com.sun.star.comp.sdbc.evoab.OEvoabDriver + + + Evolution Local + + + + + true + + + + + + + true + + + + + + + com.sun.star.comp.sdbc.evoab.OEvoabDriver + + + Evolution LDAP + + + + + true + + + + + + + true + + + + + + + com.sun.star.comp.sdbc.evoab.OEvoabDriver + + + Groupwise + + + + + true + + + + + + + true + + + + + + diff --git a/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..11b214855 --- /dev/null +++ b/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,135 @@ + + + + + + + + com.sun.star.comp.sdbc.firebird.Driver + + + Firebird Embedded + + + + + + false + + + + + + false + + + + + false + + + + + true + + + + + 2 + + + + + + + + + + + + com.sun.star.comp.sdbc.firebird.Driver + + + Firebird External + + + + + + false + + + + + + false + + + + + false + + + + + true + + + + + + + + + true + + + + + true + + + + + UserPassword + + + + + + diff --git a/connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..af1e37962 --- /dev/null +++ b/connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,116 @@ + + + + + + + com.sun.star.comp.sdbc.flat.ODriver + + + Text + + + + + + + + + + + + + + + true + + + + + , + + + + + " + + + + + . + + + + + + + + + + false + + + + + 100 + + + + + true + + + + + + + true + + + + + true + + + + + true + + + + + + + true + + + + + true + + + + + text/csv + + + + + + diff --git a/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..c224b51b1 --- /dev/null +++ b/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,103 @@ + + + + + + + com.sun.star.sdbcx.comp.hsqldb.Driver + + + HSQLDB Embedded + + + + + false + + + + + true + + + + + true + + + + + true + + + + + + true + + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + true + + + + + + + true + + + + + true + + + + + true + + + + + + diff --git a/connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..698393b10 --- /dev/null +++ b/connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,297 @@ + + + + + + + com.sun.star.comp.sdbc.JDBCDriver + + + JDBC + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + true + + + + + true + + + + + false + + + + + + false + + + + + + false + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + false + + + + + 0 + + + + + true + + + + + true + + + + + + + + false + + + + + + + true + + + + + true + + + + + + true + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + + true + + + + + true + + + + + UserPassword + + + + + + + jdbc:* + + + Oracle JDBC + + + + + true + + + + + Column(2) = -5,Column(6) = PRECISION,Column(2) = -4,Column(6) = PRECISION,Column(2) = -3,Column(6) = PRECISION,Column(2) = -2,Column(6) = PRECISION,Column(2) = -1,Column(6) = PRECISION,Column(2) = -1,Column(6) = PRECISION,Column(2) = 2,Column(6) = PRECISION,Column(2) = 12,Column(6) = PRECISION + + + + + oracle.jdbc.driver.OracleDriver + + + + + false + + + + + + + true + + + + + + + UserPassword + + + + + + diff --git a/connectivity/registry/macab/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/macab/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..3d9d3121d --- /dev/null +++ b/connectivity/registry/macab/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,44 @@ + + + + + + + com.sun.star.comp.sdbc.macab.Driver + + + Mac OS X Address Book + + + + + true + + + + + + + true + + + + + + diff --git a/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..38be69b48 --- /dev/null +++ b/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,180 @@ + + + + + + + org.openoffice.comp.drivers.MySQL.Driver + + + MySQL (JDBC) + + + + + + + + + + com.mysql.jdbc.Driver + + + + + true + + + + + true + + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + + true + + + + + true + + + + + UserPassword + + + + + true + + + + + + + org.openoffice.comp.drivers.MySQL.Driver + + + MySQL (ODBC) + + + + + + + + + + true + + + + + true + + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + + true + + + + + true + + + + + UserPassword + + + + + + diff --git a/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..13ed25f95 --- /dev/null +++ b/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,138 @@ + + + + + + + com.sun.star.comp.sdbc.mysqlc.MysqlCDriver + + + MySQL/MariaDB Connector + + + + + + + + + + + + + + + + + + + + true + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + 0 + + + + + true + + + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + + true + + + + + UserPassword + + + + + true + + + + + + diff --git a/connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..f2dbd91c8 --- /dev/null +++ b/connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,261 @@ + + + + + + + com.sun.star.comp.sdbc.ODBCDriver + + + ODBC + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + false + + + + + true + + + + + true + + + + + + false + + + + + + false + + + + + + false + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + false + + + + + 0 + + + + + true + + + + + true + + + + + + + + + false + + + + + + + true + + + + + true + + + + + + true + + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + true + + + + + + + true + + + + + true + + + + + UserPassword + + + + + + diff --git a/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..63757e3ec --- /dev/null +++ b/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,94 @@ + + + + + + + org.openoffice.comp.connectivity.pq.Driver.noext + + + PostgreSQL + + + + + + false + + + + + + false + + + + + 2 + + + + + + + + + + + + + + + + + + + + + UserPassword + + + + + + + + + + diff --git a/connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers.xcu new file mode 100644 index 000000000..a4624a6e8 --- /dev/null +++ b/connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers.xcu @@ -0,0 +1,51 @@ + + + + + + + com.sun.star.comp.sdbc.writer.ODriver + + + Writer Document + + + + + true + + + + + + + true + + + + + + + true + + + + + true + + + + + application/vnd.oasis.opendocument.text + + + + + + -- cgit v1.2.3