diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-11 11:48:35 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-08-20 10:42:39 +0200 |
commit | fd57af98e2fe888989f8c4b36c5649ac30644419 (patch) | |
tree | 49ee0b1953392e457baa0e7a47a65bee4ab6f7d7 /libreoffice_ui/scalc/autosum.ui | |
parent | 323a985e595b1678d407da184a16b85d36fa126f (diff) | |
download | Ishtar-fd57af98e2fe888989f8c4b36c5649ac30644419.tar.bz2 Ishtar-fd57af98e2fe888989f8c4b36c5649ac30644419.zip |
🚀 Debian package: ishtar-libreoffice
Diffstat (limited to 'libreoffice_ui/scalc/autosum.ui')
-rw-r--r-- | libreoffice_ui/scalc/autosum.ui | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/libreoffice_ui/scalc/autosum.ui b/libreoffice_ui/scalc/autosum.ui new file mode 100644 index 000000000..a9cbdbe61 --- /dev/null +++ b/libreoffice_ui/scalc/autosum.ui @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.0 --> +<interface domain="sc"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkMenu" id="menu"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <object class="GtkMenuItem" id="sum"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="autosum|sum">Sum</property> + <property name="use_underline">True</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="average"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="autosum|average">Average</property> + <property name="use_underline">True</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="min"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="autosum|min">Min</property> + <property name="use_underline">True</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="max"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="autosum|max">Max</property> + <property name="use_underline">True</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="count"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="autosum|count">Count</property> + <property name="use_underline">True</property> + </object> + </child> + </object> +</interface> |