vcl: allow for overriding the default PDF rendering resolution
[LibreOffice.git] / chart2 / uiconfig / ui / tp_ErrorBars.ui
blob128be841c4c0b3a1940532274e0e19d129863be0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="chart">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkAdjustment" id="adjustmentNEG">
6 <property name="upper">100</property>
7 <property name="step_increment">5</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="adjustmentPOS">
11 <property name="upper">100</property>
12 <property name="step_increment">5</property>
13 <property name="page_increment">10</property>
14 </object>
15 <object class="GtkImage" id="imageRANGE_SELECT_NEG">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="icon_name">chart2/res/selectrange.png</property>
19 </object>
20 <object class="GtkImage" id="imageRANGE_SELECT_POSITIVE">
21 <property name="visible">True</property>
22 <property name="can_focus">False</property>
23 <property name="icon_name">chart2/res/selectrange.png</property>
24 </object>
25 <object class="GtkBox" id="tp_ErrorBars">
26 <property name="visible">True</property>
27 <property name="can_focus">False</property>
28 <property name="border_width">6</property>
29 <property name="orientation">vertical</property>
30 <property name="spacing">6</property>
31 <child>
32 <object class="GtkBox" id="box2">
33 <property name="visible">True</property>
34 <property name="can_focus">False</property>
35 <property name="spacing">12</property>
36 <property name="homogeneous">True</property>
37 <child>
38 <object class="GtkFrame" id="FL_ERROR">
39 <property name="visible">True</property>
40 <property name="can_focus">False</property>
41 <property name="label_xalign">0</property>
42 <property name="shadow_type">none</property>
43 <child>
44 <object class="GtkAlignment" id="alignment1">
45 <property name="visible">True</property>
46 <property name="can_focus">False</property>
47 <property name="top_padding">6</property>
48 <property name="left_padding">12</property>
49 <child>
50 <object class="GtkBox" id="box3">
51 <property name="visible">True</property>
52 <property name="can_focus">False</property>
53 <property name="orientation">vertical</property>
54 <property name="spacing">6</property>
55 <child>
56 <object class="GtkRadioButton" id="RB_NONE">
57 <property name="label" translatable="yes" context="tp_ErrorBars|RB_NONE">_None</property>
58 <property name="visible">True</property>
59 <property name="can_focus">True</property>
60 <property name="receives_default">False</property>
61 <property name="halign">start</property>
62 <property name="valign">center</property>
63 <property name="use_underline">True</property>
64 <property name="active">True</property>
65 <property name="draw_indicator">True</property>
66 </object>
67 <packing>
68 <property name="expand">False</property>
69 <property name="fill">True</property>
70 <property name="position">0</property>
71 </packing>
72 </child>
73 <child>
74 <object class="GtkRadioButton" id="RB_CONST">
75 <property name="label" translatable="yes" context="tp_ErrorBars|RB_CONST">_Constant Value</property>
76 <property name="visible">True</property>
77 <property name="can_focus">True</property>
78 <property name="receives_default">False</property>
79 <property name="halign">start</property>
80 <property name="valign">center</property>
81 <property name="use_underline">True</property>
82 <property name="draw_indicator">True</property>
83 <property name="group">RB_NONE</property>
84 </object>
85 <packing>
86 <property name="expand">False</property>
87 <property name="fill">True</property>
88 <property name="position">1</property>
89 </packing>
90 </child>
91 <child>
92 <object class="GtkRadioButton" id="RB_PERCENT">
93 <property name="label" translatable="yes" context="tp_ErrorBars|RB_PERCENT">_Percentage</property>
94 <property name="visible">True</property>
95 <property name="can_focus">True</property>
96 <property name="receives_default">False</property>
97 <property name="halign">start</property>
98 <property name="valign">center</property>
99 <property name="use_underline">True</property>
100 <property name="draw_indicator">True</property>
101 <property name="group">RB_NONE</property>
102 </object>
103 <packing>
104 <property name="expand">False</property>
105 <property name="fill">True</property>
106 <property name="position">2</property>
107 </packing>
108 </child>
109 <child>
110 <object class="GtkBox" id="box4">
111 <property name="visible">True</property>
112 <property name="can_focus">False</property>
113 <property name="spacing">6</property>
114 <child>
115 <object class="GtkRadioButton" id="RB_FUNCTION">
116 <property name="visible">True</property>
117 <property name="can_focus">True</property>
118 <property name="receives_default">False</property>
119 <property name="halign">start</property>
120 <property name="valign">center</property>
121 <property name="use_underline">True</property>
122 <property name="draw_indicator">True</property>
123 <property name="group">RB_NONE</property>
124 </object>
125 <packing>
126 <property name="expand">False</property>
127 <property name="fill">True</property>
128 <property name="position">0</property>
129 </packing>
130 </child>
131 <child>
132 <object class="GtkComboBoxText" id="LB_FUNCTION">
133 <property name="visible">True</property>
134 <property name="can_focus">False</property>
135 <items>
136 <item id="0" translatable="yes" context="tp_ErrorBars|liststoreFUNCTION">Standard Error</item>
137 <item id="1" translatable="yes" context="tp_ErrorBars|liststoreFUNCTION">Standard Deviation</item>
138 <item id="2" translatable="yes" context="tp_ErrorBars|liststoreFUNCTION">Variance</item>
139 <item id="3" translatable="yes" context="tp_ErrorBars|liststoreFUNCTION">Error Margin</item>
140 </items>
141 </object>
142 <packing>
143 <property name="expand">False</property>
144 <property name="fill">True</property>
145 <property name="position">1</property>
146 </packing>
147 </child>
148 </object>
149 <packing>
150 <property name="expand">False</property>
151 <property name="fill">True</property>
152 <property name="position">3</property>
153 </packing>
154 </child>
155 <child>
156 <object class="GtkRadioButton" id="RB_RANGE">
157 <property name="label" translatable="yes" context="tp_ErrorBars|RB_RANGE">Cell _Range</property>
158 <property name="visible">True</property>
159 <property name="can_focus">True</property>
160 <property name="receives_default">False</property>
161 <property name="halign">start</property>
162 <property name="valign">center</property>
163 <property name="use_underline">True</property>
164 <property name="draw_indicator">True</property>
165 <property name="group">RB_NONE</property>
166 </object>
167 <packing>
168 <property name="expand">False</property>
169 <property name="fill">True</property>
170 <property name="position">4</property>
171 </packing>
172 </child>
173 </object>
174 </child>
175 </object>
176 </child>
177 <child type="label">
178 <object class="GtkLabel" id="label1">
179 <property name="visible">True</property>
180 <property name="can_focus">False</property>
181 <property name="label" translatable="yes" context="tp_ErrorBars|label1">Error Category</property>
182 <attributes>
183 <attribute name="weight" value="bold"/>
184 </attributes>
185 </object>
186 </child>
187 </object>
188 <packing>
189 <property name="expand">False</property>
190 <property name="fill">True</property>
191 <property name="position">0</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkFrame" id="frame2">
196 <property name="visible">True</property>
197 <property name="can_focus">False</property>
198 <property name="label_xalign">0</property>
199 <property name="shadow_type">none</property>
200 <child>
201 <object class="GtkAlignment" id="alignment2">
202 <property name="visible">True</property>
203 <property name="can_focus">False</property>
204 <property name="top_padding">6</property>
205 <property name="left_padding">12</property>
206 <child>
207 <object class="GtkGrid" id="grid1">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="halign">start</property>
211 <property name="row_spacing">6</property>
212 <property name="column_spacing">12</property>
213 <child>
214 <object class="GtkRadioButton" id="RB_BOTH">
215 <property name="label" translatable="yes" context="tp_ErrorBars|RB_BOTH">Positive _and Negative</property>
216 <property name="visible">True</property>
217 <property name="can_focus">True</property>
218 <property name="receives_default">False</property>
219 <property name="halign">start</property>
220 <property name="valign">center</property>
221 <property name="use_underline">True</property>
222 <property name="active">True</property>
223 <property name="draw_indicator">True</property>
224 </object>
225 <packing>
226 <property name="left_attach">1</property>
227 <property name="top_attach">0</property>
228 </packing>
229 </child>
230 <child>
231 <object class="GtkRadioButton" id="RB_POSITIVE">
232 <property name="label" translatable="yes" context="tp_ErrorBars|RB_POSITIVE">Pos_itive</property>
233 <property name="visible">True</property>
234 <property name="can_focus">True</property>
235 <property name="receives_default">False</property>
236 <property name="halign">start</property>
237 <property name="valign">center</property>
238 <property name="use_underline">True</property>
239 <property name="draw_indicator">True</property>
240 <property name="group">RB_BOTH</property>
241 </object>
242 <packing>
243 <property name="left_attach">1</property>
244 <property name="top_attach">1</property>
245 </packing>
246 </child>
247 <child>
248 <object class="GtkRadioButton" id="RB_NEGATIVE">
249 <property name="label" translatable="yes" context="tp_ErrorBars|RB_NEGATIVE">Ne_gative</property>
250 <property name="visible">True</property>
251 <property name="can_focus">True</property>
252 <property name="receives_default">False</property>
253 <property name="halign">start</property>
254 <property name="valign">center</property>
255 <property name="use_underline">True</property>
256 <property name="draw_indicator">True</property>
257 <property name="group">RB_BOTH</property>
258 </object>
259 <packing>
260 <property name="left_attach">1</property>
261 <property name="top_attach">2</property>
262 </packing>
263 </child>
264 <child>
265 <object class="GtkImage" id="FI_BOTH">
266 <property name="visible">True</property>
267 <property name="can_focus">False</property>
268 <property name="stock">gtk-missing-image</property>
269 </object>
270 <packing>
271 <property name="left_attach">0</property>
272 <property name="top_attach">0</property>
273 </packing>
274 </child>
275 <child>
276 <object class="GtkImage" id="FI_POSITIVE">
277 <property name="visible">True</property>
278 <property name="can_focus">False</property>
279 <property name="stock">gtk-missing-image</property>
280 </object>
281 <packing>
282 <property name="left_attach">0</property>
283 <property name="top_attach">1</property>
284 </packing>
285 </child>
286 <child>
287 <object class="GtkImage" id="FI_NEGATIVE">
288 <property name="visible">True</property>
289 <property name="can_focus">False</property>
290 <property name="stock">gtk-missing-image</property>
291 </object>
292 <packing>
293 <property name="left_attach">0</property>
294 <property name="top_attach">2</property>
295 </packing>
296 </child>
297 </object>
298 </child>
299 </object>
300 </child>
301 <child type="label">
302 <object class="GtkLabel" id="label2">
303 <property name="visible">True</property>
304 <property name="can_focus">False</property>
305 <property name="label" translatable="yes" context="tp_ErrorBars|label2">Error Indicator</property>
306 <property name="xalign">0</property>
307 <attributes>
308 <attribute name="weight" value="bold"/>
309 </attributes>
310 </object>
311 </child>
312 </object>
313 <packing>
314 <property name="expand">False</property>
315 <property name="fill">True</property>
316 <property name="position">1</property>
317 </packing>
318 </child>
319 </object>
320 <packing>
321 <property name="expand">False</property>
322 <property name="fill">True</property>
323 <property name="position">0</property>
324 </packing>
325 </child>
326 <child>
327 <object class="GtkFrame" id="framePARAMETERS">
328 <property name="visible">True</property>
329 <property name="can_focus">False</property>
330 <property name="label_xalign">0</property>
331 <property name="shadow_type">none</property>
332 <child>
333 <object class="GtkAlignment" id="alignment3">
334 <property name="visible">True</property>
335 <property name="can_focus">False</property>
336 <property name="top_padding">6</property>
337 <property name="left_padding">12</property>
338 <child>
339 <object class="GtkBox" id="box5">
340 <property name="visible">True</property>
341 <property name="can_focus">False</property>
342 <property name="orientation">vertical</property>
343 <property name="spacing">6</property>
344 <child>
345 <object class="GtkBox" id="boxPOSITIVE">
346 <property name="visible">True</property>
347 <property name="can_focus">False</property>
348 <property name="spacing">12</property>
349 <child>
350 <object class="GtkLabel" id="FT_POSITIVE">
351 <property name="visible">True</property>
352 <property name="can_focus">False</property>
353 <property name="label" translatable="yes" context="tp_ErrorBars|FT_POSITIVE">P_ositive (+)</property>
354 <property name="use_underline">True</property>
355 <property name="mnemonic_widget">MF_POSITIVE</property>
356 </object>
357 <packing>
358 <property name="expand">False</property>
359 <property name="fill">True</property>
360 <property name="position">0</property>
361 </packing>
362 </child>
363 <child>
364 <object class="GtkSpinButton" id="MF_POSITIVE">
365 <property name="visible">True</property>
366 <property name="can_focus">True</property>
367 <property name="adjustment">adjustmentPOS</property>
368 <property name="digits">2</property>
369 </object>
370 <packing>
371 <property name="expand">False</property>
372 <property name="fill">True</property>
373 <property name="position">1</property>
374 </packing>
375 </child>
376 <child>
377 <object class="GtkEntry" id="ED_RANGE_POSITIVE">
378 <property name="visible">True</property>
379 <property name="can_focus">True</property>
380 <property name="hexpand">True</property>
381 <property name="activates_default">True</property>
382 </object>
383 <packing>
384 <property name="expand">False</property>
385 <property name="fill">True</property>
386 <property name="position">2</property>
387 </packing>
388 </child>
389 <child>
390 <object class="GtkButton" id="IB_RANGE_POSITIVE">
391 <property name="visible">True</property>
392 <property name="can_focus">True</property>
393 <property name="receives_default">True</property>
394 <property name="tooltip_text" translatable="yes" context="tp_ErrorBars|IB_RANGE_POSITIVE|tooltip_text">Select data range</property>
395 <property name="image">imageRANGE_SELECT_POSITIVE</property>
396 </object>
397 <packing>
398 <property name="expand">False</property>
399 <property name="fill">True</property>
400 <property name="position">3</property>
401 </packing>
402 </child>
403 </object>
404 <packing>
405 <property name="expand">False</property>
406 <property name="fill">True</property>
407 <property name="position">0</property>
408 </packing>
409 </child>
410 <child>
411 <object class="GtkBox" id="boxNEGATIVE">
412 <property name="visible">True</property>
413 <property name="can_focus">False</property>
414 <property name="spacing">12</property>
415 <child>
416 <object class="GtkLabel" id="FT_NEGATIVE">
417 <property name="visible">True</property>
418 <property name="can_focus">False</property>
419 <property name="label" translatable="yes" context="tp_ErrorBars|FT_NEGATIVE">_Negative (-)</property>
420 <property name="use_underline">True</property>
421 <property name="mnemonic_widget">MF_NEGATIVE</property>
422 </object>
423 <packing>
424 <property name="expand">False</property>
425 <property name="fill">True</property>
426 <property name="position">0</property>
427 </packing>
428 </child>
429 <child>
430 <object class="GtkSpinButton" id="MF_NEGATIVE">
431 <property name="visible">True</property>
432 <property name="can_focus">True</property>
433 <property name="adjustment">adjustmentNEG</property>
434 <property name="digits">2</property>
435 </object>
436 <packing>
437 <property name="expand">False</property>
438 <property name="fill">True</property>
439 <property name="position">1</property>
440 </packing>
441 </child>
442 <child>
443 <object class="GtkEntry" id="ED_RANGE_NEGATIVE">
444 <property name="visible">True</property>
445 <property name="can_focus">True</property>
446 <property name="hexpand">True</property>
447 </object>
448 <packing>
449 <property name="expand">False</property>
450 <property name="fill">True</property>
451 <property name="position">2</property>
452 </packing>
453 </child>
454 <child>
455 <object class="GtkButton" id="IB_RANGE_NEGATIVE">
456 <property name="visible">True</property>
457 <property name="can_focus">True</property>
458 <property name="receives_default">True</property>
459 <property name="tooltip_text" translatable="yes" context="tp_ErrorBars|IB_RANGE_NEGATIVE|tooltip_text">Select data range</property>
460 <property name="image">imageRANGE_SELECT_NEG</property>
461 </object>
462 <packing>
463 <property name="expand">False</property>
464 <property name="fill">True</property>
465 <property name="position">3</property>
466 </packing>
467 </child>
468 </object>
469 <packing>
470 <property name="expand">False</property>
471 <property name="fill">True</property>
472 <property name="position">1</property>
473 </packing>
474 </child>
475 <child>
476 <object class="GtkCheckButton" id="CB_SYN_POS_NEG">
477 <property name="label" translatable="yes" context="tp_ErrorBars|CB_SYN_POS_NEG">Same value for both</property>
478 <property name="visible">True</property>
479 <property name="can_focus">True</property>
480 <property name="receives_default">False</property>
481 <property name="use_underline">True</property>
482 <property name="xalign">0</property>
483 <property name="draw_indicator">True</property>
484 </object>
485 <packing>
486 <property name="expand">False</property>
487 <property name="fill">True</property>
488 <property name="position">2</property>
489 </packing>
490 </child>
491 </object>
492 </child>
493 </object>
494 </child>
495 <child type="label">
496 <object class="GtkLabel" id="label3">
497 <property name="visible">True</property>
498 <property name="can_focus">False</property>
499 <property name="label" translatable="yes" context="tp_ErrorBars|label3">Parameters</property>
500 <property name="xalign">0</property>
501 <attributes>
502 <attribute name="weight" value="bold"/>
503 </attributes>
504 </object>
505 </child>
506 </object>
507 <packing>
508 <property name="expand">False</property>
509 <property name="fill">True</property>
510 <property name="position">1</property>
511 </packing>
512 </child>
513 <child>
514 <object class="GtkLabel" id="STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS">
515 <property name="can_focus">False</property>
516 <property name="label" translatable="yes" context="tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS">Select Range for Positive Error Bars</property>
517 </object>
518 <packing>
519 <property name="expand">False</property>
520 <property name="fill">True</property>
521 <property name="position">2</property>
522 </packing>
523 </child>
524 <child>
525 <object class="GtkLabel" id="STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS">
526 <property name="can_focus">False</property>
527 <property name="label" translatable="yes" context="tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS">Select Range for Negative Error Bars</property>
528 </object>
529 <packing>
530 <property name="expand">False</property>
531 <property name="fill">True</property>
532 <property name="position">3</property>
533 </packing>
534 </child>
535 <child>
536 <object class="GtkLabel" id="STR_CONTROLTEXT_ERROR_BARS_FROM_DATA">
537 <property name="can_focus">False</property>
538 <property name="label" translatable="yes" context="tp_ErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA">From Data Table</property>
539 </object>
540 <packing>
541 <property name="expand">False</property>
542 <property name="fill">True</property>
543 <property name="position">4</property>
544 </packing>
545 </child>
546 </object>
547 <object class="GtkSizeGroup" id="sizegroup1">
548 <widgets>
549 <widget name="FT_POSITIVE"/>
550 <widget name="FT_NEGATIVE"/>
551 </widgets>
552 </object>
553 </interface>