summaryrefslogtreecommitdiff
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-07-30 21:53:18 -0300
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-08-21 18:02:16 +0200
commitc1eb680261107877bf2cea9339e89e23a0a29371 (patch)
tree0f8a3800f7bcaba42c815f80b33c0eeea2531dd3 /sc/uiconfig
parentf5c2c94fa7c896dc9a76c30d824cd1c3be725c65 (diff)
tdf#118148 All extended tips for shared/optionen
Extended tips extracted from <ahelp> in all remaining shared/optionen help pages Change-Id: Id35ce9d51ebf0f7fbe1b399ccabbf85a2c145f6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99825 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/scalc/ui/colorrowdialog.ui23
-rw-r--r--sc/uiconfig/scalc/ui/formulacalculationoptions.ui11
-rw-r--r--sc/uiconfig/scalc/ui/optcalculatepage.ui77
-rw-r--r--sc/uiconfig/scalc/ui/optchangespage.ui55
-rw-r--r--sc/uiconfig/scalc/ui/optcompatibilitypage.ui7
-rw-r--r--sc/uiconfig/scalc/ui/optdefaultpage.ui9
-rw-r--r--sc/uiconfig/scalc/ui/optdlg.ui26
-rw-r--r--sc/uiconfig/scalc/ui/optformula.ui7
-rw-r--r--sc/uiconfig/scalc/ui/optsortlists.ui37
-rw-r--r--sc/uiconfig/scalc/ui/scgeneralpage.ui63
-rw-r--r--sc/uiconfig/scalc/ui/tpviewpage.ui108
11 files changed, 390 insertions, 33 deletions
diff --git a/sc/uiconfig/scalc/ui/colorrowdialog.ui b/sc/uiconfig/scalc/ui/colorrowdialog.ui
index 1ffb54edfc23..3b7d83e2c6e6 100644
--- a/sc/uiconfig/scalc/ui/colorrowdialog.ui
+++ b/sc/uiconfig/scalc/ui/colorrowdialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="ColOrRowDialog">
@@ -11,9 +11,6 @@
<property name="default_width">0</property>
<property name="default_height">0</property>
<property name="type_hint">dialog</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -105,6 +102,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="columns-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|columns">Select the Columns option to summarize the contents of the selected columns in a list.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -122,6 +124,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">columns</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="rows-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|rows">Select the Rows option to summarize the contents of the selected rows in a list.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -157,5 +164,13 @@
<action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="ColOrRowDialog-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ColOrRowDialog">Allows you to copy marked cells to a sort list.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui
index 27311c3adf8e..8bb6670ef48b 100644
--- a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui
+++ b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.0 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="FormulaCalculationOptions">
@@ -207,13 +207,18 @@
</object>
</child>
<action-widgets>
+ <action-widget response="-11">help</action-widget>
<action-widget response="-5">ok</action-widget>
<action-widget response="-6">cancel</action-widget>
- <action-widget response="-11">help</action-widget>
</action-widgets>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="FormulaCalculationOptions-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|FormulaCalculationOptions">Sets the rules for conversion from strings values to numeric values, string values to cell references, and strings values to date and time values. This affects built-in functions such as INDIRECT that takes a reference as a string value or date and time functions that takes arguments as string values in local or ISO 8601 formats.</property>
+ </object>
+ </child>
</object>
<object class="GtkSizeGroup" id="sizegroup1">
<widgets>
diff --git a/sc/uiconfig/scalc/ui/optcalculatepage.ui b/sc/uiconfig/scalc/ui/optcalculatepage.ui
index d1e05ead51a0..2adb3e9bb69b 100644
--- a/sc/uiconfig/scalc/ui/optcalculatepage.ui
+++ b/sc/uiconfig/scalc/ui/optcalculatepage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -105,6 +105,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="case-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|case">Specifies whether to distinguish between upper and lower case in texts when comparing cell contents.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -120,6 +125,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="calc-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|calc">Specifies whether to make calculations using the rounded values displayed in the sheet. Charts will be shown with the displayed values. If the Precision as shown option is not marked, the displayed numbers are rounded, but they are calculated internally using the non-rounded number.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -136,6 +146,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="match-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|match">Specifies that the search criteria you set for the Calc database functions must match the whole cell exactly. When both, the Search criteria = and &lt;&gt; must apply to whole cells box and the Enable wildcards in formulas box are marked, %PRODUCTNAME Calc behaves exactly as Microsoft Excel when searching cells in the database functions.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -151,6 +166,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="lookup-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|lookup">Specifies that you can use the text in any cell as a label for the column below the text or the row to the right of the text. The text must consist of at least one word and must not contain any operators.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -166,6 +186,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="generalprec-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|generalprec">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -202,6 +227,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustment2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="prec-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|prec">Defines the number of decimals to be displayed for numbers with the General number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -265,6 +295,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="iterate-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|iterate">Specifies whether formulas with iterative references (formulas that are continuously repeated until the problem is solved) are calculated after a specific number of repetitions.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -317,6 +352,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustment1</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="steps-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|steps">Sets the maximum number of iteration steps.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -329,6 +369,11 @@
<property name="can_focus">True</property>
<property name="activates_default">True</property>
<property name="width_chars">12</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="minchange-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|minchange">Specifies the difference between two consecutive iteration step results. If the result of the iteration is lower than the minimum change value, then the iteration will stop.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -392,6 +437,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="datestd-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|datestd">Sets 12/30/1899 as day zero.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -409,6 +459,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">datestd</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="datesc10-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|datesc10">Sets 1/1/1900 as day zero. Use this setting for StarCalc 1.0 spreadsheets containing date entries.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -426,6 +481,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">datestd</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="date1904-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|date1904">Sets 1/1/1904 as day zero. Use this setting for spreadsheets that are imported in a foreign format.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -479,6 +539,11 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="formulawildcards-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|formulawildcards">Specifies that wildcards are enabled when searching and also for character string comparisons.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -495,6 +560,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">formulawildcards</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="formularegex-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|formularegex">Specifies that regular expressions instead of simple wildcards are enabled when searching and also for character string comparisons.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -511,6 +581,11 @@
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="group">formulawildcards</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="formulaliteral-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|formulaliteral">Specifies that only literal strings are used when searching and also for character string comparisons.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sc/uiconfig/scalc/ui/optchangespage.ui b/sc/uiconfig/scalc/ui/optchangespage.ui
index 80d9bfd67246..7892f25cbd10 100644
--- a/sc/uiconfig/scalc/ui/optchangespage.ui
+++ b/sc/uiconfig/scalc/ui/optchangespage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkBox" id="OptChangesPage">
@@ -33,10 +33,10 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
<property name="label" translatable="yes" context="optchangespage|label2">Chan_ges:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">changes</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -47,10 +47,10 @@
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
<property name="label" translatable="yes" context="optchangespage|label3">_Deletions:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">deletions</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -61,10 +61,10 @@
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
<property name="label" translatable="yes" context="optchangespage|label4">_Insertions:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">insertions</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -75,10 +75,10 @@
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
<property name="label" translatable="yes" context="optchangespage|label5">_Moved entries:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entries</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -89,10 +89,18 @@
<object class="GtkMenuButton" id="changes">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="receives_default">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
- <property name="label" translatable="no"></property>
+ <child>
+ <placeholder/>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="changes-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|changes">Specifies the color for changes of cell contents.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -103,10 +111,18 @@
<object class="GtkMenuButton" id="deletions">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="receives_default">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
- <property name="label" translatable="no"></property>
+ <child>
+ <placeholder/>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="deletions-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|deletions">Specifies the color to highlight deletions in a document.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -117,10 +133,18 @@
<object class="GtkMenuButton" id="entries">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="receives_default">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
- <property name="label" translatable="no"></property>
+ <child>
+ <placeholder/>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="entries-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|entries">Specifies the color to highlight moved cell contents.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -131,10 +155,18 @@
<object class="GtkMenuButton" id="insertions">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="receives_default">False</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
- <property name="label" translatable="no"></property>
+ <child>
+ <placeholder/>
+ </child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="insertions-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|insertions">Specifies the color to highlight insertions in a document.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -162,5 +194,10 @@
<property name="position">0</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="OptChangesPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptChangesPage">The Changes dialog specifies various options for highlighting recorded changes in documents.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sc/uiconfig/scalc/ui/optcompatibilitypage.ui b/sc/uiconfig/scalc/ui/optcompatibilitypage.ui
index 20fadcd95777..2484013b6f92 100644
--- a/sc/uiconfig/scalc/ui/optcompatibilitypage.ui
+++ b/sc/uiconfig/scalc/ui/optcompatibilitypage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkBox" id="OptCompatibilityPage">
@@ -88,5 +88,10 @@
<property name="position">0</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="OptCompatibilityPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptCompatibilityPage">Defines compatibility options for %PRODUCTNAME Calc.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sc/uiconfig/scalc/ui/optdefaultpage.ui b/sc/uiconfig/scalc/ui/optdefaultpage.ui
index e04febe0818d..ec04d0ba7e8e 100644
--- a/sc/uiconfig/scalc/ui/optdefaultpage.ui
+++ b/sc/uiconfig/scalc/ui/optdefaultpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -90,8 +90,8 @@
<property name="label" translatable="yes" context="optdefaultpage|jumbo_sheets">_Enable very large spreadsheets (16m rows, 16384 cols)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="use_underline">True</property>
<property name="receives_default">False</property>
+ <property name="use_underline">True</property>
<property name="draw_indicator">True</property>
</object>
<packing>
@@ -121,5 +121,10 @@
<property name="position">0</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="OptDefaultPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptDefaultPage">Defines default settings for new spreadsheet documents.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sc/uiconfig/scalc/ui/optdlg.ui b/sc/uiconfig/scalc/ui/optdlg.ui
index b8ae6a792a7a..dbcc092f9d05 100644
--- a/sc/uiconfig/scalc/ui/optdlg.ui
+++ b/sc/uiconfig/scalc/ui/optdlg.ui
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.36.0 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkBox" id="optCalcPrintPage">
@@ -26,8 +27,8 @@
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
- <object class="GtkCheckButton" id="suppressCB">
- <property name="label" translatable="yes" context="optdlg|suppressCB">_Suppress output of empty pages</property>
+ <object class="GtkCheckButton" id="forceBreaksCB">
+ <property name="label" translatable="yes" context="optdlg|forceBreaksCB">_Always apply manual breaks</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -42,14 +43,19 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="forceBreaksCB">
- <property name="label" translatable="yes" context="optdlg|forceBreaksCB">_Always apply manual breaks</property>
+ <object class="GtkCheckButton" id="suppressCB">
+ <property name="label" translatable="yes" context="optdlg|suppressCB">_Suppress output of empty pages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="suppressCB-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|suppressCB">Specifies that empty pages that have no cell contents or draw objects are not printed.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -105,6 +111,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="printCB-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|printCB">Specifies that only contents from selected sheets are printed, even if you specify a wider range in the File - Print dialog or in the Format - Print Ranges dialog. Contents from sheets that are not selected will not be printed.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -120,8 +131,8 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="yalign">0.47999998927116394</property>
<property name="label" translatable="yes" context="optdlg|label2">Sheets</property>
+ <property name="yalign">0.47999998927116394</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
@@ -134,5 +145,10 @@
<property name="position">1</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="optCalcPrintPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|optCalcPrintPage">Determines the printer settings for spreadsheets.</property>
+ </object>
+ </child>
</object>
</interface>
diff --git a/sc/uiconfig/scalc/ui/optformula.ui b/sc/uiconfig/scalc/ui/optformula.ui
index ceae62e26a70..b67abb4d56a4 100644
--- a/sc/uiconfig/scalc/ui/optformula.ui
+++ b/sc/uiconfig/scalc/ui/optformula.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkGrid" id="OptFormula">
@@ -435,6 +435,11 @@
<property name="top_attach">1</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="OptFormula-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptFormula">Defines formula syntax options and loading options for %PRODUCTNAME Calc.</property>
+ </object>
+ </child>
</object>
<object class="GtkSizeGroup" id="sizegroup1">
<widgets>
diff --git a/sc/uiconfig/scalc/ui/optsortlists.ui b/sc/uiconfig/scalc/ui/optsortlists.ui
index 61a9ab995076..6f46c72bb6a9 100644
--- a/sc/uiconfig/scalc/ui/optsortlists.ui
+++ b/sc/uiconfig/scalc/ui/optsortlists.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkTreeStore" id="liststore1">
@@ -32,6 +32,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="copy-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|copy">Copies the contents of the cells in the Copy list from box. If you select a reference to related rows and columns, the Copy List dialog appears after clicking the button. You can use this dialog to define if the reference is converted to sort lists by row or by column.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -65,6 +70,11 @@
<property name="valign">center</property>
<property name="hexpand">True</property>
<property name="activates_default">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="copyfrom-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|copyfrom">Defines the spreadsheet and the cells to copy, in order to include them in the Lists box. The currently selected range in the spreadsheet is the default.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">True</property>
@@ -145,6 +155,11 @@
</child>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="lists-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|lists">Displays all the available lists. These lists can be selected for editing.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -164,6 +179,11 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="entries-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|entries">Displays the content of the currently selected list. This content can be edited.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -192,6 +212,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="new-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|new">Enters the contents of a new list into the Entries box.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -220,6 +245,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="add-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|add">Adds a new list into the Lists box.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -268,6 +298,11 @@
<property name="position">0</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="OptSortLists-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptSortLists">All user-defined lists are displayed in the Sort Lists dialog. You can also define and edit your own lists. Only text can be used as sort lists, no numbers.</property>
+ </object>
+ </child>
</object>
<object class="GtkSizeGroup" id="sizegroup1">
<widgets>
diff --git a/sc/uiconfig/scalc/ui/scgeneralpage.ui b/sc/uiconfig/scalc/ui/scgeneralpage.ui
index 84a0dc475ab7..2d74dbce358d 100644
--- a/sc/uiconfig/scalc/ui/scgeneralpage.ui
+++ b/sc/uiconfig/scalc/ui/scgeneralpage.ui
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">0.5</property>
- <property name="upper">99.989999999999995</property>
+ <property name="upper">99.99</property>
<property name="value">1.25</property>
- <property name="step_increment">0.10000000000000001</property>
- <property name="page_increment">0.10000000000000001</property>
+ <property name="step_increment">0.1</property>
+ <property name="page_increment">0.1</property>
</object>
<object class="GtkBox" id="ScGeneralPage">
<property name="visible">True</property>
@@ -67,6 +67,11 @@
<property name="can_focus">True</property>
<property name="adjustment">adjustment1</property>
<property name="digits">2</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="tabmf-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|tabmf">Defines the tab stops distance.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -77,6 +82,11 @@
<object class="GtkComboBoxText" id="unitlb">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="unitlb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|unitlb">Defines the unit of measure in spreadsheets.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -224,6 +234,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="editmodecb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|editmodecb">Allows you to immediately edit the selected cell after pressing the Enter key.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -240,6 +255,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="formatcb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|formatcb">Specifies whether to automatically apply the formatting attributes of the selected cell to the empty adjacent cells.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -256,6 +276,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="exprefcb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|exprefcb">Specifies whether to expand references when inserting columns or rows adjacent to the reference range. This is only possible if the reference range, where the column or row is inserted, originally spanned at least two cells in the desired direction.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -275,6 +300,11 @@
<item translatable="yes" context="scgeneralpage|alignlb">Up</item>
<item translatable="yes" context="scgeneralpage|alignlb">Left</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="alignlb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|alignlb">Determines the direction that the cursor in the spreadsheet will move after you press the Enter key.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -305,6 +335,16 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="legacy_cell_selection_cb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|legacy_cell_selection_cb">With the option set, expanding a selection (with Command
+ Ctrl +Shift+Down/Up) jumps to the end of the range in the column that was added as last to the initial selection.
+ When the option is not set, expanding a selection (with CommandCtrl+Shift
+ +Down/Up) jumps to the end of the range in the column where selecting the cell range was started.
+ The same of course applies when extending a selection on rows, with CommandCtrl+
+ Shift+Left/Right.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -321,6 +361,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="replwarncb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|replwarncb">Specifies that, when you paste cells from the clipboard to a cell range that is not empty, a warning appears.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -336,6 +381,11 @@
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="textfmtcb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|textfmtcb">Specifies that printer metrics are applied for printing and also for formatting the display on the screen.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -352,6 +402,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="markhdrcb-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|markhdrcb">Specifies whether to highlight column and row headers in the selected columns or rows.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sc/uiconfig/scalc/ui/tpviewpage.ui b/sc/uiconfig/scalc/ui/tpviewpage.ui
index 39595cac5875..5028cbb895aa 100644
--- a/sc/uiconfig/scalc/ui/tpviewpage.ui
+++ b/sc/uiconfig/scalc/ui/tpviewpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sc">
<requires lib="gtk+" version="3.18"/>
<object class="GtkBox" id="TpViewPage">
@@ -37,6 +37,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="formula-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|formula">Specifies whether to show formulas instead of results in the cells.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -52,6 +57,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="nil-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|nil">Specifies whether to show numbers with the value of 0.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -67,6 +77,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="annot-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|annot">Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under %PRODUCTNAME - General in the Options dialog box.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -82,6 +97,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="value-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|value">Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -97,6 +117,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="anchor-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|anchor">Specifies whether the anchor icon is displayed when an inserted object, such as a graphic, is selected.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -112,6 +137,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="clipmark-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|clipmark">If a cell contains text that is wider than the width of the cell, the text is displayed over empty neighboring cells in the same row. If there is no empty neighboring cell, a small triangle at the cell border indicates that the text continues.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -127,6 +157,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="rangefind-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|rangefind">Specifies that each reference is highlighted in color in the formula. The cell range is also enclosed by a colored border as soon as the cell containing the reference is selected for editing.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -178,6 +213,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="rowcolheader-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|rowcolheader">Specifies whether to display row and column headers.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -193,6 +233,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="hscroll-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|hscroll">Specifies whether to display a horizontal scrollbar at the bottom of the document window.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -208,6 +253,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="vscroll-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|vscroll">Specifies whether to display a vertical scrollbar at the right of the document window.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -223,6 +273,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="tblreg-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|tblreg">Specifies whether to display the sheet tabs at the bottom of the spreadsheet document.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -238,6 +293,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="outline-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|outline">If you have defined an outline, the Outline symbols option specifies whether to view the outline symbols at the border of the sheet.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -301,6 +361,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="synczoom-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|synczoom">If checked, all sheets are shown with the same zoom factor. If not checked, each sheet can have its own zoom factor.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -351,10 +416,14 @@
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
- <property name="label" translatable="no"></property>
<child>
<placeholder/>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="color-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|color">Specifies a color for the grid lines in the current document.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -398,6 +467,11 @@
<item translatable="yes" context="tpviewpage|grid">Show on colored cells</item>
<item translatable="yes" context="tpviewpage|grid">Hide</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="grid-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|grid">Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -419,6 +493,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="break-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|break">Specifies whether to view the page breaks within a defined print area.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -434,6 +513,11 @@
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="guideline-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|guideline">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -528,6 +612,11 @@
<item translatable="yes" context="tpviewpage|objgrf">Show</item>
<item translatable="yes" context="tpviewpage|objgrf">Hide</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="objgrf-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|objgrf">Defines if objects and graphics are shown or hidden.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -542,6 +631,11 @@
<item translatable="yes" context="tpviewpage|diagram">Show</item>
<item translatable="yes" context="tpviewpage|diagram">Hide</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="diagram-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|diagram">Defines if charts in your document are shown or hidden.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -556,6 +650,11 @@
<item translatable="yes" context="tpviewpage|draw">Show</item>
<item translatable="yes" context="tpviewpage|draw">Hide</item>
</items>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="draw-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|draw">Defines if drawing objects in your document are shown or hidden.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -592,6 +691,11 @@
<property name="position">0</property>
</packing>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="TpViewPage-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|TpViewPage">Defines which elements of the %PRODUCTNAME Calc main window are displayed. You can also show or hide highlighting of values in tables.</property>
+ </object>
+ </child>
</object>
<object class="GtkSizeGroup" id="sizegroupLabel">
<widgets>