Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / sortdialog.ui
blob2295168fc04210ebf961953ae6afc4fc34d53b6d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="sw">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="lower">1</property>
7 <property name="upper">99</property>
8 <property name="value">1</property>
9 <property name="step-increment">1</property>
10 <property name="page-increment">10</property>
11 </object>
12 <object class="GtkAdjustment" id="adjustment2">
13 <property name="lower">1</property>
14 <property name="upper">99</property>
15 <property name="value">1</property>
16 <property name="step-increment">1</property>
17 <property name="page-increment">10</property>
18 </object>
19 <object class="GtkAdjustment" id="adjustment3">
20 <property name="lower">1</property>
21 <property name="upper">99</property>
22 <property name="value">1</property>
23 <property name="step-increment">1</property>
24 <property name="page-increment">10</property>
25 </object>
26 <object class="GtkDialog" id="SortDialog">
27 <property name="can-focus">False</property>
28 <property name="border-width">6</property>
29 <property name="title" translatable="yes" context="sortdialog|SortDialog">Sort</property>
30 <property name="modal">True</property>
31 <property name="default-width">0</property>
32 <property name="default-height">0</property>
33 <property name="type-hint">dialog</property>
34 <child internal-child="vbox">
35 <object class="GtkBox" id="dialog-vbox1">
36 <property name="can-focus">False</property>
37 <property name="orientation">vertical</property>
38 <property name="spacing">12</property>
39 <child internal-child="action_area">
40 <object class="GtkButtonBox" id="dialog-action_area1">
41 <property name="can-focus">False</property>
42 <property name="layout-style">end</property>
43 <child>
44 <object class="GtkButton" id="ok">
45 <property name="label" translatable="yes" context="stock">_OK</property>
46 <property name="visible">True</property>
47 <property name="can-focus">True</property>
48 <property name="can-default">True</property>
49 <property name="has-default">True</property>
50 <property name="receives-default">True</property>
51 <property name="use-underline">True</property>
52 </object>
53 <packing>
54 <property name="expand">False</property>
55 <property name="fill">True</property>
56 <property name="position">0</property>
57 </packing>
58 </child>
59 <child>
60 <object class="GtkButton" id="cancel">
61 <property name="label" translatable="yes" context="stock">_Cancel</property>
62 <property name="visible">True</property>
63 <property name="can-focus">True</property>
64 <property name="receives-default">True</property>
65 <property name="use-underline">True</property>
66 </object>
67 <packing>
68 <property name="expand">False</property>
69 <property name="fill">True</property>
70 <property name="position">1</property>
71 </packing>
72 </child>
73 <child>
74 <object class="GtkButton" id="help">
75 <property name="label" translatable="yes" context="stock">_Help</property>
76 <property name="visible">True</property>
77 <property name="can-focus">True</property>
78 <property name="receives-default">True</property>
79 <property name="use-underline">True</property>
80 </object>
81 <packing>
82 <property name="expand">False</property>
83 <property name="fill">True</property>
84 <property name="position">2</property>
85 <property name="secondary">True</property>
86 </packing>
87 </child>
88 </object>
89 <packing>
90 <property name="expand">False</property>
91 <property name="fill">True</property>
92 <property name="pack-type">end</property>
93 <property name="position">0</property>
94 </packing>
95 </child>
96 <child>
97 <object class="GtkBox" id="box2">
98 <property name="visible">True</property>
99 <property name="can-focus">False</property>
100 <property name="orientation">vertical</property>
101 <property name="spacing">12</property>
102 <child>
103 <object class="GtkFrame" id="frame5">
104 <property name="visible">True</property>
105 <property name="can-focus">False</property>
106 <property name="hexpand">True</property>
107 <property name="label-xalign">0</property>
108 <property name="shadow-type">none</property>
109 <child>
110 <!-- n-columns=4 n-rows=4 -->
111 <object class="GtkGrid" id="grid7">
112 <property name="visible">True</property>
113 <property name="can-focus">False</property>
114 <property name="margin-start">12</property>
115 <property name="margin-top">6</property>
116 <property name="hexpand">True</property>
117 <property name="row-spacing">6</property>
118 <property name="column-spacing">12</property>
119 <child>
120 <object class="GtkLabel" id="column">
121 <property name="visible">True</property>
122 <property name="can-focus">False</property>
123 <property name="label" translatable="yes" context="sortdialog|column">Column</property>
124 <accessibility>
125 <relation type="label-for" target="colsb1"/>
126 <relation type="label-for" target="colsb2"/>
127 <relation type="label-for" target="colsb3"/>
128 </accessibility>
129 </object>
130 <packing>
131 <property name="left-attach">1</property>
132 <property name="top-attach">0</property>
133 </packing>
134 </child>
135 <child>
136 <object class="GtkLabel" id="keytype">
137 <property name="visible">True</property>
138 <property name="can-focus">False</property>
139 <property name="label" translatable="yes" context="sortdialog|keytype">Key type</property>
140 <accessibility>
141 <relation type="label-for" target="typelb1"/>
142 <relation type="label-for" target="typelb2"/>
143 <relation type="label-for" target="typelb3"/>
144 </accessibility>
145 </object>
146 <packing>
147 <property name="left-attach">2</property>
148 <property name="top-attach">0</property>
149 </packing>
150 </child>
151 <child>
152 <object class="GtkLabel" id="order">
153 <property name="visible">True</property>
154 <property name="can-focus">False</property>
155 <property name="label" translatable="yes" context="sortdialog|order">Order</property>
156 <accessibility>
157 <relation type="label-for" target="up1"/>
158 <relation type="label-for" target="down1"/>
159 <relation type="label-for" target="up2"/>
160 <relation type="label-for" target="down2"/>
161 <relation type="label-for" target="up3"/>
162 <relation type="label-for" target="down3"/>
163 </accessibility>
164 </object>
165 <packing>
166 <property name="left-attach">3</property>
167 <property name="top-attach">0</property>
168 </packing>
169 </child>
170 <child>
171 <!-- n-columns=1 n-rows=2 -->
172 <object class="GtkGrid" id="grid8">
173 <property name="visible">True</property>
174 <property name="can-focus">False</property>
175 <property name="row-spacing">6</property>
176 <child>
177 <object class="GtkRadioButton" id="up1">
178 <property name="label" translatable="yes" context="sortdialog|up1">Ascending</property>
179 <property name="visible">True</property>
180 <property name="can-focus">True</property>
181 <property name="receives-default">False</property>
182 <property name="use-underline">True</property>
183 <property name="active">True</property>
184 <property name="draw-indicator">True</property>
185 <accessibility>
186 <relation type="controlled-by" target="key1"/>
187 <relation type="labelled-by" target="order"/>
188 </accessibility>
189 <child internal-child="accessible">
190 <object class="AtkObject" id="up1-atkobject">
191 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|up1">Sorts in ascending order, (for example, 1, 2, 3 or a, b, c).</property>
192 </object>
193 </child>
194 </object>
195 <packing>
196 <property name="left-attach">0</property>
197 <property name="top-attach">0</property>
198 </packing>
199 </child>
200 <child>
201 <object class="GtkRadioButton" id="down1">
202 <property name="label" translatable="yes" context="sortdialog|down1">Descending</property>
203 <property name="visible">True</property>
204 <property name="can-focus">True</property>
205 <property name="receives-default">False</property>
206 <property name="use-underline">True</property>
207 <property name="draw-indicator">True</property>
208 <property name="group">up1</property>
209 <accessibility>
210 <relation type="controlled-by" target="key1"/>
211 <relation type="labelled-by" target="order"/>
212 </accessibility>
213 <child internal-child="accessible">
214 <object class="AtkObject" id="down1-atkobject">
215 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|down1">Sorts in descending order (for example, 9, 8, 7 or z, y, x).</property>
216 </object>
217 </child>
218 </object>
219 <packing>
220 <property name="left-attach">0</property>
221 <property name="top-attach">1</property>
222 </packing>
223 </child>
224 </object>
225 <packing>
226 <property name="left-attach">3</property>
227 <property name="top-attach">1</property>
228 </packing>
229 </child>
230 <child>
231 <!-- n-columns=1 n-rows=2 -->
232 <object class="GtkGrid" id="grid9">
233 <property name="visible">True</property>
234 <property name="can-focus">False</property>
235 <property name="row-spacing">6</property>
236 <child>
237 <object class="GtkRadioButton" id="up2">
238 <property name="label" translatable="yes" context="sortdialog|up2">Ascending</property>
239 <property name="visible">True</property>
240 <property name="can-focus">True</property>
241 <property name="receives-default">False</property>
242 <property name="use-underline">True</property>
243 <property name="active">True</property>
244 <property name="draw-indicator">True</property>
245 <accessibility>
246 <relation type="controlled-by" target="key2"/>
247 <relation type="labelled-by" target="order"/>
248 </accessibility>
249 <child internal-child="accessible">
250 <object class="AtkObject" id="up2-atkobject">
251 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|up2">Sorts in ascending order, (for example, 1, 2, 3 or a, b, c).</property>
252 </object>
253 </child>
254 </object>
255 <packing>
256 <property name="left-attach">0</property>
257 <property name="top-attach">0</property>
258 </packing>
259 </child>
260 <child>
261 <object class="GtkRadioButton" id="down2">
262 <property name="label" translatable="yes" context="sortdialog|down2">Descending</property>
263 <property name="visible">True</property>
264 <property name="can-focus">True</property>
265 <property name="receives-default">False</property>
266 <property name="use-underline">True</property>
267 <property name="draw-indicator">True</property>
268 <property name="group">up2</property>
269 <accessibility>
270 <relation type="controlled-by" target="key2"/>
271 <relation type="labelled-by" target="order"/>
272 </accessibility>
273 <child internal-child="accessible">
274 <object class="AtkObject" id="down2-atkobject">
275 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|down2">Sorts in descending order (for example, 9, 8, 7 or z, y, x).</property>
276 </object>
277 </child>
278 </object>
279 <packing>
280 <property name="left-attach">0</property>
281 <property name="top-attach">1</property>
282 </packing>
283 </child>
284 </object>
285 <packing>
286 <property name="left-attach">3</property>
287 <property name="top-attach">2</property>
288 </packing>
289 </child>
290 <child>
291 <!-- n-columns=1 n-rows=2 -->
292 <object class="GtkGrid" id="grid10">
293 <property name="visible">True</property>
294 <property name="can-focus">False</property>
295 <property name="row-spacing">6</property>
296 <child>
297 <object class="GtkRadioButton" id="up3">
298 <property name="label" translatable="yes" context="sortdialog|up3">Ascending</property>
299 <property name="visible">True</property>
300 <property name="can-focus">True</property>
301 <property name="receives-default">False</property>
302 <property name="use-underline">True</property>
303 <property name="active">True</property>
304 <property name="draw-indicator">True</property>
305 <accessibility>
306 <relation type="controlled-by" target="key3"/>
307 <relation type="labelled-by" target="order"/>
308 </accessibility>
309 <child internal-child="accessible">
310 <object class="AtkObject" id="up3-atkobject">
311 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|up3">Sorts in ascending order, (for example, 1, 2, 3 or a, b, c).</property>
312 </object>
313 </child>
314 </object>
315 <packing>
316 <property name="left-attach">0</property>
317 <property name="top-attach">0</property>
318 </packing>
319 </child>
320 <child>
321 <object class="GtkRadioButton" id="down3">
322 <property name="label" translatable="yes" context="sortdialog|down3">Descending</property>
323 <property name="visible">True</property>
324 <property name="can-focus">True</property>
325 <property name="receives-default">False</property>
326 <property name="use-underline">True</property>
327 <property name="draw-indicator">True</property>
328 <property name="group">up3</property>
329 <accessibility>
330 <relation type="controlled-by" target="key3"/>
331 <relation type="labelled-by" target="order"/>
332 </accessibility>
333 <child internal-child="accessible">
334 <object class="AtkObject" id="down3-atkobject">
335 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|down3">Sorts in descending order (for example, 9, 8, 7 or z, y, x).</property>
336 </object>
337 </child>
338 </object>
339 <packing>
340 <property name="left-attach">0</property>
341 <property name="top-attach">1</property>
342 </packing>
343 </child>
344 </object>
345 <packing>
346 <property name="left-attach">3</property>
347 <property name="top-attach">3</property>
348 </packing>
349 </child>
350 <child>
351 <object class="GtkCheckButton" id="key1">
352 <property name="label" translatable="yes" context="sortdialog|key1">Key 1</property>
353 <property name="visible">True</property>
354 <property name="can-focus">True</property>
355 <property name="receives-default">False</property>
356 <property name="valign">center</property>
357 <property name="use-underline">True</property>
358 <property name="active">True</property>
359 <property name="draw-indicator">True</property>
360 <accessibility>
361 <relation type="controller-for" target="up1"/>
362 <relation type="controller-for" target="down1"/>
363 <relation type="controller-for" target="colsb1"/>
364 <relation type="controller-for" target="typelb1"/>
365 </accessibility>
366 <child internal-child="accessible">
367 <object class="AtkObject" id="key1-atkobject">
368 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|key1">Specifies additional sorting criteria. You can also combine sort keys.</property>
369 </object>
370 </child>
371 </object>
372 <packing>
373 <property name="left-attach">0</property>
374 <property name="top-attach">1</property>
375 </packing>
376 </child>
377 <child>
378 <object class="GtkCheckButton" id="key2">
379 <property name="label" translatable="yes" context="sortdialog|key2">Key 2</property>
380 <property name="visible">True</property>
381 <property name="can-focus">True</property>
382 <property name="receives-default">False</property>
383 <property name="valign">center</property>
384 <property name="use-underline">True</property>
385 <property name="draw-indicator">True</property>
386 <accessibility>
387 <relation type="controller-for" target="up2"/>
388 <relation type="controller-for" target="down2"/>
389 <relation type="controller-for" target="colsb2"/>
390 <relation type="controller-for" target="typelb2"/>
391 </accessibility>
392 <child internal-child="accessible">
393 <object class="AtkObject" id="key2-atkobject">
394 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|key2">Specifies additional sorting criteria. You can also combine sort keys.</property>
395 </object>
396 </child>
397 </object>
398 <packing>
399 <property name="left-attach">0</property>
400 <property name="top-attach">2</property>
401 </packing>
402 </child>
403 <child>
404 <object class="GtkCheckButton" id="key3">
405 <property name="label" translatable="yes" context="sortdialog|key3">Key 3</property>
406 <property name="visible">True</property>
407 <property name="can-focus">True</property>
408 <property name="receives-default">False</property>
409 <property name="valign">center</property>
410 <property name="use-underline">True</property>
411 <property name="draw-indicator">True</property>
412 <accessibility>
413 <relation type="controller-for" target="up3"/>
414 <relation type="controller-for" target="down3"/>
415 <relation type="controller-for" target="colsb3"/>
416 <relation type="controller-for" target="typelb3"/>
417 </accessibility>
418 <child internal-child="accessible">
419 <object class="AtkObject" id="key3-atkobject">
420 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|key3">Specifies additional sorting criteria. You can also combine sort keys.</property>
421 </object>
422 </child>
423 </object>
424 <packing>
425 <property name="left-attach">0</property>
426 <property name="top-attach">3</property>
427 </packing>
428 </child>
429 <child>
430 <object class="GtkSpinButton" id="colsb1">
431 <property name="visible">True</property>
432 <property name="can-focus">True</property>
433 <property name="valign">center</property>
434 <property name="activates-default">True</property>
435 <property name="truncate-multiline">True</property>
436 <property name="adjustment">adjustment1</property>
437 <accessibility>
438 <relation type="controlled-by" target="key1"/>
439 <relation type="labelled-by" target="column"/>
440 </accessibility>
441 <child internal-child="accessible">
442 <object class="AtkObject" id="colsb1-atkobject">
443 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|colsb1">Enter the number of the table column that you want to use as a basis for sorting.</property>
444 </object>
445 </child>
446 </object>
447 <packing>
448 <property name="left-attach">1</property>
449 <property name="top-attach">1</property>
450 </packing>
451 </child>
452 <child>
453 <object class="GtkSpinButton" id="colsb2">
454 <property name="visible">True</property>
455 <property name="can-focus">True</property>
456 <property name="valign">center</property>
457 <property name="activates-default">True</property>
458 <property name="truncate-multiline">True</property>
459 <property name="adjustment">adjustment2</property>
460 <accessibility>
461 <relation type="controlled-by" target="key2"/>
462 <relation type="labelled-by" target="column"/>
463 </accessibility>
464 <child internal-child="accessible">
465 <object class="AtkObject" id="colsb2-atkobject">
466 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|colsb2">Enter the number of the table column that you want to use as a basis for sorting.</property>
467 </object>
468 </child>
469 </object>
470 <packing>
471 <property name="left-attach">1</property>
472 <property name="top-attach">2</property>
473 </packing>
474 </child>
475 <child>
476 <object class="GtkSpinButton" id="colsb3">
477 <property name="visible">True</property>
478 <property name="can-focus">True</property>
479 <property name="valign">center</property>
480 <property name="activates-default">True</property>
481 <property name="truncate-multiline">True</property>
482 <property name="adjustment">adjustment3</property>
483 <accessibility>
484 <relation type="controlled-by" target="key3"/>
485 <relation type="labelled-by" target="column"/>
486 </accessibility>
487 <child internal-child="accessible">
488 <object class="AtkObject" id="colsb3-atkobject">
489 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|colsb3">Enter the number of the table column that you want to use as a basis for sorting.</property>
490 </object>
491 </child>
492 </object>
493 <packing>
494 <property name="left-attach">1</property>
495 <property name="top-attach">3</property>
496 </packing>
497 </child>
498 <child>
499 <object class="GtkComboBoxText" id="typelb1">
500 <property name="visible">True</property>
501 <property name="can-focus">False</property>
502 <property name="valign">center</property>
503 <property name="hexpand">True</property>
504 <accessibility>
505 <relation type="controlled-by" target="key1"/>
506 <relation type="labelled-by" target="keytype"/>
507 </accessibility>
508 <child internal-child="accessible">
509 <object class="AtkObject" id="typelb1-atkobject">
510 <property name="AtkObject::accessible-name" translatable="yes" context="sortdialog|typelb1-atkobject">Key type</property>
511 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|typelb1">Select the sorting option that you want to use.</property>
512 </object>
513 </child>
514 </object>
515 <packing>
516 <property name="left-attach">2</property>
517 <property name="top-attach">1</property>
518 </packing>
519 </child>
520 <child>
521 <object class="GtkComboBoxText" id="typelb2">
522 <property name="width-request">130</property>
523 <property name="visible">True</property>
524 <property name="can-focus">False</property>
525 <property name="valign">center</property>
526 <property name="hexpand">True</property>
527 <accessibility>
528 <relation type="controlled-by" target="key2"/>
529 <relation type="labelled-by" target="keytype"/>
530 </accessibility>
531 <child internal-child="accessible">
532 <object class="AtkObject" id="typelb2-atkobject">
533 <property name="AtkObject::accessible-name" translatable="yes" context="sortdialog|typelb2-atkobject">Key type</property>
534 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|typelb2">Select the sorting option that you want to use.</property>
535 </object>
536 </child>
537 </object>
538 <packing>
539 <property name="left-attach">2</property>
540 <property name="top-attach">2</property>
541 </packing>
542 </child>
543 <child>
544 <object class="GtkComboBoxText" id="typelb3">
545 <property name="visible">True</property>
546 <property name="can-focus">False</property>
547 <property name="valign">center</property>
548 <property name="hexpand">True</property>
549 <accessibility>
550 <relation type="controlled-by" target="key3"/>
551 <relation type="labelled-by" target="keytype"/>
552 </accessibility>
553 <child internal-child="accessible">
554 <object class="AtkObject" id="typelb3-atkobject">
555 <property name="AtkObject::accessible-name" translatable="yes" context="sortdialog|typelb3-atkobject">Key type</property>
556 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|typelb3">Select the sorting option that you want to use.</property>
557 </object>
558 </child>
559 </object>
560 <packing>
561 <property name="left-attach">2</property>
562 <property name="top-attach">3</property>
563 </packing>
564 </child>
565 <child>
566 <placeholder/>
567 </child>
568 </object>
569 </child>
570 <child type="label">
571 <object class="GtkLabel" id="1">
572 <property name="visible">True</property>
573 <property name="can-focus">False</property>
574 <property name="label" translatable="yes" context="sortdialog|1">Sort Criteria</property>
575 <property name="xalign">0.5</property>
576 <attributes>
577 <attribute name="weight" value="bold"/>
578 </attributes>
579 </object>
580 </child>
581 </object>
582 <packing>
583 <property name="expand">False</property>
584 <property name="fill">True</property>
585 <property name="position">0</property>
586 </packing>
587 </child>
588 <child>
589 <!-- n-columns=2 n-rows=1 -->
590 <object class="GtkGrid" id="grid2">
591 <property name="visible">True</property>
592 <property name="can-focus">False</property>
593 <property name="row-spacing">6</property>
594 <property name="column-spacing">12</property>
595 <property name="column-homogeneous">True</property>
596 <child>
597 <object class="GtkFrame" id="frame3">
598 <property name="visible">True</property>
599 <property name="can-focus">False</property>
600 <property name="label-xalign">0</property>
601 <property name="shadow-type">none</property>
602 <child>
603 <!-- n-columns=1 n-rows=2 -->
604 <object class="GtkGrid" id="grid3">
605 <property name="visible">True</property>
606 <property name="can-focus">False</property>
607 <property name="margin-start">12</property>
608 <property name="margin-top">6</property>
609 <property name="row-spacing">10</property>
610 <child>
611 <object class="GtkRadioButton" id="columns">
612 <property name="label" translatable="yes" context="sortdialog|columns">Columns</property>
613 <property name="visible">True</property>
614 <property name="can-focus">True</property>
615 <property name="receives-default">False</property>
616 <property name="use-underline">True</property>
617 <property name="active">True</property>
618 <property name="draw-indicator">True</property>
619 <child internal-child="accessible">
620 <object class="AtkObject" id="columns-atkobject">
621 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|columns">Sorts the columns in the table according to the current sort options.</property>
622 </object>
623 </child>
624 </object>
625 <packing>
626 <property name="left-attach">0</property>
627 <property name="top-attach">0</property>
628 </packing>
629 </child>
630 <child>
631 <object class="GtkRadioButton" id="rows">
632 <property name="label" translatable="yes" context="sortdialog|rows">Rows</property>
633 <property name="visible">True</property>
634 <property name="can-focus">True</property>
635 <property name="receives-default">False</property>
636 <property name="use-underline">True</property>
637 <property name="draw-indicator">True</property>
638 <property name="group">columns</property>
639 <child internal-child="accessible">
640 <object class="AtkObject" id="rows-atkobject">
641 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|rows">Sorts the rows in the table or the paragraphs in the selection according to the current sort options.</property>
642 </object>
643 </child>
644 </object>
645 <packing>
646 <property name="left-attach">0</property>
647 <property name="top-attach">1</property>
648 </packing>
649 </child>
650 </object>
651 </child>
652 <child type="label">
653 <object class="GtkLabel" id="label3">
654 <property name="visible">True</property>
655 <property name="can-focus">False</property>
656 <property name="label" translatable="yes" context="sortdialog|label3">Direction</property>
657 <attributes>
658 <attribute name="weight" value="bold"/>
659 </attributes>
660 </object>
661 </child>
662 </object>
663 <packing>
664 <property name="left-attach">0</property>
665 <property name="top-attach">0</property>
666 </packing>
667 </child>
668 <child>
669 <object class="GtkFrame" id="frame4">
670 <property name="visible">True</property>
671 <property name="can-focus">False</property>
672 <property name="label-xalign">0</property>
673 <property name="shadow-type">none</property>
674 <child>
675 <!-- n-columns=2 n-rows=2 -->
676 <object class="GtkGrid" id="grid4">
677 <property name="visible">True</property>
678 <property name="can-focus">False</property>
679 <property name="valign">end</property>
680 <property name="margin-start">12</property>
681 <property name="margin-top">6</property>
682 <property name="orientation">vertical</property>
683 <property name="row-spacing">10</property>
684 <child>
685 <object class="GtkRadioButton" id="tabs">
686 <property name="label" translatable="yes" context="sortdialog|tabs">Tabs</property>
687 <property name="visible">True</property>
688 <property name="can-focus">True</property>
689 <property name="receives-default">False</property>
690 <property name="use-underline">True</property>
691 <property name="active">True</property>
692 <property name="draw-indicator">True</property>
693 <child internal-child="accessible">
694 <object class="AtkObject" id="tabs-atkobject">
695 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|tabs">If the selected paragraphs correspond to a list separated by tabs, select this option.</property>
696 </object>
697 </child>
698 </object>
699 <packing>
700 <property name="left-attach">0</property>
701 <property name="top-attach">0</property>
702 <property name="width">2</property>
703 </packing>
704 </child>
705 <child>
706 <object class="GtkRadioButton" id="character">
707 <property name="label" translatable="yes" context="sortdialog|character">Character </property>
708 <property name="visible">True</property>
709 <property name="can-focus">True</property>
710 <property name="receives-default">False</property>
711 <property name="use-underline">True</property>
712 <property name="draw-indicator">True</property>
713 <property name="group">tabs</property>
714 <accessibility>
715 <relation type="controller-for" target="separator"/>
716 <relation type="controller-for" target="delimpb"/>
717 <relation type="label-for" target="separator"/>
718 <relation type="label-for" target="delimpb"/>
719 </accessibility>
720 <child internal-child="accessible">
721 <object class="AtkObject" id="character-atkobject">
722 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|character">Enter the character that you want to use as a separator in the selected area.</property>
723 </object>
724 </child>
725 </object>
726 <packing>
727 <property name="left-attach">0</property>
728 <property name="top-attach">1</property>
729 </packing>
730 </child>
731 <child>
732 <!-- n-columns=2 n-rows=1 -->
733 <object class="GtkGrid" id="grid5">
734 <property name="visible">True</property>
735 <property name="can-focus">False</property>
736 <property name="column-spacing">6</property>
737 <property name="column-homogeneous">True</property>
738 <child>
739 <object class="GtkEntry" id="separator">
740 <property name="visible">True</property>
741 <property name="can-focus">True</property>
742 <property name="max-length">1</property>
743 <property name="activates-default">True</property>
744 <property name="width-chars">1</property>
745 <property name="max-width-chars">1</property>
746 <property name="truncate-multiline">True</property>
747 <accessibility>
748 <relation type="controlled-by" target="character"/>
749 <relation type="labelled-by" target="character"/>
750 </accessibility>
751 <child internal-child="accessible">
752 <object class="AtkObject" id="separator-atkobject">
753 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|separator">Enter the character that you want to use as a separator in the selected area.</property>
754 </object>
755 </child>
756 </object>
757 <packing>
758 <property name="left-attach">0</property>
759 <property name="top-attach">0</property>
760 </packing>
761 </child>
762 <child>
763 <object class="GtkButton" id="delimpb">
764 <property name="label" translatable="yes" context="sortdialog|delimpb">Select...</property>
765 <property name="visible">True</property>
766 <property name="can-focus">True</property>
767 <property name="receives-default">True</property>
768 <accessibility>
769 <relation type="controlled-by" target="character"/>
770 <relation type="labelled-by" target="character"/>
771 </accessibility>
772 <child internal-child="accessible">
773 <object class="AtkObject" id="delimpb-atkobject">
774 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|delimpb">Opens the Special Characters dialog, where you can select the character that you want to use as a separator.</property>
775 </object>
776 </child>
777 </object>
778 <packing>
779 <property name="left-attach">1</property>
780 <property name="top-attach">0</property>
781 </packing>
782 </child>
783 </object>
784 <packing>
785 <property name="left-attach">1</property>
786 <property name="top-attach">1</property>
787 </packing>
788 </child>
789 </object>
790 </child>
791 <child type="label">
792 <object class="GtkLabel" id="label4">
793 <property name="visible">True</property>
794 <property name="can-focus">False</property>
795 <property name="label" translatable="yes" context="sortdialog|label4">Separator</property>
796 <attributes>
797 <attribute name="weight" value="bold"/>
798 </attributes>
799 </object>
800 </child>
801 </object>
802 <packing>
803 <property name="left-attach">1</property>
804 <property name="top-attach">0</property>
805 </packing>
806 </child>
807 </object>
808 <packing>
809 <property name="expand">False</property>
810 <property name="fill">True</property>
811 <property name="position">1</property>
812 </packing>
813 </child>
814 <child>
815 <!-- n-columns=2 n-rows=1 -->
816 <object class="GtkGrid" id="grid1">
817 <property name="visible">True</property>
818 <property name="can-focus">False</property>
819 <property name="row-spacing">6</property>
820 <property name="column-spacing">12</property>
821 <property name="column-homogeneous">True</property>
822 <child>
823 <object class="GtkFrame" id="frame1">
824 <property name="visible">True</property>
825 <property name="can-focus">False</property>
826 <property name="label-xalign">0</property>
827 <property name="shadow-type">none</property>
828 <child>
829 <object class="GtkComboBoxText" id="langlb">
830 <property name="visible">True</property>
831 <property name="can-focus">False</property>
832 <property name="margin-start">12</property>
833 <property name="margin-top">6</property>
834 <property name="has-entry">True</property>
835 <child internal-child="entry">
836 <object class="GtkEntry">
837 <property name="can-focus">True</property>
838 <property name="truncate-multiline">True</property>
839 </object>
840 </child>
841 <child internal-child="accessible">
842 <object class="AtkObject" id="langlb-atkobject">
843 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|langlb">Select the language that defines the sorting rules.</property>
844 </object>
845 </child>
846 </object>
847 </child>
848 <child type="label">
849 <object class="GtkLabel" id="label1">
850 <property name="visible">True</property>
851 <property name="can-focus">False</property>
852 <property name="label" translatable="yes" context="sortdialog|label1">Language</property>
853 <attributes>
854 <attribute name="weight" value="bold"/>
855 </attributes>
856 </object>
857 </child>
858 </object>
859 <packing>
860 <property name="left-attach">0</property>
861 <property name="top-attach">0</property>
862 </packing>
863 </child>
864 <child>
865 <object class="GtkFrame" id="frame2">
866 <property name="visible">True</property>
867 <property name="can-focus">False</property>
868 <property name="label-xalign">0</property>
869 <property name="shadow-type">none</property>
870 <child>
871 <object class="GtkCheckButton" id="matchcase">
872 <property name="label" translatable="yes" context="sortdialog|matchcase">Match case</property>
873 <property name="visible">True</property>
874 <property name="can-focus">True</property>
875 <property name="receives-default">False</property>
876 <property name="margin-start">12</property>
877 <property name="margin-top">6</property>
878 <property name="use-underline">True</property>
879 <property name="draw-indicator">True</property>
880 <child internal-child="accessible">
881 <object class="AtkObject" id="matchcase-atkobject">
882 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|matchcase">Distinguishes between uppercase and lowercase letters when you sort a table. For Asian languages special handling applies.</property>
883 </object>
884 </child>
885 </object>
886 </child>
887 <child type="label">
888 <object class="GtkLabel" id="label2">
889 <property name="visible">True</property>
890 <property name="can-focus">False</property>
891 <property name="label" translatable="yes" context="sortdialog|label2">Setting</property>
892 <attributes>
893 <attribute name="weight" value="bold"/>
894 </attributes>
895 </object>
896 </child>
897 </object>
898 <packing>
899 <property name="left-attach">1</property>
900 <property name="top-attach">0</property>
901 </packing>
902 </child>
903 </object>
904 <packing>
905 <property name="expand">False</property>
906 <property name="fill">True</property>
907 <property name="position">2</property>
908 </packing>
909 </child>
910 </object>
911 <packing>
912 <property name="expand">False</property>
913 <property name="fill">True</property>
914 <property name="position">1</property>
915 </packing>
916 </child>
917 </object>
918 </child>
919 <action-widgets>
920 <action-widget response="-5">ok</action-widget>
921 <action-widget response="-6">cancel</action-widget>
922 <action-widget response="-11">help</action-widget>
923 </action-widgets>
924 <child internal-child="accessible">
925 <object class="AtkObject" id="SortDialog-atkobject">
926 <property name="AtkObject::accessible-description" translatable="yes" context="sortdialog|extended_tip|SortDialog">Sorts the selected paragraphs or table rows alphabetically or numerically.</property>
927 </object>
928 </child>
929 </object>
930 </interface>