Avoid potential negative array index access to cached text.
[LibreOffice.git] / sc / uiconfig / scalc / ui / covariancedialog.ui
blob3a5d0ec611347527cf6c13e886bab42380207003
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="CovarianceDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes" context="covariancedialog|CovarianceDialog">Covariance</property>
9 <property name="resizable">False</property>
10 <property name="default_width">0</property>
11 <property name="default_height">0</property>
12 <property name="type_hint">dialog</property>
13 <child internal-child="vbox">
14 <object class="GtkBox" id="dialog-vbox1">
15 <property name="can_focus">False</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">12</property>
18 <child internal-child="action_area">
19 <object class="GtkButtonBox" id="dialog-action_area1">
20 <property name="can_focus">False</property>
21 <property name="layout_style">end</property>
22 <child>
23 <object class="GtkButton" id="ok">
24 <property name="label" translatable="yes" context="stock">_OK</property>
25 <property name="visible">True</property>
26 <property name="can_focus">True</property>
27 <property name="can_default">True</property>
28 <property name="has_default">True</property>
29 <property name="receives_default">True</property>
30 <property name="use-underline">True</property>
31 </object>
32 <packing>
33 <property name="expand">False</property>
34 <property name="fill">True</property>
35 <property name="position">0</property>
36 </packing>
37 </child>
38 <child>
39 <object class="GtkButton" id="cancel">
40 <property name="label" translatable="yes" context="stock">_Cancel</property>
41 <property name="visible">True</property>
42 <property name="can_focus">True</property>
43 <property name="can_default">True</property>
44 <property name="receives_default">True</property>
45 <property name="use-underline">True</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">True</property>
50 <property name="position">1</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkButton" id="help">
55 <property name="label" translatable="yes" context="stock">_Help</property>
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="receives_default">True</property>
59 <property name="use-underline">True</property>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">True</property>
64 <property name="position">2</property>
65 <property name="secondary">True</property>
66 </packing>
67 </child>
68 </object>
69 <packing>
70 <property name="expand">False</property>
71 <property name="fill">True</property>
72 <property name="pack_type">end</property>
73 <property name="position">0</property>
74 </packing>
75 </child>
76 <child>
77 <object class="GtkFrame" id="frame1">
78 <property name="visible">True</property>
79 <property name="can_focus">False</property>
80 <property name="label_xalign">0</property>
81 <property name="shadow_type">none</property>
82 <child>
83 <!-- n-columns=1 n-rows=1 -->
84 <object class="GtkGrid" id="grid1">
85 <property name="visible">True</property>
86 <property name="can_focus">False</property>
87 <property name="row_spacing">6</property>
88 <property name="column_spacing">12</property>
89 <property name="margin-start">12</property>
90 <property name="margin-top">6</property>
91 <property name="margin-bottom">6</property>
92 <child>
93 <object class="GtkLabel" id="input-range-label">
94 <property name="visible">True</property>
95 <property name="can_focus">False</property>
96 <property name="label" translatable="yes" context="covariancedialog|input-range-label">Input range:</property>
97 <property name="use_underline">True</property>
98 <property name="mnemonic_widget">input-range-edit</property>
99 <property name="xalign">0</property>
100 </object>
101 <packing>
102 <property name="left_attach">0</property>
103 <property name="top_attach">0</property>
104 </packing>
105 </child>
106 <child>
107 <object class="GtkEntry" id="input-range-edit">
108 <property name="visible">True</property>
109 <property name="can_focus">True</property>
110 <property name="valign">center</property>
111 <property name="hexpand">True</property>
112 <property name="activates_default">True</property>
113 <property name="truncate-multiline">True</property>
114 <property name="width_chars">30</property>
115 </object>
116 <packing>
117 <property name="left_attach">1</property>
118 <property name="top_attach">0</property>
119 </packing>
120 </child>
121 <child>
122 <object class="GtkButton" id="input-range-button">
123 <property name="visible">True</property>
124 <property name="can_focus">True</property>
125 <property name="receives_default">True</property>
126 </object>
127 <packing>
128 <property name="left_attach">2</property>
129 <property name="top_attach">0</property>
130 </packing>
131 </child>
132 <child>
133 <object class="GtkLabel" id="output-range-label">
134 <property name="visible">True</property>
135 <property name="can_focus">False</property>
136 <property name="label" translatable="yes" context="covariancedialog|output-range-label">Results to:</property>
137 <property name="use_underline">True</property>
138 <property name="mnemonic_widget">output-range-edit</property>
139 <property name="xalign">0</property>
140 </object>
141 <packing>
142 <property name="left_attach">0</property>
143 <property name="top_attach">1</property>
144 </packing>
145 </child>
146 <child>
147 <object class="GtkEntry" id="output-range-edit">
148 <property name="visible">True</property>
149 <property name="can_focus">True</property>
150 <property name="valign">center</property>
151 <property name="hexpand">True</property>
152 <property name="activates_default">True</property>
153 <property name="truncate-multiline">True</property>
154 <property name="width_chars">30</property>
155 </object>
156 <packing>
157 <property name="left_attach">1</property>
158 <property name="top_attach">1</property>
159 </packing>
160 </child>
161 <child>
162 <object class="GtkButton" id="output-range-button">
163 <property name="visible">True</property>
164 <property name="can_focus">True</property>
165 <property name="receives_default">True</property>
166 </object>
167 <packing>
168 <property name="left_attach">2</property>
169 <property name="top_attach">1</property>
170 </packing>
171 </child>
172 </object>
173 </child>
174 <child type="label">
175 <object class="GtkLabel" id="label1">
176 <property name="visible">True</property>
177 <property name="can_focus">False</property>
178 <property name="label" translatable="yes" context="covariancedialog|label1">Data</property>
179 <attributes>
180 <attribute name="weight" value="bold"/>
181 </attributes>
182 </object>
183 </child>
184 </object>
185 <packing>
186 <property name="expand">False</property>
187 <property name="fill">True</property>
188 <property name="position">0</property>
189 </packing>
190 </child>
191 <child>
192 <object class="GtkFrame" id="frame2">
193 <property name="visible">True</property>
194 <property name="can_focus">False</property>
195 <property name="label_xalign">0</property>
196 <property name="shadow_type">none</property>
197 <child>
198 <!-- n-columns=1 n-rows=1 -->
199 <object class="GtkGrid" id="grid2">
200 <property name="visible">True</property>
201 <property name="can_focus">False</property>
202 <property name="row_spacing">6</property>
203 <property name="column_spacing">12</property>
204 <property name="margin-start">12</property>
205 <property name="margin-top">6</property>
206 <property name="margin-bottom">6</property>
207 <property name="margin-end">12</property>
208 <child>
209 <object class="GtkRadioButton" id="groupedby-columns-radio">
210 <property name="label" translatable="yes" context="covariancedialog|groupedby-columns-radio">Columns</property>
211 <property name="visible">True</property>
212 <property name="can_focus">True</property>
213 <property name="receives_default">False</property>
214 <property name="use_underline">True</property>
215 <property name="active">True</property>
216 <property name="draw_indicator">True</property>
217 </object>
218 <packing>
219 <property name="left_attach">0</property>
220 <property name="top_attach">0</property>
221 </packing>
222 </child>
223 <child>
224 <object class="GtkRadioButton" id="groupedby-rows-radio">
225 <property name="label" translatable="yes" context="covariancedialog|groupedby-rows-radio">Rows</property>
226 <property name="visible">True</property>
227 <property name="can_focus">True</property>
228 <property name="receives_default">False</property>
229 <property name="use_underline">True</property>
230 <property name="draw_indicator">True</property>
231 <property name="group">groupedby-columns-radio</property>
232 </object>
233 <packing>
234 <property name="left_attach">1</property>
235 <property name="top_attach">0</property>
236 </packing>
237 </child>
238 </object>
239 </child>
240 <child type="label">
241 <object class="GtkLabel" id="label2">
242 <property name="visible">True</property>
243 <property name="can_focus">False</property>
244 <property name="label" translatable="yes" context="covariancedialog|label2">Grouped by</property>
245 <attributes>
246 <attribute name="weight" value="bold"/>
247 </attributes>
248 </object>
249 </child>
250 </object>
251 <packing>
252 <property name="expand">False</property>
253 <property name="fill">True</property>
254 <property name="position">3</property>
255 </packing>
256 </child>
257 </object>
258 </child>
259 <action-widgets>
260 <action-widget response="-5">ok</action-widget>
261 <action-widget response="-6">cancel</action-widget>
262 <action-widget response="-11">help</action-widget>
263 </action-widgets>
264 <child type="titlebar">
265 <placeholder/>
266 </child>
267 <child internal-child="accessible">
268 <object class="AtkObject" id="CovarianceDialog-atkobject">
269 <property name="AtkObject::accessible-description" translatable="yes" context="covariancedialog|extended_tip|CovarianceDialog">Calculates the covariance of two sets of numeric data.</property>
270 </object>
271 </child>
272 </object>
273 </interface>