diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-08-31 12:26:48 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-01 17:30:28 +0200 |
commit | 93626beb6407509220c92ef47425deba1d71858a (patch) | |
tree | 23ab9d3a31395ef227b759aebc0418167dc35953 /sc/uiconfig/scalc/ui/subtotalgrppage.ui | |
parent | 78aea95703c0111f333b28c690e6b46aae77bf45 (diff) |
tdf#118148 Extended tips for HC2/scalc/
change#1 put back navigatorpanel.ui
Change-Id: I12162c8a78942194dea5faa8a0d824d550281621
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101752
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'sc/uiconfig/scalc/ui/subtotalgrppage.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/subtotalgrppage.ui | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/subtotalgrppage.ui b/sc/uiconfig/scalc/ui/subtotalgrppage.ui index 40515be77b10..85970080de74 100644 --- a/sc/uiconfig/scalc/ui/subtotalgrppage.ui +++ b/sc/uiconfig/scalc/ui/subtotalgrppage.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"> @@ -56,6 +56,11 @@ <object class="GtkComboBoxText" id="group_by"> <property name="visible">True</property> <property name="can_focus">False</property> + <child internal-child="accessible"> + <object class="AtkObject" id="group_by-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="subtotalgrppage|extended_tip|group_by">Select the column that you want to control the subtotal calculation process. If the contents of the selected column change, the subtotals are automatically recalculated.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -153,6 +158,11 @@ </child> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="columns-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="subtotalgrppage|extended_tip|columns">Select the column(s) containing the values that you want to subtotal.</property> + </object> + </child> </object> </child> </object> @@ -194,6 +204,11 @@ </child> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="functions-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="subtotalgrppage|extended_tip|functions">Select the mathematical function that you want to use to calculate the subtotals.</property> + </object> + </child> </object> </child> </object> @@ -209,5 +224,10 @@ <property name="position">1</property> </packing> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="SubTotalGrpPage-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="subtotalgrppage|extended_tip|SubTotalGrpPage">Specify the settings for up to three subtotal groups. Each tab has the same layout.</property> + </object> + </child> </object> </interface> |