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 --- .../uiconfig/sabpilot/ui/contentfieldpage.ui | 177 ++++ .../uiconfig/sabpilot/ui/contenttablepage.ui | 242 +++++ extensions/uiconfig/sabpilot/ui/datasourcepage.ui | 235 +++++ .../sabpilot/ui/defaultfieldselectionpage.ui | 94 ++ extensions/uiconfig/sabpilot/ui/fieldassignpage.ui | 81 ++ extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui | 150 +++ .../sabpilot/ui/gridfieldsselectionpage.ui | 403 ++++++++ .../sabpilot/ui/groupradioselectionpage.ui | 317 ++++++ extensions/uiconfig/sabpilot/ui/invokeadminpage.ui | 80 ++ .../uiconfig/sabpilot/ui/optiondbfieldpage.ui | 113 ++ .../uiconfig/sabpilot/ui/optionsfinalpage.ui | 63 ++ .../uiconfig/sabpilot/ui/optionvaluespage.ui | 166 +++ extensions/uiconfig/sabpilot/ui/selecttablepage.ui | 94 ++ extensions/uiconfig/sabpilot/ui/selecttypepage.ui | 211 ++++ .../uiconfig/sabpilot/ui/tableselectionpage.ui | 261 +++++ .../uiconfig/sbibliography/menubar/menubar.xml | 77 ++ .../uiconfig/sbibliography/ui/autofiltermenu.ui | 9 + .../sbibliography/ui/choosedatasourcedialog.ui | 142 +++ extensions/uiconfig/sbibliography/ui/combobox.ui | 40 + extensions/uiconfig/sbibliography/ui/editbox.ui | 39 + .../uiconfig/sbibliography/ui/generalpage.ui | 1019 ++++++++++++++++++ .../uiconfig/sbibliography/ui/mappingdialog.ui | 1077 ++++++++++++++++++++ .../uiconfig/sbibliography/ui/querydialog.ui | 49 + extensions/uiconfig/sbibliography/ui/toolbar.ui | 122 +++ extensions/uiconfig/scanner/ui/griddialog.ui | 158 +++ extensions/uiconfig/scanner/ui/sanedialog.ui | 778 ++++++++++++++ extensions/uiconfig/spropctrlr/ui/browserline.ui | 51 + extensions/uiconfig/spropctrlr/ui/browserpage.ui | 94 ++ extensions/uiconfig/spropctrlr/ui/colorlistbox.ui | 18 + extensions/uiconfig/spropctrlr/ui/combobox.ui | 17 + .../uiconfig/spropctrlr/ui/controlfontdialog.ui | 205 ++++ .../uiconfig/spropctrlr/ui/datatypedialog.ui | 130 +++ extensions/uiconfig/spropctrlr/ui/datefield.ui | 45 + extensions/uiconfig/spropctrlr/ui/datetimefield.ui | 49 + .../uiconfig/spropctrlr/ui/formattedcontrol.ui | 20 + .../uiconfig/spropctrlr/ui/formattedsample.ui | 45 + .../uiconfig/spropctrlr/ui/formlinksdialog.ui | 384 +++++++ .../uiconfig/spropctrlr/ui/formproperties.ui | 40 + .../uiconfig/spropctrlr/ui/hyperlinkfield.ui | 38 + .../uiconfig/spropctrlr/ui/labelselectiondialog.ui | 194 ++++ extensions/uiconfig/spropctrlr/ui/listbox.ui | 10 + .../uiconfig/spropctrlr/ui/listselectdialog.ui | 154 +++ extensions/uiconfig/spropctrlr/ui/multiline.ui | 87 ++ extensions/uiconfig/spropctrlr/ui/numericfield.ui | 17 + extensions/uiconfig/spropctrlr/ui/taborder.ui | 243 +++++ extensions/uiconfig/spropctrlr/ui/textfield.ui | 11 + extensions/uiconfig/spropctrlr/ui/timefield.ui | 17 + extensions/uiconfig/spropctrlr/ui/urlcontrol.ui | 17 + 48 files changed, 8083 insertions(+) create mode 100644 extensions/uiconfig/sabpilot/ui/contentfieldpage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/contenttablepage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/datasourcepage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/fieldassignpage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/invokeadminpage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/optionvaluespage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/selecttablepage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/selecttypepage.ui create mode 100644 extensions/uiconfig/sabpilot/ui/tableselectionpage.ui create mode 100644 extensions/uiconfig/sbibliography/menubar/menubar.xml create mode 100644 extensions/uiconfig/sbibliography/ui/autofiltermenu.ui create mode 100644 extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui create mode 100644 extensions/uiconfig/sbibliography/ui/combobox.ui create mode 100644 extensions/uiconfig/sbibliography/ui/editbox.ui create mode 100644 extensions/uiconfig/sbibliography/ui/generalpage.ui create mode 100644 extensions/uiconfig/sbibliography/ui/mappingdialog.ui create mode 100644 extensions/uiconfig/sbibliography/ui/querydialog.ui create mode 100644 extensions/uiconfig/sbibliography/ui/toolbar.ui create mode 100644 extensions/uiconfig/scanner/ui/griddialog.ui create mode 100644 extensions/uiconfig/scanner/ui/sanedialog.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/browserline.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/browserpage.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/colorlistbox.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/combobox.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/datatypedialog.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/datefield.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/datetimefield.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/formattedcontrol.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/formattedsample.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/formproperties.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/hyperlinkfield.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/listbox.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/listselectdialog.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/multiline.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/numericfield.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/taborder.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/textfield.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/timefield.ui create mode 100644 extensions/uiconfig/spropctrlr/ui/urlcontrol.ui (limited to 'extensions/uiconfig') diff --git a/extensions/uiconfig/sabpilot/ui/contentfieldpage.ui b/extensions/uiconfig/sabpilot/ui/contentfieldpage.ui new file mode 100644 index 000000000..d28bcd105 --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/contentfieldpage.ui @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + True + False + True + True + 6 + vertical + 6 + + + True + False + True + True + 12 + True + + + True + False + True + True + vertical + 6 + + + True + False + start + Existing fields + True + selectfield + + + False + True + 0 + + + + + True + True + True + True + in + + + True + True + True + True + True + liststore1 + False + 0 + False + + + + + + 6 + + + + 0 + + + + + + + + + True + True + 1 + + + + + True + True + 0 + + + + + True + False + True + True + vertical + 6 + + + True + False + start + start + Display field + True + True + displayfield + + + False + True + 0 + + + + + True + True + True + True + False + + + False + True + 1 + + + + + True + False + True + True + True + 35 + 35 + 0 + 0 + + + static + + + + + False + True + 2 + + + + + True + True + 1 + + + + + True + True + 0 + + + + diff --git a/extensions/uiconfig/sabpilot/ui/contenttablepage.ui b/extensions/uiconfig/sabpilot/ui/contenttablepage.ui new file mode 100644 index 000000000..01cd51f2d --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/contenttablepage.ui @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + True + False + True + True + 6 + vertical + 12 + + + True + False + True + 0 + none + + + True + False + True + 6 + 12 + 6 + + + + True + False + 12 + 6 + + + True + False + start + Data source + + + 0 + 0 + + + + + True + False + start + Content type + + + 0 + 1 + + + + + True + False + start + Content + + + 0 + 2 + + + + + True + False + start + + + 1 + 0 + + + + + True + False + start + + + 1 + 1 + + + + + True + False + start + + + 1 + 2 + + + + + False + True + 0 + + + + + + + True + False + Form + + + + + + + + False + True + 0 + + + + + True + False + True + True + 0 + none + + + True + False + True + True + 12 + True + 12 + 6 + + + True + False + start + start + True + On the right side, you see all the tables from the data source of the form. + + +Choose the table from which the data should be used as basis for the list content: + True + True + table + 35 + 35 + 0 + 0 + + + False + True + 0 + + + + + True + True + True + True + in + + + True + True + True + True + True + liststore1 + False + 0 + False + + + + + + 6 + + + + 0 + + + + + + + + + False + True + 1 + + + + + + + True + False + Control + + + + + + + + True + True + 2 + + + + diff --git a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui new file mode 100644 index 000000000..3a5ef2419 --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui @@ -0,0 +1,235 @@ + + + + + + + True + False + 6 + 12 + + + True + False + That was all the information necessary to integrate your address data into %PRODUCTNAME. + +Now, just enter the name under which you want to register the data source in %PRODUCTNAME. + True + 70 + 70 + 0 + 0 + + + static + + + + + 0 + 0 + + + + + + True + False + True + 6 + + + Embed this address book definition into the current document. + True + True + False + True + True + + + 0 + 0 + + + + + + True + False + True + 12 + + + True + False + Location + True + location + 0 + + + 0 + 0 + + + + + Browse... + True + True + True + True + + + Specifies the location using a file dialog. + + + + + 2 + 0 + + + + + True + False + True + True + + + True + True + True + + + + + Specifies the location of the database file. + + + + + 1 + 0 + + + + + 0 + 1 + + + + + Make this address book available to all modules in %PRODUCTNAME. + True + True + False + True + True + + + Registers the newly created database file in the office suite. The database will then be listed in the Data sources pane (Ctrl+Shift+F4). If this check box is cleared, the database will be available only by opening the database file. + + + + + 0 + 2 + + + + + + True + False + True + 6 + 12 + + + + True + False + True + 12 + + + True + False + Address book name + True + name + 0 + + + 0 + 0 + + + + + True + True + True + True + True + + + Specifies the data source name. + + + + + 1 + 0 + + + + + 0 + 0 + + + + + False + True + Another data source already has this name. As data sources have to have globally unique names, you need to choose another one. + True + 70 + 70 + 0 + 0 + + + static + + + + + 0 + 1 + + + + + 0 + 3 + + + + + 0 + 1 + + + + + Specifies a location for the address book file and a name under which the data source will be listed in the data source explorer. + + + + diff --git a/extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui b/extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui new file mode 100644 index 000000000..f244af27e --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui @@ -0,0 +1,94 @@ + + + + + + True + False + True + True + 6 + vertical + 6 + + + True + False + start + Should one option field be selected as a default? + True + + + static + + + + + False + True + 1 + + + + + True + False + 12 + + + _Yes, the following: + True + True + False + True + True + True + + + + + + False + True + 0 + + + + + True + False + + + + + + False + True + 1 + + + + + False + True + 2 + + + + + No, one particular field is not going to be selected. + True + True + False + True + True + defaultselectionyes + + + False + True + 3 + + + + diff --git a/extensions/uiconfig/sabpilot/ui/fieldassignpage.ui b/extensions/uiconfig/sabpilot/ui/fieldassignpage.ui new file mode 100644 index 000000000..ca2c8a68e --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/fieldassignpage.ui @@ -0,0 +1,81 @@ + + + + + + + True + False + 6 + 12 + + + True + False + To incorporate the address data in your templates, %PRODUCTNAME has to know which fields contain which data. + +For instance, you could have stored the email addresses in a field named "email", or "E-mail" or "EM" - or something completely different. + +Click the button below to open another dialog where you can enter the settings for your data source. + True + 70 + 70 + 0 + 0 + + + static + + + + + 0 + 0 + + + + + Field Assignment + True + True + True + center + True + + + Opens the Templates: Address Book Assignment dialog. + + + + + 0 + 1 + + + + + True + False + True + True + 70 + 0 + 0 + + + static + + + + + 0 + 2 + + + + + Opens a dialog that allows you to specify the field assignment. + + + + diff --git a/extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui b/extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui new file mode 100644 index 000000000..2df466a32 --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui @@ -0,0 +1,150 @@ + + + + + + True + False + True + True + 6 + vertical + 12 + + + True + False + This is where you select fields with matching contents so that the value from the display field will be shown. + True + 70 + 70 + 0 + 0 + + + static + + + + + False + True + 0 + + + + + True + False + True + True + 6 + + + True + False + True + True + vertical + 6 + + + True + False + start + Field from the _Value Table + True + valuefield + + + False + True + 0 + + + + + True + False + True + True + + + True + True + True + + + + + False + True + 1 + + + + + True + True + 0 + + + + + True + False + True + True + vertical + 6 + + + True + False + start + Field from the _List Table + True + listtable + + + False + True + 0 + + + + + True + False + True + True + + + True + True + True + + + + + False + True + 1 + + + + + True + True + 1 + + + + + True + True + 1 + + + + diff --git a/extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui b/extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui new file mode 100644 index 000000000..35b764e94 --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui @@ -0,0 +1,403 @@ + + + + + + + + + + + + + + + + + + + + + + 200 + True + False + True + True + 6 + vertical + 12 + + + True + False + start + True + 0 + none + + + True + False + True + 12 + 12 + 6 + + + + True + False + 6 + + + True + False + start + Data source + + + 0 + 0 + + + + + True + False + start + Content type + + + 0 + 1 + + + + + True + False + start + Content + + + 0 + 2 + + + + + False + True + 0 + + + + + + True + False + True + 6 + + + True + False + start + + + 0 + 0 + + + + + True + False + start + + + 0 + 1 + + + + + True + False + start + + + 0 + 2 + + + + + False + True + 1 + + + + + + + True + False + Form + + + + + + + + False + True + 0 + + + + + True + False + True + True + 0 + none + + + + True + False + True + True + 6 + 12 + 12 + 6 + + + True + True + True + True + in + + + True + True + True + True + True + liststore1 + False + 0 + False + + + + + + 6 + + + + 0 + + + + + + + + + 2 + 1 + + + + + True + False + start + Selected fields + True + selectedfields + + + 2 + 0 + + + + + True + False + vertical + 6 + + + True + False + vertical + 6 + start + + + -> + True + True + True + + + False + True + 0 + + + + + =>> + True + True + True + + + False + True + 1 + + + + + False + True + 0 + + + + + True + False + vertical + 6 + start + + + <- + True + True + True + + + False + True + 0 + + + + + <<= + True + True + True + + + False + True + 1 + + + + + False + True + 1 + + + + + 1 + 1 + + + + + True + True + True + True + in + + + True + True + True + True + True + liststore2 + False + 0 + False + + + + + + 6 + + + + 0 + + + + + + + + + 0 + 1 + + + + + True + False + start + Existing fields + True + existingfields + + + 0 + 0 + + + + + + + + + + True + False + Table Element + + + + + + + + True + True + 2 + + + + diff --git a/extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui b/extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui new file mode 100644 index 000000000..2ab855d41 --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + 200 + True + False + True + True + 6 + vertical + 12 + + + False + start + True + 0 + none + + + True + False + True + 12 + 12 + 6 + + + + True + False + 6 + 6 + + + True + False + start + Data source + + + 0 + 0 + + + + + True + False + start + Content type + + + 0 + 1 + + + + + True + False + start + Content + + + 0 + 2 + + + + + True + False + start + + + 1 + 0 + + + + + True + False + start + + + 1 + 1 + + + + + True + False + start + + + 1 + 2 + + + + + False + True + 0 + + + + + + + True + False + Form + + + + + + + + False + True + 0 + + + + + True + False + True + True + 0 + none + + + + True + False + True + True + 6 + 12 + 12 + 6 + + + True + True + True + True + in + + + True + True + True + True + True + liststore1 + False + 0 + False + + + + + + 6 + + + + 0 + + + + + + + + + 2 + 1 + + + + + True + False + start + _Option fields + True + radiobuttons + 0 + 0 + + + 2 + 0 + + + + + True + False + vertical + 6 + start + + + _>> + True + True + True + True + + + False + True + 0 + + + + + _<< + True + True + True + True + + + False + True + 1 + + + + + 1 + 1 + + + + + True + True + start + True + True + + + 0 + 1 + + + + + True + False + Which _names do you want to give the option fields? + True + True + radiolabels + 35 + 35 + 0 + 0 + + + 0 + 0 + + + + + + + + + + True + False + Table Element + + + + + + + + False + True + 2 + + + + + + + + + + + + diff --git a/extensions/uiconfig/sabpilot/ui/invokeadminpage.ui b/extensions/uiconfig/sabpilot/ui/invokeadminpage.ui new file mode 100644 index 000000000..42db6c542 --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/invokeadminpage.ui @@ -0,0 +1,80 @@ + + + + + + + True + False + 6 + 12 + + + True + False + To set up the new data source, additional information is required. + +Click the following button to open another dialog in which you then enter the necessary information. + True + 70 + 70 + 0 + 0 + + + static + + + + + 0 + 0 + + + + + Settings + True + True + True + center + + + Calls a dialog in which you can enter additional settings. + + + + + 0 + 1 + + + + + False + True + The connection to the data source could not be established. +Before you proceed, please check the settings made, or (on the previous page) choose another address data source type. + True + 70 + 70 + 0 + 0 + + + static + + + + + 0 + 2 + + + + + Allows you to enter additional settings for LDAP address data and other external data sources. + + + + diff --git a/extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui b/extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui new file mode 100644 index 000000000..e701b9827 --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui @@ -0,0 +1,113 @@ + + + + + + True + False + True + True + 6 + vertical + 12 + + + True + False + start + start + True + True + 70 + 70 + 0 + + + static + + + + + False + True + 0 + + + + + True + False + start + Do you want to save the value in a database field? + + + static + + + + + False + True + 1 + + + + + + True + False + True + True + 6 + 12 + + + _Yes, I want to save it in the following database field: + True + True + False + True + True + True + + + 0 + 0 + + + + + _No, I only want to save the value in the form. + True + True + False + True + True + yesRadiobutton + + + 0 + 1 + 2 + + + + + True + False + True + + + 1 + 0 + + + + + False + True + 2 + + + + diff --git a/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui b/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui new file mode 100644 index 000000000..49f85f66c --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui @@ -0,0 +1,63 @@ + + + + + + True + False + True + True + 6 + vertical + 6 + + + True + False + start + Which _caption is to be given to your option group? + True + nameit + + + False + True + 0 + + + + + True + True + True + True + True + + + False + True + 1 + + + + + True + False + end + True + True + These were all details needed to create the option group. + + + static + + + + + True + True + 2 + + + + diff --git a/extensions/uiconfig/sabpilot/ui/optionvaluespage.ui b/extensions/uiconfig/sabpilot/ui/optionvaluespage.ui new file mode 100644 index 000000000..eb16bd41e --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/optionvaluespage.ui @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + True + False + True + True + 6 + 12 + True + + + True + False + True + True + vertical + 12 + + + True + False + start + start + When you select an option, the option group is given a specific value. + True + 35 + 35 + 0 + + + static + + + + + False + True + 0 + + + + + True + False + start + start + Which _value do you want to assign to each option? + True + True + optionvalue + 35 + 35 + 0 + + + False + True + 1 + + + + + True + True + start + True + True + True + + + False + True + 2 + + + + + True + True + 0 + + + + + True + False + True + True + vertical + 6 + + + True + False + start + _Option fields + True + radiobuttons + + + False + True + 0 + + + + + True + True + True + True + in + + + True + True + True + True + True + liststore1 + False + 0 + False + + + + + + 6 + + + + 0 + + + + + + + + + True + True + 1 + + + + + True + True + 1 + + + + diff --git a/extensions/uiconfig/sabpilot/ui/selecttablepage.ui b/extensions/uiconfig/sabpilot/ui/selecttablepage.ui new file mode 100644 index 000000000..55fbb5e9c --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/selecttablepage.ui @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + True + False + 6 + 12 + + + True + False + The external data source you have chosen contains more than one address book. +Please select the one you mainly want to work with: + True + True + table + 70 + 70 + 0 + 0 + + + static + + + + + 0 + 0 + + + + + True + True + True + True + in + + + True + True + True + True + True + liststore1 + False + 0 + False + + + + + + 6 + + + + 0 + + + + + + + Specifies the table that is to serve as the address book for the office suite templates. + + + + + + + 0 + 1 + + + + + Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in the office suite. + + + + diff --git a/extensions/uiconfig/sabpilot/ui/selecttypepage.ui b/extensions/uiconfig/sabpilot/ui/selecttypepage.ui new file mode 100644 index 000000000..d7493388c --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/selecttypepage.ui @@ -0,0 +1,211 @@ + + + + + + + True + False + 6 + 12 + + + True + False + %PRODUCTNAME lets you access address data already present in your system. To do this, a %PRODUCTNAME data source will be created in which your address data is available in tabular form. + +This wizard helps you create the data source. + True + 70 + 70 + 0 + 0 + + + static + + + + + 0 + 0 + + + + + + True + False + 6 + + + Evolution + True + True + False + True + True + True + + + Select this option if you already use an address book in Evolution. + + + + + 0 + 1 + + + + + Groupwise + True + True + False + True + True + evolution + + + Select this option if you already use an address book in Groupwise. + + + + + 0 + 2 + + + + + Evolution LDAP + True + True + False + True + True + evolution + + + Select this option if you already use an address book in Evolution LDAP. + + + + + 0 + 3 + + + + + Thunderbird + True + True + False + True + True + evolution + + + Select this option if you already use an address book in Thunderbird or Icedove. + + + + + 0 + 5 + + + + + KDE address book + True + True + False + True + True + evolution + + + Select this option if you already use an address book in KDE Address book (KAddressBook). + + + + + 0 + 6 + + + + + Mac OS X address book + True + True + False + True + True + evolution + + + Select this option if you already use an address book in macOS Address book. + + + + + 0 + 7 + + + + + Other external data source + True + True + False + True + True + evolution + + + Select this option if you want to register another data source as address book in the office suite. + + + + + 0 + 8 + + + + + True + False + Select the type of your external address book: + + + static + + + + + 0 + 0 + + + + + + + + 0 + 1 + + + + + This wizard registers an existing address book as a data source in the office suite. + + + + diff --git a/extensions/uiconfig/sabpilot/ui/tableselectionpage.ui b/extensions/uiconfig/sabpilot/ui/tableselectionpage.ui new file mode 100644 index 000000000..b9f6bbe07 --- /dev/null +++ b/extensions/uiconfig/sabpilot/ui/tableselectionpage.ui @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + True + False + True + True + 6 + vertical + 6 + + + True + False + True + True + 0 + none + + + True + False + True + True + 6 + True + 12 + 6 + + + True + False + start + True + True + Currently, the form the control belongs to is not (or not completely) bound to a data source. + +Please choose a data source and a table. + + +Please note that the settings made on this page will take effect immediately upon leaving the page. + True + 35 + 35 + 0 + 0 + + + static + + + + + False + True + 0 + + + + + True + False + True + True + vertical + 6 + + + True + False + start + _Data source: + True + datasource + + + False + True + 0 + + + + + True + True + True + True + in + + + True + True + True + True + True + liststore2 + False + 1 + False + + + + + + 6 + + + + 0 + + + + + + + + + True + True + 1 + + + + + _... + True + True + True + True + + + False + True + 2 + + + + + True + True + 2 + + + + + True + False + True + True + vertical + 6 + + + True + False + start + _Table / Query: + True + table + + + False + True + 0 + + + + + True + True + True + True + in + + + True + True + True + True + True + liststore1 + False + 1 + False + + + + + + 6 + + + + 0 + + + + + + 1 + + + + + + + + + True + True + 1 + + + + + True + True + 3 + + + + + + + True + False + Data + + + + + + + + True + True + 0 + + + + diff --git a/extensions/uiconfig/sbibliography/menubar/menubar.xml b/extensions/uiconfig/sbibliography/menubar/menubar.xml new file mode 100644 index 000000000..3604c1b76 --- /dev/null +++ b/extensions/uiconfig/sbibliography/menubar/menubar.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extensions/uiconfig/sbibliography/ui/autofiltermenu.ui b/extensions/uiconfig/sbibliography/ui/autofiltermenu.ui new file mode 100644 index 000000000..aa496513f --- /dev/null +++ b/extensions/uiconfig/sbibliography/ui/autofiltermenu.ui @@ -0,0 +1,9 @@ + + + + + + True + False + + diff --git a/extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui b/extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui new file mode 100644 index 000000000..ec5b09e9d --- /dev/null +++ b/extensions/uiconfig/sbibliography/ui/choosedatasourcedialog.ui @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + False + 6 + Choose Data Source + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + _OK + True + True + True + True + True + True + + + False + True + 0 + + + + + _Cancel + True + True + True + True + + + False + True + 1 + + + + + False + True + end + 0 + + + + + True + False + True + True + 0 + none + + + True + True + True + True + in + 12 + 6 + + + True + True + True + True + True + liststore2 + False + 1 + False + + + + + + True + 6 + + + + 0 + + + + + + + + + + + True + False + Entry + + + + + + + + False + True + 1 + + + + + + ok + cancel + + + diff --git a/extensions/uiconfig/sbibliography/ui/combobox.ui b/extensions/uiconfig/sbibliography/ui/combobox.ui new file mode 100644 index 000000000..9bce67069 --- /dev/null +++ b/extensions/uiconfig/sbibliography/ui/combobox.ui @@ -0,0 +1,40 @@ + + + + + + True + False + 6 + 6 + 6 + + + True + False + center + Table + True + combobox + + + False + True + 0 + + + + + True + False + center + True + + + True + True + 1 + + + + diff --git a/extensions/uiconfig/sbibliography/ui/editbox.ui b/extensions/uiconfig/sbibliography/ui/editbox.ui new file mode 100644 index 000000000..13d54230d --- /dev/null +++ b/extensions/uiconfig/sbibliography/ui/editbox.ui @@ -0,0 +1,39 @@ + + + + + + True + False + 6 + + + True + False + center + Search Key + True + entry + + + False + True + 0 + + + + + True + True + center + True + True + + + False + True + 1 + + + + diff --git a/extensions/uiconfig/sbibliography/ui/generalpage.ui b/extensions/uiconfig/sbibliography/ui/generalpage.ui new file mode 100644 index 000000000..4c0ebf76d --- /dev/null +++ b/extensions/uiconfig/sbibliography/ui/generalpage.ui @@ -0,0 +1,1019 @@ + + + + + + 55535 + 1 + 10 + + + True + False + True + True + vertical + + + True + True + True + True + in + + + True + False + 6 + + + + True + False + 6 + 12 + + + True + False + end + _Short name + True + shortnamecontrol + 1 + + + 0 + 0 + + + + + True + False + _Type + True + authtypecontrol + 1 + + + 2 + 0 + + + + + True + False + Author(s) + True + authorscontrol + 1 + + + 0 + 1 + + + + + True + False + _Publisher + True + publishercontrol + 1 + + + 0 + 2 + + + + + True + False + _Chapter + True + chaptercontrol + 1 + + + 0 + 3 + + + + + True + False + Tit_le + True + titlecontrol + 1 + + + 2 + 1 + + + + + True + False + A_ddress + True + addresscontrol + 1 + + + 2 + 2 + + + + + True + False + Pa_ge(s) + True + pagescontrol + 1 + + + 2 + 3 + + + + + True + False + _Year + True + yearcontrol + 1 + + + 4 + 0 + + + + + True + False + _ISBN + True + isbncontrol + 1 + + + 4 + 2 + + + + + True + False + Editor + True + editorcontrol + 1 + + + 0 + 5 + + + + + True + False + _Book title + True + booktitlecontrol + 1 + + + 0 + 6 + + + + + True + False + Ed_ition + True + editioncontrol + 1 + + + 2 + 5 + + + + + True + False + Volume + True + volumecontrol + 1 + + + 2 + 6 + + + + + True + False + Instit_ution + True + institutioncontrol + 1 + + + 2 + 7 + + + + + True + False + _Month + True + monthcontrol + 1 + + + 2 + 8 + + + + + True + False + Publication t_ype + True + publicationtypecontrol + 1 + + + 4 + 6 + + + + + True + False + University + True + universitycontrol + 1 + + + 4 + 7 + + + + + True + False + Type of re_port + True + reporttypecontrol + 1 + + + 0 + 8 + + + + + True + False + Organi_zation + True + organizationcontrol + 1 + + + 0 + 7 + + + + + True + False + _Journal + True + journalcontrol + 1 + + + 0 + 10 + + + + + True + False + Ann_otation + True + annotationcontrol + 1 + + + 0 + 11 + + + + + True + False + Numb_er + True + numbercontrol + 1 + + + 2 + 10 + + + + + True + False + _Note + True + notecontrol + 1 + + + 2 + 11 + + + + + True + False + Se_ries + True + seriescontrol + 1 + + + 4 + 10 + + + + + True + False + URL + True + urlcontrol + 1 + + + 4 + 11 + + + + + True + False + User-defined field _1 + True + custom1control + 1 + + + 0 + 13 + + + + + True + False + User-defined field _4 + True + custom4control + 1 + + + 0 + 14 + + + + + True + False + User-defined field _2 + True + custom2control + 1 + + + 2 + 13 + + + + + True + False + User-defined field _5 + True + custom5control + 1 + + + 2 + 14 + + + + + True + False + User-defined field _3 + True + custom3control + 1 + + + 4 + 13 + + + + + True + True + True + True + + + 1 + 0 + + + + + True + True + True + + + 3 + 1 + 3 + + + + + True + True + True + True + + + 5 + 0 + + + + + True + True + True + True + + + 1 + 1 + + + + + True + True + True + True + + + 1 + 2 + + + + + True + True + True + True + + + 3 + 2 + + + + + True + True + True + True + + + 5 + 2 + + + + + True + False + + + 3 + 0 + + + + + True + True + True + True + + + 1 + 3 + + + + + True + True + True + True + + + 3 + 3 + + + + + True + True + True + True + + + 1 + 5 + + + + + True + True + True + True + + + 3 + 5 + + + + + True + True + True + True + + + 1 + 6 + + + + + True + True + True + True + + + 3 + 6 + + + + + True + True + True + True + + + 5 + 6 + + + + + True + True + True + True + + + 1 + 7 + + + + + True + True + True + True + + + 3 + 7 + + + + + True + True + True + True + + + 5 + 7 + + + + + True + True + True + True + + + 1 + 8 + + + + + True + True + True + True + + + 3 + 8 + + + + + True + True + True + True + + + 1 + 10 + + + + + True + True + True + True + + + 1 + 11 + + + + + True + True + True + True + + + 3 + 10 + + + + + True + True + True + True + + + 3 + 11 + + + + + True + True + True + True + + + 5 + 10 + + + + + True + True + True + True + + + 5 + 11 + + + + + True + True + True + True + + + 1 + 13 + + + + + True + True + True + True + + + 1 + 14 + + + + + True + True + True + True + + + 3 + 13 + + + + + True + True + True + True + + + 3 + 14 + + + + + True + True + True + True + + + 5 + 13 + + + + + True + False + center + False + + + 0 + 4 + 6 + + + + + True + False + center + + + 0 + 12 + 6 + + + + + True + False + center + + + 0 + 9 + 6 + + + + + True + False + Local copy + True + localurlcontrol + 1 + + + 4 + 14 + + + + + True + False + vertical + + + True + False + + + True + True + True + True + + + False + True + 0 + + + + + Browse... + True + True + True + + + False + True + 1 + + + + + False + True + 0 + + + + + True + False + + + Page + True + True + False + True + + + + + + False + True + 0 + + + + + True + False + True + True + adjustment2 + + + + + + True + True + 1 + + + + + False + True + 1 + + + + + 5 + 14 + + + + + + + + + + + + + + + + + + + + + + + + + + + False + True + 0 + + + + + Insert, delete, edit, and organize records in the bibliography database. + + + + diff --git a/extensions/uiconfig/sbibliography/ui/mappingdialog.ui b/extensions/uiconfig/sbibliography/ui/mappingdialog.ui new file mode 100644 index 000000000..b4053eeb7 --- /dev/null +++ b/extensions/uiconfig/sbibliography/ui/mappingdialog.ui @@ -0,0 +1,1077 @@ + + + + + + False + 6 + Column Layout for Table “%1” + True + 0 + 0 + dialog + + + False + True + True + vertical + 12 + + + False + end + + + _OK + True + True + True + True + True + True + + + False + True + 0 + + + + + _Cancel + True + True + True + True + + + False + True + 1 + + + + + _Help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 1 + + + + + True + False + True + True + 0 + none + + + + True + False + 12 + 6 + True + True + 6 + 12 + + + True + False + end + _Short name + True + identifierCombobox + + + 0 + 0 + + + + + True + False + end + _Author(s) + True + authorCombobox + + + 0 + 1 + + + + + True + False + end + _Publisher + True + publisherCombobox + + + 0 + 2 + + + + + True + False + end + _Chapter + True + chapterCombobox + + + 0 + 3 + + + + + True + False + end + Editor + True + editorCombobox + + + 0 + 5 + + + + + True + False + center + True + + + 1 + 1 + + + + + True + False + center + True + + + 1 + 2 + + + + + True + False + center + True + + + 1 + 3 + + + + + True + False + center + True + + + 1 + 5 + + + + + True + False + end + _Type + True + authorityTypeCombobox + + + 2 + 0 + + + + + True + False + end + _Year + True + yearCombobox + + + 4 + 0 + + + + + True + False + end + Tit_le + True + titleCombobox + + + 2 + 1 + + + + + True + False + center + True + + + 3 + 0 + + + + + True + False + center + True + + + 5 + 0 + + + + + True + False + center + True + + + 3 + 1 + + + + + True + False + end + A_ddress + True + addressCombobox + + + 2 + 2 + + + + + True + False + end + _ISBN + True + ISBNCombobox + + + 4 + 2 + + + + + True + False + end + Pa_ge(s) + True + pagesCombobox + + + 2 + 3 + + + + + True + False + center + True + + + 3 + 2 + + + + + True + False + center + True + + + 5 + 2 + + + + + True + False + center + True + + + 3 + 3 + + + + + True + False + end + Ed_ition + True + editionCombobox + + + 2 + 5 + + + + + True + False + center + True + + + 3 + 5 + + + + + True + False + end + _Book title + True + bookTitleCombobox + + + 0 + 6 + + + + + True + False + end + Volume + True + volumeCombobox + + + 2 + 6 + + + + + True + False + end + Publication t_ype + True + howPublishedCombobox + + + 4 + 6 + + + + + True + False + center + True + + + 1 + 6 + + + + + True + False + center + True + + + 3 + 6 + + + + + True + False + center + True + + + 5 + 6 + + + + + True + False + end + Organi_zation + True + organizationCombobox + + + 0 + 7 + + + + + True + False + end + Instit_ution + True + institutionCombobox + + + 2 + 7 + + + + + True + False + end + Uni_versity + True + schoolCombobox + + + 4 + 7 + + + + + True + False + center + True + + + 1 + 7 + + + + + True + False + center + True + + + 3 + 7 + + + + + True + False + center + True + + + 5 + 7 + + + + + True + False + end + Type of re_port + True + reportTypeCombobox + + + 0 + 8 + + + + + True + False + end + _Month + True + monthCombobox + + + 2 + 8 + + + + + True + False + center + True + + + 1 + 8 + + + + + True + False + center + True + + + 3 + 8 + + + + + True + False + end + _Journal + True + journalCombobox + + + 0 + 10 + + + + + True + False + end + Numb_er + True + numberCombobox + + + 2 + 10 + + + + + True + False + end + Se_ries + True + seriesCombobox + + + 4 + 10 + + + + + True + False + center + True + + + 1 + 10 + + + + + True + False + center + True + + + 3 + 10 + + + + + True + False + center + True + + + 5 + 10 + + + + + True + False + end + Ann_otation + True + annoteCombobox + + + 0 + 11 + + + + + True + False + end + _Note + True + noteCombobox + + + 2 + 11 + + + + + True + False + end + URL + True + URLCombobox + + + 4 + 11 + + + + + True + False + center + True + + + 1 + 11 + + + + + True + False + center + True + + + 3 + 11 + + + + + True + False + center + True + + + 5 + 11 + + + + + True + False + end + User-defined field _1 + True + custom1Combobox + + + 0 + 13 + + + + + True + False + end + User-defined field _2 + True + custom2Combobox + + + 2 + 13 + + + + + True + False + end + User-defined field _3 + True + custom3Combobox + + + 4 + 13 + + + + + True + False + end + User-defined field _4 + True + custom4Combobox + + + 0 + 14 + + + + + True + False + end + User-defined field _5 + True + custom5Combobox + + + 2 + 14 + + + + + True + False + center + True + + + 1 + 13 + + + + + True + False + center + True + + + 3 + 13 + + + + + True + False + center + True + + + 5 + 13 + + + + + True + False + center + True + + + 1 + 14 + + + + + True + False + center + True + + + 3 + 14 + + + + + True + False + center + True + + + 1 + 0 + + + + + 12 + 12 + True + False + vertical + + + + + + 0 + 12 + + + + + 12 + 12 + True + False + vertical + + + + + + 0 + 9 + + + + + 12 + 12 + True + False + vertical + + + + + + 0 + 4 + + + + + True + False + end + Local copy + True + LocalURLCombobox + + + 4 + 14 + + + + + True + False + center + True + + + 5 + 14 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + False + Column Names + + + + + + + + False + True + 0 + + + + + + ok + cancel + help + + + + Lets you map the column headings to data fields from a different data source. To define a different data source for your bibliography, click the Data Source button on the record's Object bar. + + + + diff --git a/extensions/uiconfig/sbibliography/ui/querydialog.ui b/extensions/uiconfig/sbibliography/ui/querydialog.ui new file mode 100644 index 000000000..121e877ee --- /dev/null +++ b/extensions/uiconfig/sbibliography/ui/querydialog.ui @@ -0,0 +1,49 @@ + + + + + + False + True + False + dialog + question + yes-no + + + False + vertical + 2 + + + False + True + + + False + False + 0 + + + + + Do not show this question again. + True + True + False + True + True + + + False + True + 2 + + + + + + + + + diff --git a/extensions/uiconfig/sbibliography/ui/toolbar.ui b/extensions/uiconfig/sbibliography/ui/toolbar.ui new file mode 100644 index 000000000..81e60b5fb --- /dev/null +++ b/extensions/uiconfig/sbibliography/ui/toolbar.ui @@ -0,0 +1,122 @@ + + + + + + True + True + False + + + True + .uno:Bib/source + True + + + False + True + + + + + True + .uno:Bib/sdbsource + Data Source + True + + + False + True + + + + + True + False + + + False + True + + + + + True + .uno:Bib/query + True + + + False + True + + + + + True + False + + + False + True + + + + + True + .uno:Bib/autoFilter + AutoFilter + True + + + False + True + + + + + True + .uno:Bib/standardFilter + Standard Filter + True + + + False + True + + + + + True + .uno:Bib/removeFilter + Reset Filter + True + + + False + True + + + + + True + .uno:Bib/Mapping + Column Arrangement + True + + + Lets you map the column headings to data fields from a different data source. To define a different data source for your bibliography, click the Data Source button on the record's Object bar. + + + + + False + True + + + + + Insert, delete, edit, and organize records in the bibliography database. + + + + diff --git a/extensions/uiconfig/scanner/ui/griddialog.ui b/extensions/uiconfig/scanner/ui/griddialog.ui new file mode 100644 index 000000000..6f8b0d2b4 --- /dev/null +++ b/extensions/uiconfig/scanner/ui/griddialog.ui @@ -0,0 +1,158 @@ + + + + + + False + 6 + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + _OK + True + True + True + True + True + True + + + False + True + 0 + + + + + _Cancel + True + True + True + True + + + False + True + 1 + + + + + False + True + end + 0 + + + + + True + False + True + True + 12 + + + True + True + True + True + never + never + in + + + True + False + + + True + False + GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK + True + True + + + + + + + False + True + 0 + + + + + True + False + vertical + 6 + + + True + False + + Linear ascending + Linear descending + Original values + Exponential increasing + + + + False + True + 2 + + + + + _Set + True + True + True + True + + + False + True + 3 + + + + + False + True + 1 + + + + + False + True + 1 + + + + + + ok + cancel + + + diff --git a/extensions/uiconfig/scanner/ui/sanedialog.ui b/extensions/uiconfig/scanner/ui/sanedialog.ui new file mode 100644 index 000000000..da4cd6866 --- /dev/null +++ b/extensions/uiconfig/scanner/ui/sanedialog.ui @@ -0,0 +1,778 @@ + + + + + + 100 + 1 + 10 + + + 100 + 1 + 10 + + + 100 + 1 + 10 + + + 100 + 1 + 10 + + + 100 + 1 + 10 + + + 100 + 1 + 10 + + + + + + + + + + + False + 6 + Scanner + True + 0 + 0 + dialog + + + False + vertical + 12 + + + False + True + end + + + _Help + True + True + True + True + True + + + True + True + 0 + + + + + About Dev_ice + True + True + True + True + + + Displays a popup window with information obtained from the scanner driver. + + + + + False + True + 1 + + + + + Create Previe_w + True + True + True + True + + + Scans and displays the document in the preview area. + + + + + False + True + 2 + + + + + _Scan + True + True + True + True + + + Scans an image, and then inserts the result into the document and closes the dialog. + + + + + False + True + 3 + + + + + _Cancel + True + True + True + True + + + False + True + 5 + + + + + False + True + end + 1 + + + + + True + False + 12 + + + True + False + True + True + vertical + 12 + + + True + False + 0 + none + + + + True + False + 12 + 6 + 6 + 12 + + + True + False + _Left: + True + leftSpinbutton + 0 + + + 0 + 0 + + + + + True + False + To_p: + True + topSpinbutton + 0 + + + 0 + 1 + + + + + True + False + _Right: + True + rightSpinbutton + 0 + + + 0 + 2 + + + + + True + False + _Bottom: + True + bottomSpinbutton + 0 + + + 0 + 3 + + + + + True + True + True + True + True + adjustment2 + + + Set the top margin of the scan area. + + + + + 1 + 1 + + + + + True + True + True + True + True + adjustment3 + + + Set the right margin of the scan area. + + + + + 1 + 2 + + + + + True + True + True + True + True + adjustment4 + + + Set the bottom margin of the scan area. + + + + + 1 + 3 + + + + + True + True + True + True + True + adjustment1 + + + Set the left margin of the scan area. + + + + + 1 + 0 + + + + + + + True + False + Scan Area + 0 + + + + + False + True + 0 + + + + + True + False + True + True + 0 + none + + + True + True + center + start + 12 + 6 + True + True + never + never + in + + + True + False + + + True + False + GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK + True + True + + + Displays a preview of the scanned image. The preview area contains eight handles. Drag the handles to adjust the scan area or enter a value in the corresponding margin spin box. + + + + + + + + + + + True + False + Preview + + + + + False + True + 1 + + + + + False + True + 0 + + + + + True + False + vertical + 12 + + + + True + False + 6 + 12 + + + True + False + Device _used + True + deviceCombobox + 0 + + + 0 + 0 + + + + + True + False + Resolution [_DPI] + True + reslCombobox + 0 + + + 0 + 1 + + + + + True + False + True + + + Displays a list of available scanners detected in your system. + + + + + 1 + 0 + + + + + True + False + True + + + True + True + + + + + Select the resolution in dots per inch for the scan job. + + + + + 1 + 1 + + + + + False + True + 0 + + + + + True + False + True + True + vertical + 6 + + + Show advanced options + True + True + False + True + True + + + Mark this checkbox to display more configuration options for the scanner device. + + + + + False + True + 0 + + + + + True + False + vertical + 12 + True + + + + True + False + 6 + + + True + False + Options: + True + optionSvTreeListBox + 0 + + + 0 + 0 + + + + + True + True + True + True + in + + + True + True + True + True + True + liststore2 + False + 0 + + + + + + + + + 0 + + + + + + + Displays the list of available scanner driver advanced options. Double click an option to display its contents just below. + + + + + + + 0 + 1 + + + + + False + True + 0 + + + + + + True + False + 6 + + + True + False + start + 0 + + + 0 + 1 + + + + + Se_t + True + True + True + True + + + 0 + 2 + + + + + True + False + + + 0 + 3 + + + + + True + False + + + 0 + 4 + + + + + True + True + False + True + True + + + 0 + 5 + + + + + True + True + True + True + + + 0 + 6 + + + + + True + True + True + True + + + 0 + 7 + + + + + True + False + start + Vector element + True + vectorSpinbutton + 0 + + + 0 + 8 + + + + + True + True + True + True + adjustment5 + + + 0 + 9 + + + + + True + True + True + never + never + in + + + True + False + + + True + False + start + start + 0 + 0 + + + + + + + 0 + 0 + + + + + False + True + 1 + + + + + False + True + 1 + + + + + False + True + 1 + + + + + False + True + 1 + + + + + False + True + 0 + + + + + + help + deviceInfoButton + previewButton + ok + cancel + + + diff --git a/extensions/uiconfig/spropctrlr/ui/browserline.ui b/extensions/uiconfig/spropctrlr/ui/browserline.ui new file mode 100644 index 000000000..275c58aa0 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/browserline.ui @@ -0,0 +1,51 @@ + + + + + + + True + False + True + True + 6 + + + True + False + 0 + + + 0 + 0 + + + + + ... + True + True + True + + + 3 + 0 + + + + + ... + True + True + True + + + 2 + 0 + + + + + + + diff --git a/extensions/uiconfig/spropctrlr/ui/browserpage.ui b/extensions/uiconfig/spropctrlr/ui/browserpage.ui new file mode 100644 index 000000000..171c83727 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/browserpage.ui @@ -0,0 +1,94 @@ + + + + + + + True + False + True + True + 6 + + + True + True + True + True + never + + + True + False + + + True + False + True + True + vertical + + + True + False + start + True + True + 6 + vertical + 6 + True + + + + + + False + True + 0 + + + + + + + + + 0 + 0 + + + + + True + False + 0 + none + + + True + True + False + False + 12 + 6 + + + + + True + False + Help + + + + + + + + 0 + 1 + + + + diff --git a/extensions/uiconfig/spropctrlr/ui/colorlistbox.ui b/extensions/uiconfig/spropctrlr/ui/colorlistbox.ui new file mode 100644 index 000000000..40ae63eac --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/colorlistbox.ui @@ -0,0 +1,18 @@ + + + + + + True + True + True + True + True + True + + 0 + + + + + diff --git a/extensions/uiconfig/spropctrlr/ui/combobox.ui b/extensions/uiconfig/spropctrlr/ui/combobox.ui new file mode 100644 index 000000000..7d3b1c698 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/combobox.ui @@ -0,0 +1,17 @@ + + + + + + True + False + True + True + + + True + True + + + + diff --git a/extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui b/extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui new file mode 100644 index 000000000..3b7c1522c --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/controlfontdialog.ui @@ -0,0 +1,205 @@ + + + + + + False + 6 + Character + dialog + + + + + + False + vertical + 12 + + + False + end + + + _Reset + True + True + True + True + + + False + True + 0 + + + + + _OK + True + True + True + True + True + True + + + False + True + 1 + + + + + _Cancel + True + True + True + True + + + False + True + 2 + + + + + _Help + True + True + True + True + + + False + True + 3 + True + + + + + False + True + end + 0 + + + + + True + True + True + True + True + True + + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + False + Font + + + False + + + + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + True + False + Font Effects + + + 1 + False + + + + + False + True + 1 + + + + + + reset + ok + cancel + help + + + diff --git a/extensions/uiconfig/spropctrlr/ui/datatypedialog.ui b/extensions/uiconfig/spropctrlr/ui/datatypedialog.ui new file mode 100644 index 000000000..987a8384a --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/datatypedialog.ui @@ -0,0 +1,130 @@ + + + + + + False + 6 + New Data Type + True + 0 + 0 + normal + + + + + + False + vertical + 12 + + + False + end + + + _OK + True + True + True + True + True + True + + + False + True + 0 + + + + + _Cancel + True + True + True + True + + + False + True + 1 + + + + + _Help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + + True + False + start + True + True + 6 + 12 + + + True + False + Type a name for the new data type: + True + entry + 0 + + + 0 + 0 + + + + + True + True + True + True + True + + + 0 + 1 + + + + + False + True + 1 + + + + + + ok + cancel + help + + + diff --git a/extensions/uiconfig/spropctrlr/ui/datefield.ui b/extensions/uiconfig/spropctrlr/ui/datefield.ui new file mode 100644 index 000000000..2369cd25b --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/datefield.ui @@ -0,0 +1,45 @@ + + + + + + True + False + x-office-calendar + 2 + + + True + False + True + 6 + + + True + True + True + True + + + False + True + 0 + + + + + True + True + True + image7 + 1 + True + + + False + True + 1 + + + + diff --git a/extensions/uiconfig/spropctrlr/ui/datetimefield.ui b/extensions/uiconfig/spropctrlr/ui/datetimefield.ui new file mode 100644 index 000000000..f736a8e63 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/datetimefield.ui @@ -0,0 +1,49 @@ + + + + + + 86400000 + 1000 + 60000 + + + True + False + True + 3 + + + True + True + True + False + True + True + + + + + + + False + True + 0 + + + + + True + True + True + True + adjustment1 + + + False + True + 1 + + + + diff --git a/extensions/uiconfig/spropctrlr/ui/formattedcontrol.ui b/extensions/uiconfig/spropctrlr/ui/formattedcontrol.ui new file mode 100644 index 000000000..be3bd8857 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/formattedcontrol.ui @@ -0,0 +1,20 @@ + + + + + + -10000 + 10000 + 1 + 10 + + + True + True + True + True + adjustmentForwardBackward + True + 2 + + diff --git a/extensions/uiconfig/spropctrlr/ui/formattedsample.ui b/extensions/uiconfig/spropctrlr/ui/formattedsample.ui new file mode 100644 index 000000000..60fb76e83 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/formattedsample.ui @@ -0,0 +1,45 @@ + + + + + + -10000 + 10000 + 1 + 10 + + + True + False + True + + + True + True + True + True + + + False + True + 0 + + + + + True + True + True + True + adjustmentForwardBackward + True + 2 + + + False + True + 1 + + + + diff --git a/extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui b/extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui new file mode 100644 index 000000000..aecbfff7a --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/formlinksdialog.ui @@ -0,0 +1,384 @@ + + + + + + False + True + True + 6 + Link fields + True + 0 + 0 + dialog + + + + + + False + True + True + vertical + 12 + + + False + end + + + Suggest + True + True + True + + + False + True + 0 + + + + + _OK + True + True + True + True + True + True + + + False + True + 1 + + + + + _Cancel + True + True + True + True + + + False + True + 2 + + + + + _Help + True + True + True + True + + + False + True + 3 + True + + + + + False + True + end + 0 + + + + + True + False + True + True + vertical + 6 + + + True + False + Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form. + True + 60 + 60 + 0 + + + False + True + 0 + + + + + True + False + True + True + + + True + False + label + + + False + True + 0 + + + + + True + False + label + + + False + True + 1 + + + + + False + True + 1 + + + + + True + False + True + 6 + + + True + False + True + True + + + True + True + True + + + + + False + True + 0 + + + + + True + False + True + True + + + True + True + True + + + + + False + True + 1 + + + + + False + True + 2 + + + + + True + False + True + 6 + + + True + False + True + True + + + True + True + True + + + + + False + True + 0 + + + + + True + False + True + True + + + True + True + True + + + + + False + True + 1 + + + + + False + True + 3 + + + + + True + False + True + 6 + + + True + False + True + True + + + True + True + True + + + + + False + True + 0 + + + + + True + False + True + True + + + True + True + True + + + + + False + True + 1 + + + + + False + True + 4 + + + + + True + False + True + 6 + + + True + False + True + True + + + True + True + True + + + + + False + True + 0 + + + + + True + False + True + True + + + True + True + True + + + + + False + True + 1 + + + + + False + True + 5 + + + + + False + True + 1 + + + + + + suggestButton + ok + cancel + help + + + diff --git a/extensions/uiconfig/spropctrlr/ui/formproperties.ui b/extensions/uiconfig/spropctrlr/ui/formproperties.ui new file mode 100644 index 000000000..ba69d3ae2 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/formproperties.ui @@ -0,0 +1,40 @@ + + + + + + True + False + True + True + vertical + + + True + True + True + True + + + False + True + 0 + + + + + False + True + vertical + + + + + + False + True + 1 + + + + diff --git a/extensions/uiconfig/spropctrlr/ui/hyperlinkfield.ui b/extensions/uiconfig/spropctrlr/ui/hyperlinkfield.ui new file mode 100644 index 000000000..ccb2679b3 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/hyperlinkfield.ui @@ -0,0 +1,38 @@ + + + + + + True + False + True + 6 + + + True + True + True + True + + + False + True + 0 + + + + + ... + True + True + True + Activate link + + + False + True + 1 + + + + diff --git a/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui b/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui new file mode 100644 index 000000000..cf4073db1 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + False + 6 + Label Field Selection + True + 0 + dialog + + + + + + False + True + True + vertical + 6 + + + False + end + + + _OK + True + True + True + True + True + True + + + False + True + 0 + + + + + _Cancel + True + True + True + True + + + False + True + 1 + + + + + _Help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + True + True + vertical + 6 + + + True + False + start + These are control fields that can be used as label fields for the $controlclass$ $controlname$. + True + True + control + 60 + 60 + 0 + 0 + + + False + True + 0 + + + + + True + False + True + True + in + + + True + True + True + True + liststore1 + False + 1 + True + True + + + + + + 6 + + + + 0 + + + + + + 1 + + + + + + + + + True + True + 1 + + + + + _No assignment + True + True + False + True + True + + + False + True + 2 + + + + + True + True + 1 + + + + + + ok + cancel + help + + + diff --git a/extensions/uiconfig/spropctrlr/ui/listbox.ui b/extensions/uiconfig/spropctrlr/ui/listbox.ui new file mode 100644 index 000000000..21f221d72 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/listbox.ui @@ -0,0 +1,10 @@ + + + + + + True + False + True + + diff --git a/extensions/uiconfig/spropctrlr/ui/listselectdialog.ui b/extensions/uiconfig/spropctrlr/ui/listselectdialog.ui new file mode 100644 index 000000000..1e20a1be3 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/listselectdialog.ui @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + False + 6 + True + 0 + 0 + normal + + + + + + False + vertical + 12 + + + False + end + + + _OK + True + True + True + True + True + True + + + False + True + 0 + + + + + _Cancel + True + True + True + True + + + False + True + 1 + + + + + _Help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + True + True + 0 + none + + + True + False + True + True + in + 12 + 6 + + + True + True + True + True + liststore2 + False + False + 0 + False + + + + + + + + + 0 + + + + + + + + + + + True + False + + + + + + + + False + True + 1 + + + + + + ok + cancel + help + + + diff --git a/extensions/uiconfig/spropctrlr/ui/multiline.ui b/extensions/uiconfig/spropctrlr/ui/multiline.ui new file mode 100644 index 000000000..d9570489a --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/multiline.ui @@ -0,0 +1,87 @@ + + + + + + False + True + none + + + True + False + vertical + 6 + + + True + True + in + + + True + True + word + + + + + False + True + 0 + + + + + _OK + True + True + True + True + + + False + True + 1 + + + + + + + True + False + True + 6 + + + True + True + True + + + False + True + 0 + + + + + True + True + True + Multiline Editing + True + + + + + + + False + True + 1 + + + + diff --git a/extensions/uiconfig/spropctrlr/ui/numericfield.ui b/extensions/uiconfig/spropctrlr/ui/numericfield.ui new file mode 100644 index 000000000..0cd1d0645 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/numericfield.ui @@ -0,0 +1,17 @@ + + + + + + 100 + 1 + 10 + + + True + True + True + True + adjustment1 + + diff --git a/extensions/uiconfig/spropctrlr/ui/taborder.ui b/extensions/uiconfig/spropctrlr/ui/taborder.ui new file mode 100644 index 000000000..70a0d521a --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/taborder.ui @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + False + 6 + Tab Order + True + 0 + 0 + dialog + + + False + vertical + 12 + + + False + end + + + _OK + True + True + True + True + True + True + + + False + True + 3 + + + + + _Cancel + True + True + True + True + + + False + True + 4 + + + + + _Help + True + True + True + True + + + False + True + 5 + True + + + + + False + True + end + 0 + + + + + True + False + True + True + 0 + none + + + + True + False + 12 + True + True + 12 + 6 + + + True + True + True + True + in + + + True + True + True + True + liststore1 + False + False + True + 0 + False + + + + + + + + + 0 + + + + + + + + + + 1 + + + + + + + Lists all controls in the form. These controls can be selected with the tab key in the given order from top to bottom. + + + + + + + 0 + 0 + + + + + True + False + vertical + 6 + start + + + _Move Up + True + True + True + True + + + False + True + 0 + + + + + Move _Down + True + True + True + True + + + False + True + 1 + + + + + _Automatic Sort + True + True + True + True + + + False + True + 2 + + + + + 1 + 0 + + + + + + + True + False + Controls + + + + + + + + False + True + 1 + + + + + + ok + cancel + help + + + + + + diff --git a/extensions/uiconfig/spropctrlr/ui/textfield.ui b/extensions/uiconfig/spropctrlr/ui/textfield.ui new file mode 100644 index 000000000..d222cb2e7 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/textfield.ui @@ -0,0 +1,11 @@ + + + + + + True + True + True + True + + diff --git a/extensions/uiconfig/spropctrlr/ui/timefield.ui b/extensions/uiconfig/spropctrlr/ui/timefield.ui new file mode 100644 index 000000000..1203ed5e3 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/timefield.ui @@ -0,0 +1,17 @@ + + + + + + 86400000 + 1000 + 60000 + + + True + True + True + True + adjustment1 + + diff --git a/extensions/uiconfig/spropctrlr/ui/urlcontrol.ui b/extensions/uiconfig/spropctrlr/ui/urlcontrol.ui new file mode 100644 index 000000000..20db00e19 --- /dev/null +++ b/extensions/uiconfig/spropctrlr/ui/urlcontrol.ui @@ -0,0 +1,17 @@ + + + + + + True + False + True + True + + + True + True + + + + -- cgit v1.2.3