nss: upgrade to release 3.73
[LibreOffice.git] / sc / uiconfig / scalc / ui / aggregatefunctionentry.ui
blobec84d30920a30841cbaaf343555207d408c15d4b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <!-- n-columns=1 n-rows=1 -->
6 <object class="GtkGrid" id="grid">
7 <property name="visible">True</property>
8 <property name="can_focus">False</property>
9 <property name="hexpand">True</property>
10 <property name="border_width">6</property>
11 <property name="row_spacing">6</property>
12 <property name="column_spacing">12</property>
13 <child>
14 <object class="GtkBox">
15 <property name="visible">True</property>
16 <property name="can_focus">False</property>
17 <property name="orientation">vertical</property>
18 <child>
19 <object class="GtkLabel">
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 <property name="label" translatable="yes" context="aggregatefunctionentry|name">Aggregate Functions</property>
23 </object>
24 <packing>
25 <property name="expand">False</property>
26 <property name="fill">True</property>
27 <property name="position">0</property>
28 </packing>
29 </child>
30 <child>
31 <!-- n-columns=1 n-rows=1 -->
32 <object class="GtkGrid" id="grid_details">
33 <property name="visible">True</property>
34 <property name="can_focus">False</property>
35 <child>
36 <object class="GtkLabel" id="label1">
37 <property name="visible">True</property>
38 <property name="can_focus">False</property>
39 <property name="label" translatable="yes" context="aggregatefunctionentry|type">Type:</property>
40 <accessibility>
41 <relation type="label-for" target="ed_lst"/>
42 </accessibility>
43 </object>
44 <packing>
45 <property name="left_attach">0</property>
46 <property name="top_attach">0</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkLabel" id="label2">
51 <property name="visible">True</property>
52 <property name="can_focus">False</property>
53 <property name="label" translatable="yes" context="aggregatefunctionentry|columns">Columns:</property>
54 <accessibility>
55 <relation type="label-for" target="ed_columns"/>
56 </accessibility>
57 </object>
58 <packing>
59 <property name="left_attach">0</property>
60 <property name="top_attach">1</property>
61 </packing>
62 </child>
63 <child>
64 <object class="GtkComboBoxText" id="ed_lst">
65 <property name="visible">True</property>
66 <property name="can_focus">False</property>
67 <property name="active">0</property>
68 <property name="active_id">0</property>
69 <items>
70 <item id="0" translatable="yes" context="aggregatefunctionentry|sum">Sum</item>
71 <item id="1" translatable="yes" context="aggregatefunctionentry|average">Average</item>
72 <item id="2" translatable="yes" context="aggregatefunctionentry|min">Minimum Value</item>
73 <item id="3" translatable="yes" context="aggregatefunctionentry|max">Maximum Value</item>
74 </items>
75 <accessibility>
76 <relation type="labelled-by" target="label1"/>
77 </accessibility>
78 </object>
79 <packing>
80 <property name="left_attach">1</property>
81 <property name="top_attach">0</property>
82 </packing>
83 </child>
84 <child>
85 <object class="GtkEntry" id="ed_columns">
86 <property name="visible">True</property>
87 <property name="can_focus">True</property>
88 <property name="truncate-multiline">True</property>
89 <accessibility>
90 <relation type="labelled-by" target="label2"/>
91 </accessibility>
92 </object>
93 <packing>
94 <property name="left_attach">1</property>
95 <property name="top_attach">1</property>
96 </packing>
97 </child>
98 </object>
99 <packing>
100 <property name="expand">False</property>
101 <property name="fill">True</property>
102 <property name="position">1</property>
103 </packing>
104 </child>
105 <child>
106 <object class="GtkButton" id="ed_delete">
107 <property name="label" translatable="yes" context="aggregatefunctionentry|delete">Cancel</property>
108 <property name="visible">True</property>
109 <property name="can_focus">True</property>
110 <property name="receives_default">False</property>
111 </object>
112 <packing>
113 <property name="expand">False</property>
114 <property name="fill">True</property>
115 <property name="position">2</property>
116 </packing>
117 </child>
118 </object>
119 <packing>
120 <property name="left_attach">0</property>
121 <property name="top_attach">1</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkSeparator">
126 <property name="visible">True</property>
127 <property name="can_focus">False</property>
128 </object>
129 <packing>
130 <property name="left_attach">0</property>
131 <property name="top_attach">0</property>
132 </packing>
133 </child>
134 </object>
135 </interface>