tdf#147611: fix indices
[LibreOffice.git] / cui / uiconfig / ui / numberingformatpage.ui
blob2954e7f4bab5d6e75377d2877842277c9e5c82d2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">20</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="adjustment2">
11 <property name="upper">8</property>
12 <property name="step_increment">1</property>
13 <property name="page_increment">1</property>
14 </object>
15 <object class="GtkAdjustment" id="adjustment3">
16 <property name="upper">20</property>
17 <property name="step_increment">1</property>
18 <property name="page_increment">10</property>
19 </object>
20 <object class="GtkImage" id="image1">
21 <property name="visible">True</property>
22 <property name="can_focus">False</property>
23 <property name="icon_name">svx/res/nu02.png</property>
24 </object>
25 <object class="GtkImage" id="image2">
26 <property name="visible">True</property>
27 <property name="can_focus">False</property>
28 <property name="icon_name">svx/res/nu01.png</property>
29 </object>
30 <object class="GtkImage" id="image3">
31 <property name="visible">True</property>
32 <property name="can_focus">False</property>
33 <property name="icon_name">svx/res/nu03.png</property>
34 </object>
35 <object class="GtkTreeStore" id="liststore1">
36 <columns>
37 <!-- column-name text -->
38 <column type="gchararray"/>
39 <!-- column-name id -->
40 <column type="gchararray"/>
41 </columns>
42 </object>
43 <object class="GtkTreeStore" id="liststore3">
44 <columns>
45 <!-- column-name text -->
46 <column type="gchararray"/>
47 <!-- column-name id -->
48 <column type="gchararray"/>
49 <!-- column-name textcolor -->
50 <column type="GdkRGBA"/>
51 </columns>
52 </object>
53 <!-- n-columns=1 n-rows=1 -->
54 <object class="GtkGrid" id="NumberingFormatPage">
55 <property name="visible">True</property>
56 <property name="can_focus">False</property>
57 <property name="hexpand">True</property>
58 <property name="vexpand">True</property>
59 <property name="border_width">6</property>
60 <property name="row_spacing">6</property>
61 <property name="column_spacing">12</property>
62 <child>
63 <object class="GtkFrame" id="formatcode">
64 <property name="visible">True</property>
65 <property name="can_focus">False</property>
66 <property name="label_xalign">0</property>
67 <property name="shadow_type">none</property>
68 <child>
69 <!-- n-columns=1 n-rows=1 -->
70 <object class="GtkGrid" id="grid7">
71 <property name="visible">True</property>
72 <property name="can_focus">False</property>
73 <property name="row_spacing">6</property>
74 <property name="column_spacing">6</property>
75 <property name="margin-start">12</property>
76 <property name="margin-top">6</property>
77 <child>
78 <object class="GtkEntry" id="formatted">
79 <property name="visible">True</property>
80 <property name="can_focus">True</property>
81 <property name="valign">center</property>
82 <property name="hexpand">True</property>
83 <property name="activates_default">True</property>
84 <property name="truncate-multiline">True</property>
85 <child internal-child="accessible">
86 <object class="AtkObject" id="formatted-atkobject">
87 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|formatted">Displays the number format code for the selected format. You can also enter a custom format.</property>
88 </object>
89 </child>
90 </object>
91 <packing>
92 <property name="left_attach">0</property>
93 <property name="top_attach">0</property>
94 </packing>
95 </child>
96 <child>
97 <object class="GtkButton" id="add">
98 <property name="visible">True</property>
99 <property name="can_focus">True</property>
100 <property name="receives_default">True</property>
101 <property name="tooltip_text" translatable="yes" context="numberingformatpage|add|tooltip_text">Add</property>
102 <property name="valign">center</property>
103 <property name="image">image2</property>
104 <property name="always-show-image">True</property>
105 <child internal-child="accessible">
106 <object class="AtkObject" id="add-atkobject">
107 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|add">Adds the number format code that you entered to the user-defined category.</property>
108 </object>
109 </child>
110 </object>
111 <packing>
112 <property name="left_attach">1</property>
113 <property name="top_attach">0</property>
114 </packing>
115 </child>
116 <child>
117 <object class="GtkButton" id="edit">
118 <property name="visible">True</property>
119 <property name="can_focus">True</property>
120 <property name="receives_default">True</property>
121 <property name="tooltip_text" translatable="yes" context="numberingformatpage|edit|tooltip_text">Edit Comment</property>
122 <property name="valign">center</property>
123 <property name="image">image3</property>
124 <property name="always-show-image">True</property>
125 <child internal-child="accessible">
126 <object class="AtkObject" id="edit-atkobject">
127 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|edit">Enter a comment for the selected number format, and then click outside this box.</property>
128 </object>
129 </child>
130 </object>
131 <packing>
132 <property name="left_attach">2</property>
133 <property name="top_attach">0</property>
134 </packing>
135 </child>
136 <child>
137 <object class="GtkButton" id="delete">
138 <property name="visible">True</property>
139 <property name="can_focus">True</property>
140 <property name="receives_default">True</property>
141 <property name="tooltip_text" translatable="yes" context="numberingformatpage|delete|tooltip_text">Remove</property>
142 <property name="valign">center</property>
143 <property name="image">image1</property>
144 <property name="always-show-image">True</property>
145 <child internal-child="accessible">
146 <object class="AtkObject" id="delete-atkobject">
147 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|delete">Deletes the selected number format.</property>
148 </object>
149 </child>
150 </object>
151 <packing>
152 <property name="left_attach">3</property>
153 <property name="top_attach">0</property>
154 </packing>
155 </child>
156 <child>
157 <object class="GtkLabel" id="commentft">
158 <property name="visible">True</property>
159 <property name="can_focus">False</property>
160 <property name="xalign">0</property>
161 </object>
162 <packing>
163 <property name="left_attach">0</property>
164 <property name="top_attach">1</property>
165 <property name="width">4</property>
166 </packing>
167 </child>
168 <child>
169 <object class="GtkEntry" id="commented">
170 <property name="can_focus">True</property>
171 <property name="no_show_all">True</property>
172 <property name="tooltip_text" translatable="yes" context="numberingformatpage|commented|tooltip_text">Comment</property>
173 <property name="truncate-multiline">True</property>
174 <child internal-child="accessible">
175 <object class="AtkObject" id="commented-atkobject">
176 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|commented">Adds a comment to the selected number format.</property>
177 </object>
178 </child>
179 </object>
180 <packing>
181 <property name="left_attach">0</property>
182 <property name="top_attach">2</property>
183 <property name="width">4</property>
184 </packing>
185 </child>
186 </object>
187 </child>
188 <child type="label">
189 <object class="GtkLabel" id="formatf">
190 <property name="visible">True</property>
191 <property name="can_focus">False</property>
192 <property name="label" translatable="yes" context="numberingformatpage|formatf">_Format Code</property>
193 <property name="use_underline">True</property>
194 <property name="mnemonic_widget">formatted</property>
195 <attributes>
196 <attribute name="weight" value="bold"/>
197 </attributes>
198 </object>
199 </child>
200 </object>
201 <packing>
202 <property name="left_attach">0</property>
203 <property name="top_attach">2</property>
204 </packing>
205 </child>
206 <child>
207 <object class="GtkFrame" id="options">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="label_xalign">0</property>
211 <property name="shadow_type">none</property>
212 <child>
213 <!-- n-columns=1 n-rows=1 -->
214 <object class="GtkGrid" id="grid5">
215 <property name="visible">True</property>
216 <property name="can_focus">False</property>
217 <property name="row_spacing">6</property>
218 <property name="column_spacing">12</property>
219 <property name="margin-start">12</property>
220 <property name="margin-top">6</property>
221 <child>
222 <object class="GtkBox" id="box2">
223 <property name="visible">True</property>
224 <property name="can_focus">False</property>
225 <property name="border_width">0</property>
226 <property name="orientation">vertical</property>
227 <property name="spacing">6</property>
228 <child>
229 <object class="GtkSpinButton" id="decimalsed">
230 <property name="visible">True</property>
231 <property name="can_focus">True</property>
232 <property name="adjustment">adjustment1</property>
233 <property name="truncate-multiline">True</property>
234 <child internal-child="accessible">
235 <object class="AtkObject" id="decimalsed-atkobject">
236 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|decimalsed">Enter the number of decimal places that you want to display.</property>
237 </object>
238 </child>
239 </object>
240 <packing>
241 <property name="expand">False</property>
242 <property name="fill">True</property>
243 <property name="position">0</property>
244 </packing>
245 </child>
246 <child>
247 <object class="GtkSpinButton" id="denominatored">
248 <property name="visible">True</property>
249 <property name="can_focus">True</property>
250 <property name="adjustment">adjustment2</property>
251 <property name="truncate-multiline">True</property>
252 <child internal-child="accessible">
253 <object class="AtkObject" id="denominatored-atkobject">
254 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|denominatored">With fraction format, enter the number of places for the denominator that you want to display.</property>
255 </object>
256 </child>
257 </object>
258 <packing>
259 <property name="expand">False</property>
260 <property name="fill">True</property>
261 <property name="position">0</property>
262 </packing>
263 </child>
264 </object>
265 <packing>
266 <property name="left_attach">1</property>
267 <property name="top_attach">0</property>
268 </packing>
269 </child>
270 <child>
271 <object class="GtkSpinButton" id="leadzerosed">
272 <property name="visible">True</property>
273 <property name="can_focus">True</property>
274 <property name="adjustment">adjustment3</property>
275 <property name="truncate-multiline">True</property>
276 <child internal-child="accessible">
277 <object class="AtkObject" id="leadzerosed-atkobject">
278 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|leadzerosed">Enter the maximum number of zeroes to display in front of the decimal point.</property>
279 </object>
280 </child>
281 </object>
282 <packing>
283 <property name="left_attach">1</property>
284 <property name="top_attach">1</property>
285 </packing>
286 </child>
287 <child>
288 <object class="GtkBox" id="box3">
289 <property name="visible">True</property>
290 <property name="can_focus">False</property>
291 <property name="valign">center</property>
292 <property name="border_width">0</property>
293 <property name="orientation">vertical</property>
294 <property name="spacing">6</property>
295 <child>
296 <object class="GtkLabel" id="decimalsft">
297 <property name="visible">True</property>
298 <property name="can_focus">False</property>
299 <property name="label" translatable="yes" context="numberingformatpage|decimalsft">_Decimal places:</property>
300 <property name="use_underline">True</property>
301 <property name="mnemonic_widget">decimalsed</property>
302 <property name="xalign">1</property>
303 </object>
304 <packing>
305 <property name="expand">False</property>
306 <property name="fill">True</property>
307 <property name="position">0</property>
308 </packing>
309 </child>
310 <child>
311 <object class="GtkLabel" id="denominatorft">
312 <property name="can_focus">False</property>
313 <property name="label" translatable="yes" context="numberingformatpage|denominatorft">Den_ominator places:</property>
314 <property name="use_underline">True</property>
315 <property name="mnemonic_widget">denominatored</property>
316 <property name="xalign">1</property>
317 </object>
318 <packing>
319 <property name="expand">False</property>
320 <property name="fill">True</property>
321 <property name="position">0</property>
322 </packing>
323 </child>
324 </object>
325 <packing>
326 <property name="left_attach">0</property>
327 <property name="top_attach">0</property>
328 </packing>
329 </child>
330 <child>
331 <object class="GtkLabel" id="leadzerosft">
332 <property name="visible">True</property>
333 <property name="can_focus">False</property>
334 <property name="label" translatable="yes" context="numberingformatpage|leadzerosft">Leading _zeroes:</property>
335 <property name="use_underline">True</property>
336 <property name="mnemonic_widget">leadzerosed</property>
337 <property name="xalign">1</property>
338 </object>
339 <packing>
340 <property name="left_attach">0</property>
341 <property name="top_attach">1</property>
342 </packing>
343 </child>
344 <child>
345 <object class="GtkCheckButton" id="negnumred">
346 <property name="label" translatable="yes" context="numberingformatpage|negnumred">_Negative numbers red</property>
347 <property name="visible">True</property>
348 <property name="can_focus">True</property>
349 <property name="receives_default">False</property>
350 <property name="use_underline">True</property>
351 <property name="draw_indicator">True</property>
352 <child internal-child="accessible">
353 <object class="AtkObject" id="negnumred-atkobject">
354 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|negnumred">Changes the font color of negative numbers to red.</property>
355 </object>
356 </child>
357 </object>
358 <packing>
359 <property name="left_attach">2</property>
360 <property name="top_attach">0</property>
361 </packing>
362 </child>
363 <child>
364 <object class="GtkBox" id="box1">
365 <property name="visible">True</property>
366 <property name="can_focus">False</property>
367 <property name="border_width">0</property>
368 <property name="orientation">vertical</property>
369 <property name="spacing">6</property>
370 <child>
371 <object class="GtkCheckButton" id="engineering">
372 <property name="label" translatable="yes" context="numberingformatpage|engineering">_Engineering notation</property>
373 <property name="can_focus">True</property>
374 <property name="receives_default">False</property>
375 <property name="use_underline">True</property>
376 <property name="draw_indicator">True</property>
377 <child internal-child="accessible">
378 <object class="AtkObject" id="engineering-atkobject">
379 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|engineering">With scientific format, Engineering notation ensures that exponent is a multiple of 3.</property>
380 </object>
381 </child>
382 </object>
383 <packing>
384 <property name="expand">False</property>
385 <property name="fill">True</property>
386 <property name="position">0</property>
387 </packing>
388 </child>
389 <child>
390 <object class="GtkCheckButton" id="thousands">
391 <property name="label" translatable="yes" context="numberingformatpage|thousands">_Thousands separator</property>
392 <property name="visible">True</property>
393 <property name="can_focus">True</property>
394 <property name="receives_default">False</property>
395 <property name="use_underline">True</property>
396 <property name="draw_indicator">True</property>
397 <child internal-child="accessible">
398 <object class="AtkObject" id="thousands-atkobject">
399 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|thousands">Inserts a separator between thousands. The type of separator that is used depends on your language settings.</property>
400 </object>
401 </child>
402 </object>
403 <packing>
404 <property name="expand">False</property>
405 <property name="fill">True</property>
406 <property name="position">0</property>
407 </packing>
408 </child>
409 </object>
410 <packing>
411 <property name="left_attach">2</property>
412 <property name="top_attach">1</property>
413 </packing>
414 </child>
415 </object>
416 </child>
417 <child type="label">
418 <object class="GtkLabel" id="optionsft">
419 <property name="visible">True</property>
420 <property name="can_focus">False</property>
421 <property name="label" translatable="yes" context="numberingformatpage|optionsft">Options</property>
422 <attributes>
423 <attribute name="weight" value="bold"/>
424 </attributes>
425 </object>
426 </child>
427 </object>
428 <packing>
429 <property name="left_attach">0</property>
430 <property name="top_attach">1</property>
431 </packing>
432 </child>
433 <child>
434 <!-- n-columns=1 n-rows=1 -->
435 <object class="GtkGrid" id="grid3">
436 <property name="visible">True</property>
437 <property name="can_focus">False</property>
438 <property name="hexpand">True</property>
439 <property name="vexpand">True</property>
440 <property name="row_spacing">12</property>
441 <property name="column_spacing">12</property>
442 <child>
443 <object class="GtkFrame" id="categoryframe">
444 <property name="visible">True</property>
445 <property name="can_focus">False</property>
446 <property name="vexpand">True</property>
447 <property name="label_xalign">0</property>
448 <property name="shadow_type">none</property>
449 <child>
450 <object class="GtkScrolledWindow" id="scrolledwindow1">
451 <property name="visible">True</property>
452 <property name="can_focus">True</property>
453 <property name="vexpand">True</property>
454 <property name="shadow_type">in</property>
455 <property name="margin-top">6</property>
456 <child>
457 <object class="GtkTreeView" id="categorylb">
458 <property name="visible">True</property>
459 <property name="can_focus">True</property>
460 <property name="has_focus">True</property>
461 <property name="vexpand">True</property>
462 <property name="model">liststore1</property>
463 <property name="headers_visible">False</property>
464 <property name="headers_clickable">False</property>
465 <property name="search_column">0</property>
466 <property name="show_expanders">False</property>
467 <child internal-child="selection">
468 <object class="GtkTreeSelection" id="treeview-selection1"/>
469 </child>
470 <child>
471 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
472 <child>
473 <object class="GtkCellRendererText" id="cellrenderertext1"/>
474 <attributes>
475 <attribute name="text">0</attribute>
476 </attributes>
477 </child>
478 </object>
479 </child>
480 <child internal-child="accessible">
481 <object class="AtkObject" id="categorylb-atkobject">
482 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|categorylb">Select a category from the list, and then select a formatting style in the Format box.</property>
483 </object>
484 </child>
485 </object>
486 </child>
487 </object>
488 </child>
489 <child type="label">
490 <object class="GtkLabel" id="categoryft">
491 <property name="visible">True</property>
492 <property name="can_focus">False</property>
493 <property name="label" translatable="yes" context="numberingformatpage|categoryft">C_ategory</property>
494 <property name="use_underline">True</property>
495 <property name="mnemonic_widget">categorylb</property>
496 <attributes>
497 <attribute name="weight" value="bold"/>
498 </attributes>
499 </object>
500 </child>
501 </object>
502 <packing>
503 <property name="left_attach">0</property>
504 <property name="top_attach">0</property>
505 </packing>
506 </child>
507 <child>
508 <object class="GtkFrame" id="formatframe">
509 <property name="height_request">0</property>
510 <property name="visible">True</property>
511 <property name="can_focus">False</property>
512 <property name="hexpand">True</property>
513 <property name="vexpand">True</property>
514 <property name="label_xalign">0</property>
515 <property name="shadow_type">none</property>
516 <child>
517 <!-- n-columns=1 n-rows=1 -->
518 <object class="GtkGrid" id="grid2">
519 <property name="visible">True</property>
520 <property name="can_focus">False</property>
521 <property name="hexpand">True</property>
522 <property name="vexpand">True</property>
523 <property name="row_spacing">6</property>
524 <property name="margin-top">6</property>
525 <child>
526 <object class="GtkComboBoxText" id="currencylb">
527 <property name="visible">True</property>
528 <property name="can_focus">False</property>
529 <property name="valign">start</property>
530 <property name="hexpand">True</property>
531 <items>
532 <item translatable="yes" context="numberingformatpage|liststore2">Automatically</item>
533 </items>
534 <child internal-child="accessible">
535 <object class="AtkObject" id="currencylb-atkobject">
536 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|currencylb">Select a currency, and then scroll to the top of the Format list to view the formatting options for the currency.</property>
537 </object>
538 </child>
539 </object>
540 <packing>
541 <property name="left_attach">0</property>
542 <property name="top_attach">0</property>
543 </packing>
544 </child>
545 <child>
546 <object class="GtkScrolledWindow">
547 <property name="visible">True</property>
548 <property name="can_focus">True</property>
549 <property name="shadow_type">in</property>
550 <child>
551 <object class="GtkTreeView" id="formatlb">
552 <property name="visible">True</property>
553 <property name="can_focus">True</property>
554 <property name="hexpand">True</property>
555 <property name="vexpand">True</property>
556 <property name="model">liststore3</property>
557 <property name="headers_visible">False</property>
558 <property name="headers_clickable">False</property>
559 <property name="search_column">0</property>
560 <property name="show_expanders">False</property>
561 <child internal-child="selection">
562 <object class="GtkTreeSelection" id="treeview-selection2"/>
563 </child>
564 <child>
565 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
566 <child>
567 <object class="GtkCellRendererText" id="cellrenderertext2"/>
568 <attributes>
569 <attribute name="text">0</attribute>
570 <attribute name="foreground-rgba">2</attribute>
571 </attributes>
572 </child>
573 </object>
574 </child>
575 <child internal-child="accessible">
576 <object class="AtkObject" id="formatlb-atkobject">
577 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|formatlb">Select how you want the contents of the selected field to be displayed.</property>
578 </object>
579 </child>
580 </object>
581 </child>
582 </object>
583 <packing>
584 <property name="left_attach">0</property>
585 <property name="top_attach">1</property>
586 </packing>
587 </child>
588 </object>
589 </child>
590 <child type="label">
591 <object class="GtkLabel" id="formatft">
592 <property name="visible">True</property>
593 <property name="can_focus">False</property>
594 <property name="label" translatable="yes" context="numberingformatpage|formatft">Fo_rmat</property>
595 <property name="use_underline">True</property>
596 <attributes>
597 <attribute name="weight" value="bold"/>
598 </attributes>
599 </object>
600 </child>
601 </object>
602 <packing>
603 <property name="left_attach">1</property>
604 <property name="top_attach">0</property>
605 </packing>
606 </child>
607 <child>
608 <object class="GtkFrame" id="languageframe">
609 <property name="height_request">0</property>
610 <property name="visible">True</property>
611 <property name="can_focus">False</property>
612 <property name="vexpand">True</property>
613 <property name="label_xalign">0</property>
614 <property name="shadow_type">none</property>
615 <child>
616 <!-- n-columns=1 n-rows=1 -->
617 <object class="GtkGrid" id="grid1">
618 <property name="visible">True</property>
619 <property name="can_focus">False</property>
620 <property name="vexpand">True</property>
621 <property name="row_spacing">6</property>
622 <property name="margin-top">6</property>
623 <child>
624 <object class="GtkComboBoxText" id="languagelb">
625 <property name="visible">True</property>
626 <property name="can_focus">False</property>
627 <property name="valign">start</property>
628 <child internal-child="accessible">
629 <object class="AtkObject" id="languagelb-atkobject">
630 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|languagelb">Specifies the language setting for the selected field.</property>
631 </object>
632 </child>
633 </object>
634 <packing>
635 <property name="left_attach">0</property>
636 <property name="top_attach">0</property>
637 </packing>
638 </child>
639 <child>
640 <object class="GtkCheckButton" id="sourceformat">
641 <property name="label" translatable="yes" context="numberingformatpage|sourceformat">So_urce format</property>
642 <property name="can_focus">True</property>
643 <property name="receives_default">False</property>
644 <property name="no_show_all">True</property>
645 <property name="use_underline">True</property>
646 <property name="draw_indicator">True</property>
647 <child internal-child="accessible">
648 <object class="AtkObject" id="sourceformat-atkobject">
649 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|sourceformat">Uses the same number format as the cells containing the data for the chart.</property>
650 </object>
651 </child>
652 </object>
653 <packing>
654 <property name="left_attach">0</property>
655 <property name="top_attach">1</property>
656 </packing>
657 </child>
658 <child>
659 <object class="GtkScrolledWindow">
660 <property name="visible">True</property>
661 <property name="can_focus">True</property>
662 <property name="valign">end</property>
663 <property name="hexpand">True</property>
664 <property name="vexpand">True</property>
665 <property name="shadow_type">in</property>
666 <child>
667 <object class="GtkViewport">
668 <property name="visible">True</property>
669 <property name="can_focus">False</property>
670 <child>
671 <object class="GtkDrawingArea" id="preview">
672 <property name="visible">True</property>
673 <property name="can_focus">False</property>
674 </object>
675 </child>
676 </object>
677 </child>
678 </object>
679 <packing>
680 <property name="left_attach">0</property>
681 <property name="top_attach">2</property>
682 </packing>
683 </child>
684 </object>
685 </child>
686 <child type="label">
687 <object class="GtkLabel" id="languageft">
688 <property name="visible">True</property>
689 <property name="can_focus">False</property>
690 <property name="label" translatable="yes" context="numberingformatpage|languageft">_Language</property>
691 <property name="use_underline">True</property>
692 <property name="mnemonic_widget">languagelb</property>
693 <attributes>
694 <attribute name="weight" value="bold"/>
695 </attributes>
696 </object>
697 </child>
698 </object>
699 <packing>
700 <property name="left_attach">2</property>
701 <property name="top_attach">0</property>
702 </packing>
703 </child>
704 </object>
705 <packing>
706 <property name="left_attach">0</property>
707 <property name="top_attach">0</property>
708 </packing>
709 </child>
710 <child internal-child="accessible">
711 <object class="AtkObject" id="NumberingFormatPage-atkobject">
712 <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|NumberingFormatPage">Specify the formatting options for the selected cell(s).</property>
713 </object>
714 </child>
715 </object>
716 <object class="GtkSizeGroup" id="sizegroup1">
717 <property name="mode">both</property>
718 <property name="ignore_hidden">True</property>
719 <widgets>
720 <widget name="categoryframe"/>
721 <widget name="formatframe"/>
722 </widgets>
723 </object>
724 </interface>