summaryrefslogtreecommitdiff
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorTomofumi Yagi <yagitmknada@gmail.com>2020-10-10 14:54:30 +0900
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-11 11:45:35 +0200
commite0c1fdcab23dbd2b7a0a7227557d7afc41b49bd7 (patch)
treeef546f26016b8f93dc82f7c43376f08e98aff8be /sc/uiconfig
parentee8d735f0a59f41fb1f5cbabfe089c222ca948e3 (diff)
tdf#133886 - Libreoffice Calc Subtotals check all columns at once
"Select all columns" checkbox is added to the subtotal group page. Change-Id: Iee5be3218ecb6d74c7c65b2bf49febf0703ebf35 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104135 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/scalc/ui/subtotalgrppage.ui14
1 files changed, 14 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/subtotalgrppage.ui b/sc/uiconfig/scalc/ui/subtotalgrppage.ui
index 85970080de74..085580595f9f 100644
--- a/sc/uiconfig/scalc/ui/subtotalgrppage.ui
+++ b/sc/uiconfig/scalc/ui/subtotalgrppage.ui
@@ -68,6 +68,20 @@
<property name="position">1</property>
</packing>
</child>
+ <child>
+ <object class="GtkCheckButton" id="select_all_columns_button">
+ <property name="label" translatable="yes" context="subtotalgrppage|select_all_columns_button">Select all columns</property>
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="receives-default">False</property>
+ <property name="draw-indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>