Avoid potential negative array index access to cached text.
[LibreOffice.git] / sc / uiconfig / scalc / ui / analysisofvariancedialog.ui
blobd711351bd13b9b4985289a732e6fc6c64ad0115c
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="GtkAdjustment" id="alpha-adjustment">
6 <property name="lower">0.01</property>
7 <property name="upper">0.99</property>
8 <property name="value">0.05</property>
9 <property name="step_increment">0.01</property>
10 <property name="page_increment">0.05</property>
11 </object>
12 <object class="GtkDialog" id="AnalysisOfVarianceDialog">
13 <property name="can_focus">False</property>
14 <property name="border_width">6</property>
15 <property name="title" translatable="yes" context="analysisofvariancedialog|AnalysisOfVarianceDialog">Analysis of Variance (ANOVA)</property>
16 <property name="resizable">False</property>
17 <property name="default_width">0</property>
18 <property name="default_height">0</property>
19 <property name="type_hint">dialog</property>
20 <child internal-child="vbox">
21 <object class="GtkBox" id="dialog-vbox1">
22 <property name="can_focus">False</property>
23 <property name="orientation">vertical</property>
24 <property name="spacing">12</property>
25 <child internal-child="action_area">
26 <object class="GtkButtonBox" id="dialog-action_area1">
27 <property name="can_focus">False</property>
28 <property name="layout_style">end</property>
29 <child>
30 <object class="GtkButton" id="ok">
31 <property name="label" translatable="yes" context="stock">_OK</property>
32 <property name="visible">True</property>
33 <property name="can_focus">True</property>
34 <property name="can_default">True</property>
35 <property name="has_default">True</property>
36 <property name="receives_default">True</property>
37 <property name="use-underline">True</property>
38 </object>
39 <packing>
40 <property name="expand">False</property>
41 <property name="fill">True</property>
42 <property name="position">0</property>
43 </packing>
44 </child>
45 <child>
46 <object class="GtkButton" id="cancel">
47 <property name="label" translatable="yes" context="stock">_Cancel</property>
48 <property name="visible">True</property>
49 <property name="can_focus">True</property>
50 <property name="can_default">True</property>
51 <property name="receives_default">True</property>
52 <property name="use-underline">True</property>
53 </object>
54 <packing>
55 <property name="expand">False</property>
56 <property name="fill">True</property>
57 <property name="position">1</property>
58 </packing>
59 </child>
60 <child>
61 <object class="GtkButton" id="help">
62 <property name="label" translatable="yes" context="stock">_Help</property>
63 <property name="visible">True</property>
64 <property name="can_focus">True</property>
65 <property name="receives_default">True</property>
66 <property name="use-underline">True</property>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="position">2</property>
72 <property name="secondary">True</property>
73 </packing>
74 </child>
75 </object>
76 <packing>
77 <property name="expand">False</property>
78 <property name="fill">True</property>
79 <property name="pack_type">end</property>
80 <property name="position">0</property>
81 </packing>
82 </child>
83 <child>
84 <object class="GtkFrame" id="frame-data">
85 <property name="visible">True</property>
86 <property name="can_focus">False</property>
87 <property name="label_xalign">0</property>
88 <property name="shadow_type">none</property>
89 <child>
90 <!-- n-columns=1 n-rows=1 -->
91 <object class="GtkGrid" id="grid5">
92 <property name="visible">True</property>
93 <property name="can_focus">False</property>
94 <property name="row_spacing">6</property>
95 <property name="column_spacing">12</property>
96 <property name="margin-start">12</property>
97 <property name="margin-top">6</property>
98 <property name="margin-bottom">6</property>
99 <property name="margin-end">12</property>
100 <child>
101 <object class="GtkLabel" id="input-range-label">
102 <property name="visible">True</property>
103 <property name="can_focus">False</property>
104 <property name="label" translatable="yes" context="analysisofvariancedialog|input-range-label">Input range:</property>
105 <property name="use_underline">True</property>
106 <property name="mnemonic_widget">input-range-edit</property>
107 <property name="xalign">0</property>
108 </object>
109 <packing>
110 <property name="left_attach">0</property>
111 <property name="top_attach">0</property>
112 </packing>
113 </child>
114 <child>
115 <object class="GtkLabel" id="output-range-label">
116 <property name="visible">True</property>
117 <property name="can_focus">False</property>
118 <property name="label" translatable="yes" context="analysisofvariancedialog|output-range-label">Results to:</property>
119 <property name="use_underline">True</property>
120 <property name="mnemonic_widget">output-range-edit</property>
121 <property name="xalign">0</property>
122 </object>
123 <packing>
124 <property name="left_attach">0</property>
125 <property name="top_attach">1</property>
126 </packing>
127 </child>
128 <child>
129 <object class="GtkEntry" id="input-range-edit">
130 <property name="visible">True</property>
131 <property name="can_focus">True</property>
132 <property name="valign">center</property>
133 <property name="hexpand">True</property>
134 <property name="activates_default">True</property>
135 <property name="truncate-multiline">True</property>
136 <property name="width_chars">30</property>
137 </object>
138 <packing>
139 <property name="left_attach">1</property>
140 <property name="top_attach">0</property>
141 </packing>
142 </child>
143 <child>
144 <object class="GtkEntry" id="output-range-edit">
145 <property name="visible">True</property>
146 <property name="can_focus">True</property>
147 <property name="valign">center</property>
148 <property name="hexpand">True</property>
149 <property name="activates_default">True</property>
150 <property name="truncate-multiline">True</property>
151 <property name="width_chars">30</property>
152 </object>
153 <packing>
154 <property name="left_attach">1</property>
155 <property name="top_attach">1</property>
156 </packing>
157 </child>
158 <child>
159 <object class="GtkButton" id="input-range-button">
160 <property name="visible">True</property>
161 <property name="can_focus">True</property>
162 <property name="receives_default">True</property>
163 </object>
164 <packing>
165 <property name="left_attach">2</property>
166 <property name="top_attach">0</property>
167 </packing>
168 </child>
169 <child>
170 <object class="GtkButton" id="output-range-button">
171 <property name="visible">True</property>
172 <property name="can_focus">True</property>
173 <property name="receives_default">True</property>
174 </object>
175 <packing>
176 <property name="left_attach">2</property>
177 <property name="top_attach">1</property>
178 </packing>
179 </child>
180 </object>
181 </child>
182 <child type="label">
183 <object class="GtkLabel" id="label4">
184 <property name="visible">True</property>
185 <property name="can_focus">False</property>
186 <property name="label" translatable="yes" context="analysisofvariancedialog|label4">Data</property>
187 <attributes>
188 <attribute name="weight" value="bold"/>
189 </attributes>
190 </object>
191 </child>
192 </object>
193 <packing>
194 <property name="expand">False</property>
195 <property name="fill">True</property>
196 <property name="position">1</property>
197 </packing>
198 </child>
199 <child>
200 <object class="GtkFrame" id="frame-type">
201 <property name="visible">True</property>
202 <property name="can_focus">False</property>
203 <property name="label_xalign">0</property>
204 <property name="shadow_type">none</property>
205 <child>
206 <!-- n-columns=1 n-rows=1 -->
207 <object class="GtkGrid" id="grid8">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="row_spacing">6</property>
211 <property name="column_spacing">12</property>
212 <property name="margin-start">12</property>
213 <property name="margin-top">6</property>
214 <property name="margin-bottom">6</property>
215 <property name="margin-end">12</property>
216 <child>
217 <object class="GtkRadioButton" id="radio-single-factor">
218 <property name="label" translatable="yes" context="analysisofvariancedialog|radio-single-factor">Single factor</property>
219 <property name="visible">True</property>
220 <property name="can_focus">True</property>
221 <property name="receives_default">False</property>
222 <property name="use_underline">True</property>
223 <property name="active">True</property>
224 <property name="draw_indicator">True</property>
225 </object>
226 <packing>
227 <property name="left_attach">0</property>
228 <property name="top_attach">0</property>
229 </packing>
230 </child>
231 <child>
232 <object class="GtkRadioButton" id="radio-two-factor">
233 <property name="label" translatable="yes" context="analysisofvariancedialog|radio-two-factor">Two factor</property>
234 <property name="visible">True</property>
235 <property name="can_focus">True</property>
236 <property name="receives_default">False</property>
237 <property name="use_underline">True</property>
238 <property name="draw_indicator">True</property>
239 <property name="group">radio-single-factor</property>
240 </object>
241 <packing>
242 <property name="left_attach">1</property>
243 <property name="top_attach">0</property>
244 </packing>
245 </child>
246 </object>
247 </child>
248 <child type="label">
249 <object class="GtkLabel" id="label3">
250 <property name="visible">True</property>
251 <property name="can_focus">False</property>
252 <property name="label" translatable="yes" context="analysisofvariancedialog|label3">Type</property>
253 <attributes>
254 <attribute name="weight" value="bold"/>
255 </attributes>
256 </object>
257 </child>
258 </object>
259 <packing>
260 <property name="expand">False</property>
261 <property name="fill">True</property>
262 <property name="position">2</property>
263 </packing>
264 </child>
265 <child>
266 <object class="GtkFrame" id="frame-grouped-by">
267 <property name="visible">True</property>
268 <property name="can_focus">False</property>
269 <property name="label_xalign">0</property>
270 <property name="shadow_type">none</property>
271 <child>
272 <!-- n-columns=1 n-rows=1 -->
273 <object class="GtkGrid" id="grid7">
274 <property name="visible">True</property>
275 <property name="can_focus">False</property>
276 <property name="row_spacing">6</property>
277 <property name="column_spacing">12</property>
278 <property name="margin-start">12</property>
279 <property name="margin-top">6</property>
280 <property name="margin-bottom">6</property>
281 <property name="margin-end">12</property>
282 <child>
283 <object class="GtkRadioButton" id="groupedby-columns-radio">
284 <property name="label" translatable="yes" context="analysisofvariancedialog|groupedby-columns-radio">Columns</property>
285 <property name="visible">True</property>
286 <property name="can_focus">True</property>
287 <property name="receives_default">False</property>
288 <property name="use_underline">True</property>
289 <property name="active">True</property>
290 <property name="draw_indicator">True</property>
291 </object>
292 <packing>
293 <property name="left_attach">0</property>
294 <property name="top_attach">0</property>
295 </packing>
296 </child>
297 <child>
298 <object class="GtkRadioButton" id="groupedby-rows-radio">
299 <property name="label" translatable="yes" context="analysisofvariancedialog|groupedby-rows-radio">Rows</property>
300 <property name="visible">True</property>
301 <property name="can_focus">True</property>
302 <property name="receives_default">False</property>
303 <property name="use_underline">True</property>
304 <property name="draw_indicator">True</property>
305 <property name="group">groupedby-columns-radio</property>
306 </object>
307 <packing>
308 <property name="left_attach">1</property>
309 <property name="top_attach">0</property>
310 </packing>
311 </child>
312 </object>
313 </child>
314 <child type="label">
315 <object class="GtkLabel" id="label2">
316 <property name="visible">True</property>
317 <property name="can_focus">False</property>
318 <property name="label" translatable="yes" context="analysisofvariancedialog|label2">Grouped by</property>
319 <attributes>
320 <attribute name="weight" value="bold"/>
321 </attributes>
322 </object>
323 </child>
324 </object>
325 <packing>
326 <property name="expand">False</property>
327 <property name="fill">True</property>
328 <property name="position">3</property>
329 </packing>
330 </child>
331 <child>
332 <object class="GtkFrame" id="frame-options">
333 <property name="visible">True</property>
334 <property name="can_focus">False</property>
335 <property name="label_xalign">0</property>
336 <property name="shadow_type">none</property>
337 <child>
338 <!-- n-columns=1 n-rows=1 -->
339 <object class="GtkGrid" id="grid6">
340 <property name="visible">True</property>
341 <property name="can_focus">False</property>
342 <property name="row_spacing">6</property>
343 <property name="column_spacing">12</property>
344 <property name="margin-start">12</property>
345 <property name="margin-top">6</property>
346 <property name="margin-bottom">6</property>
347 <property name="margin-end">12</property>
348 <child>
349 <object class="GtkLabel" id="alpha-label">
350 <property name="visible">True</property>
351 <property name="can_focus">False</property>
352 <property name="label" translatable="yes" context="analysisofvariancedialog|alpha-label">Alpha:</property>
353 <property name="use_underline">True</property>
354 <property name="mnemonic_widget">alpha-spin</property>
355 <property name="xalign">0</property>
356 </object>
357 <packing>
358 <property name="left_attach">0</property>
359 <property name="top_attach">0</property>
360 </packing>
361 </child>
362 <child>
363 <object class="GtkSpinButton" id="alpha-spin">
364 <property name="visible">True</property>
365 <property name="can_focus">True</property>
366 <property name="activates_default">True</property>
367 <property name="text" translatable="yes" context="analysisofvariancedialog|alpha-spin">0.05</property>
368 <property name="adjustment">alpha-adjustment</property>
369 <property name="digits">2</property>
370 <property name="truncate-multiline">True</property>
371 <property name="value">0.05</property>
372 </object>
373 <packing>
374 <property name="left_attach">1</property>
375 <property name="top_attach">0</property>
376 </packing>
377 </child>
378 <child>
379 <object class="GtkLabel" id="rows-per-sample-label">
380 <property name="visible">True</property>
381 <property name="can_focus">False</property>
382 <property name="label" translatable="yes" context="analysisofvariancedialog|rows-per-sample-label">Rows per sample:</property>
383 <property name="use_underline">True</property>
384 <property name="mnemonic_widget">rows-per-sample-spin</property>
385 <property name="xalign">0</property>
386 </object>
387 <packing>
388 <property name="left_attach">0</property>
389 <property name="top_attach">1</property>
390 </packing>
391 </child>
392 <child>
393 <object class="GtkSpinButton" id="rows-per-sample-spin">
394 <property name="visible">True</property>
395 <property name="can_focus">True</property>
396 <property name="activates_default">True</property>
397 <property name="text">1</property>
398 <property name="truncate-multiline">True</property>
399 <property name="value">1</property>
400 </object>
401 <packing>
402 <property name="left_attach">1</property>
403 <property name="top_attach">1</property>
404 </packing>
405 </child>
406 </object>
407 </child>
408 <child type="label">
409 <object class="GtkLabel" id="label1">
410 <property name="visible">True</property>
411 <property name="can_focus">False</property>
412 <property name="label" translatable="yes" context="analysisofvariancedialog|label1">Parameters</property>
413 <attributes>
414 <attribute name="weight" value="bold"/>
415 </attributes>
416 </object>
417 </child>
418 </object>
419 <packing>
420 <property name="expand">False</property>
421 <property name="fill">True</property>
422 <property name="position">4</property>
423 </packing>
424 </child>
425 </object>
426 </child>
427 <action-widgets>
428 <action-widget response="-5">ok</action-widget>
429 <action-widget response="-6">cancel</action-widget>
430 <action-widget response="-11">help</action-widget>
431 </action-widgets>
432 <child type="titlebar">
433 <placeholder/>
434 </child>
435 <child internal-child="accessible">
436 <object class="AtkObject" id="AnalysisOfVarianceDialog-atkobject">
437 <property name="AtkObject::accessible-description" translatable="yes" context="analysisofvariancedialog|extended_tip|AnalysisOfVarianceDialog">Produces the analysis of variance (ANOVA) of a given data set</property>
438 </object>
439 </child>
440 </object>
441 <object class="GtkSizeGroup" id="sizegroup1">
442 <widgets>
443 <widget name="input-range-label"/>
444 <widget name="output-range-label"/>
445 <widget name="radio-single-factor"/>
446 <widget name="groupedby-columns-radio"/>
447 <widget name="alpha-label"/>
448 <widget name="rows-per-sample-label"/>
449 </widgets>
450 </object>
451 <object class="GtkSizeGroup" id="sizegroup2">
452 <widgets>
453 <widget name="input-range-edit"/>
454 <widget name="output-range-edit"/>
455 <widget name="radio-two-factor"/>
456 <widget name="groupedby-rows-radio"/>
457 </widgets>
458 </object>
459 </interface>