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 --- .../schema/org/openoffice/Office/TableWizard.xcs | 118 +++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs (limited to 'officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs') diff --git a/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs b/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs new file mode 100644 index 000000000..d5fab6267 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/TableWizard.xcs @@ -0,0 +1,118 @@ + + + + + + Contains the configuration schema for the table wizard + + + + + Information on the database field properties + + + + the index of the field (start at 0, must be field-unique) + + + + + the name of the database field. ONLY ASCII CHARACTERS + + + + + the name of the database field. ONLY ASCII AND MAXIMUM 10 CHARACTERS + + + + + the type of the database field. + + + + + indicates whether the database field is a primary key or not. + + + + + defines the default value of the database field. + + + + + defines the number of decimal digits of the database field. + + + + + defines the number of decimal digits to right of the decimal point of the database field. + + + + + + Information on the tables of the table wizard + + + + the index of the table (start at 0, must be table-unique) + + + + + the name of the database table. ONLY ASCII CHARACTERS + + + + + the fields in this table + + + + + + Information on the categories of the table wizard + + + + the index of the category (start at 0, must be category-unique) + + + + + the name of the database field. + + + + + the tables in this category + + + + + + + + the set of categories. + + + + -- cgit v1.2.3