diff options
author | Katarina Behrens <bubli@bubli.org> | 2013-12-18 18:59:19 +0100 |
---|---|---|
committer | Katarina Behrens <bubli@bubli.org> | 2013-12-18 19:04:39 +0100 |
commit | 151cc01f6afb389ab4d98131ba918dbf6e06e749 (patch) | |
tree | e4616b8f071aec6ecc2285bf4f12aa632e3e3699 /sc/uiconfig | |
parent | 4256491ffe48b8be09ec66a003988193e8585584 (diff) |
Converted subtotals group tab page to .ui
+ translated some German comments :P
Change-Id: I2e3aa8bbdb1fc39c963ed5c59ef4511dce0044f9
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/subtotalgrppage.ui | 175 |
1 files changed, 175 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/subtotalgrppage.ui b/sc/uiconfig/scalc/ui/subtotalgrppage.ui new file mode 100644 index 000000000000..b0aeaf1e7564 --- /dev/null +++ b/sc/uiconfig/scalc/ui/subtotalgrppage.ui @@ -0,0 +1,175 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <!-- interface-requires gtk+ 3.0 --> + <object class="GtkListStore" id="liststore1"> + <columns> + <!-- column-name gchararray1 --> + <column type="gchararray"/> + </columns> + <data> + <row> + <col id="0" translatable="yes">Sum</col> + </row> + <row> + <col id="0" translatable="yes">Count</col> + </row> + <row> + <col id="0" translatable="yes">Average</col> + </row> + <row> + <col id="0" translatable="yes">Max</col> + </row> + <row> + <col id="0" translatable="yes">Min</col> + </row> + <row> + <col id="0" translatable="yes">Count (numbers only)</col> + </row> + <row> + <col id="0" translatable="yes">StDev (Sample)</col> + </row> + <row> + <col id="0" translatable="yes">StDevP (Population)</col> + </row> + <row> + <col id="0" translatable="yes">Var (Sample)</col> + </row> + <row> + <col id="0" translatable="yes">VarP (Sample)</col> + </row> + </data> + </object> + <object class="GtkBox" id="SubTotalGrpPage"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <property name="border_width">6</property> + <property name="spacing">12</property> + <child> + <object class="GtkBox" id="box2"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <child> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="label" translatable="yes">Group by:</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkComboBox" id="group_by"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkGrid" id="grid1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="row_spacing">6</property> + <property name="column_spacing">6</property> + <child> + <object class="GtkLabel" id="label2"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="label" translatable="yes">Calculate subtotals for:</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label3"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="label" translatable="yes">Use function:</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="svxcorelo-SvxCheckListBox" id="columns"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkTreeView" id="functions"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="model">liststore1</property> + <property name="search_column">0</property> + <items> + <item translatable="yes">Sum</item> + <item translatable="yes">Count</item> + <item translatable="yes">Average</item> + <item translatable="yes">Max</item> + <item translatable="yes">Min</item> + <item translatable="yes">Product</item> + <item translatable="yes">Count (numbers only)</item> + <item translatable="yes">StDev (Sample)</item> + <item translatable="yes">StDevP (Population)</item> + <item translatable="yes">Var (Sample)</item> + <item translatable="yes">VarP (Population)</item> + </items> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="treeview-selection2"/> + </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">1</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> +</interface> |