Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / optgeneralpage.ui
blobbcbfb3145b5a7fc218820cecb00104af82cc8579
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sw">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment-sps">
6 <property name="lower">1</property>
7 <property name="upper">100000</property>
8 <property name="value">1800</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">10</property>
11 </object>
12 <object class="GtkAdjustment" id="adjustment1">
13 <property name="lower">0.5</property>
14 <property name="upper">100</property>
15 <property name="value">1.25</property>
16 <property name="step_increment">0.1</property>
17 <property name="page_increment">10</property>
18 </object>
19 <object class="GtkBox" id="OptGeneralPage">
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 <property name="hexpand">True</property>
23 <property name="border_width">6</property>
24 <property name="orientation">vertical</property>
25 <property name="spacing">12</property>
26 <child>
27 <object class="GtkFrame" id="frame2">
28 <property name="visible">True</property>
29 <property name="can_focus">False</property>
30 <property name="hexpand">True</property>
31 <property name="label_xalign">0</property>
32 <property name="shadow_type">none</property>
33 <child>
34 <!-- n-columns=1 n-rows=1 -->
35 <object class="GtkGrid" id="grid4">
36 <property name="visible">True</property>
37 <property name="can_focus">False</property>
38 <property name="row_spacing">6</property>
39 <property name="margin-start">12</property>
40 <property name="margin-top">6</property>
41 <child>
42 <object class="GtkCheckButton" id="updatefields">
43 <property name="label" translatable="yes" context="optgeneralpage|updatefields">_Fields</property>
44 <property name="visible">True</property>
45 <property name="can_focus">True</property>
46 <property name="receives_default">False</property>
47 <property name="use_underline">True</property>
48 <property name="draw_indicator">True</property>
49 <child internal-child="accessible">
50 <object class="AtkObject" id="updatefields-atkobject">
51 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|updatefields">The contents of all fields are updated automatically whenever the screen contents are displayed as new. Even with this box unchecked, some fields are updated each time a special condition takes place.</property>
52 </object>
53 </child>
54 </object>
55 <packing>
56 <property name="left_attach">0</property>
57 <property name="top_attach">0</property>
58 </packing>
59 </child>
60 <child>
61 <object class="GtkCheckButton" id="updatecharts">
62 <property name="label" translatable="yes" context="optgeneralpage|updatecharts">_Charts</property>
63 <property name="visible">True</property>
64 <property name="can_focus">True</property>
65 <property name="receives_default">False</property>
66 <property name="use_underline">True</property>
67 <property name="draw_indicator">True</property>
68 <child internal-child="accessible">
69 <object class="AtkObject" id="updatecharts-atkobject">
70 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|updatecharts">Specifies whether to automatically update charts. Whenever a Writer table cell value changes and the cursor leaves that cell, the chart that displays the cell value is updated automatically.</property>
71 </object>
72 </child>
73 </object>
74 <packing>
75 <property name="left_attach">0</property>
76 <property name="top_attach">1</property>
77 </packing>
78 </child>
79 </object>
80 </child>
81 <child type="label">
82 <object class="GtkLabel" id="label2">
83 <property name="visible">True</property>
84 <property name="can_focus">False</property>
85 <property name="label" translatable="yes" context="optgeneralpage|label2">Automatically Update</property>
86 <attributes>
87 <attribute name="weight" value="bold"/>
88 </attributes>
89 </object>
90 </child>
91 </object>
92 <packing>
93 <property name="expand">False</property>
94 <property name="fill">True</property>
95 <property name="position">0</property>
96 </packing>
97 </child>
98 <child>
99 <object class="GtkFrame" id="frame1">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="hexpand">True</property>
103 <property name="label_xalign">0</property>
104 <property name="shadow_type">none</property>
105 <child>
106 <!-- n-columns=1 n-rows=1 -->
107 <object class="GtkGrid" id="grid3">
108 <property name="visible">True</property>
109 <property name="can_focus">False</property>
110 <property name="row_spacing">6</property>
111 <property name="margin-start">12</property>
112 <property name="margin-top">6</property>
113 <child>
114 <object class="GtkRadioButton" id="always">
115 <property name="label" translatable="yes" context="optgeneralpage|always">_Always</property>
116 <property name="visible">True</property>
117 <property name="can_focus">True</property>
118 <property name="receives_default">False</property>
119 <property name="use_underline">True</property>
120 <property name="active">True</property>
121 <property name="draw_indicator">True</property>
122 <child internal-child="accessible">
123 <object class="AtkObject" id="always-atkobject">
124 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|always">Always updates links while loading a document, and only if the document is in a trusted file location or the global security level is Low (Not recommended).</property>
125 </object>
126 </child>
127 </object>
128 <packing>
129 <property name="left_attach">0</property>
130 <property name="top_attach">0</property>
131 </packing>
132 </child>
133 <child>
134 <object class="GtkRadioButton" id="onrequest">
135 <property name="label" translatable="yes" context="optgeneralpage|onrequest">_On request</property>
136 <property name="visible">True</property>
137 <property name="can_focus">True</property>
138 <property name="receives_default">False</property>
139 <property name="use_underline">True</property>
140 <property name="draw_indicator">True</property>
141 <property name="group">always</property>
142 <child internal-child="accessible">
143 <object class="AtkObject" id="onrequest-atkobject">
144 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|onrequest">Updates links only on request while loading a document.</property>
145 </object>
146 </child>
147 </object>
148 <packing>
149 <property name="left_attach">0</property>
150 <property name="top_attach">1</property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkRadioButton" id="never">
155 <property name="label" translatable="yes" context="optgeneralpage|never">_Never</property>
156 <property name="visible">True</property>
157 <property name="can_focus">True</property>
158 <property name="receives_default">False</property>
159 <property name="use_underline">True</property>
160 <property name="draw_indicator">True</property>
161 <property name="group">always</property>
162 <child internal-child="accessible">
163 <object class="AtkObject" id="never-atkobject">
164 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|never">Links are never updated while loading a document.</property>
165 </object>
166 </child>
167 </object>
168 <packing>
169 <property name="left_attach">0</property>
170 <property name="top_attach">2</property>
171 </packing>
172 </child>
173 </object>
174 </child>
175 <child type="label">
176 <object class="GtkLabel" id="label1">
177 <property name="visible">True</property>
178 <property name="can_focus">False</property>
179 <property name="label" translatable="yes" context="optgeneralpage|label1">Update Links when Loading</property>
180 <attributes>
181 <attribute name="weight" value="bold"/>
182 </attributes>
183 </object>
184 </child>
185 </object>
186 <packing>
187 <property name="expand">False</property>
188 <property name="fill">True</property>
189 <property name="position">1</property>
190 </packing>
191 </child>
192 <child>
193 <object class="GtkFrame" id="frame3">
194 <property name="visible">True</property>
195 <property name="can_focus">False</property>
196 <property name="label_xalign">0</property>
197 <property name="shadow_type">none</property>
198 <child>
199 <!-- n-columns=1 n-rows=1 -->
200 <object class="GtkGrid" id="grid5">
201 <property name="visible">True</property>
202 <property name="can_focus">False</property>
203 <property name="row_spacing">6</property>
204 <property name="margin-start">12</property>
205 <property name="margin-top">6</property>
206 <child>
207 <!-- n-columns=1 n-rows=1 -->
208 <object class="GtkGrid" id="grid7">
209 <property name="visible">True</property>
210 <property name="can_focus">False</property>
211 <property name="row_spacing">6</property>
212 <property name="column_spacing">12</property>
213 <child>
214 <object class="GtkLabel" id="label5">
215 <property name="visible">True</property>
216 <property name="can_focus">False</property>
217 <property name="label" translatable="yes" context="optgeneralpage|label5">_Measurement unit:</property>
218 <property name="use_underline">True</property>
219 <property name="mnemonic_widget">metric</property>
220 <property name="xalign">1</property>
221 </object>
222 <packing>
223 <property name="left_attach">0</property>
224 <property name="top_attach">0</property>
225 </packing>
226 </child>
227 <child>
228 <object class="GtkComboBoxText" id="metric">
229 <property name="visible">True</property>
230 <property name="can_focus">False</property>
231 <property name="halign">start</property>
232 <property name="hexpand">True</property>
233 <child internal-child="accessible">
234 <object class="AtkObject" id="metric-atkobject">
235 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|metric">Specifies the unit of measurement for text documents.</property>
236 </object>
237 </child>
238 </object>
239 <packing>
240 <property name="left_attach">1</property>
241 <property name="top_attach">0</property>
242 </packing>
243 </child>
244 <child>
245 <object class="GtkLabel" id="tablabel">
246 <property name="visible">True</property>
247 <property name="can_focus">False</property>
248 <property name="label" translatable="yes" context="optgeneralpage|tablabel">_Tab stops:</property>
249 <property name="use_underline">True</property>
250 <property name="mnemonic_widget">tab</property>
251 <property name="xalign">1</property>
252 </object>
253 <packing>
254 <property name="left_attach">0</property>
255 <property name="top_attach">1</property>
256 </packing>
257 </child>
258 <child>
259 <object class="GtkSpinButton" id="tab">
260 <property name="visible">True</property>
261 <property name="can_focus">True</property>
262 <property name="halign">start</property>
263 <property name="activates_default">True</property>
264 <property name="text">1.25</property>
265 <property name="adjustment">adjustment1</property>
266 <property name="digits">2</property>
267 <property name="value">1.25</property>
268 <property name="truncate-multiline">True</property>
269 <child internal-child="accessible">
270 <object class="AtkObject" id="tab-atkobject">
271 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|tab">Specifies the spacing between the individual tab stops.</property>
272 </object>
273 </child>
274 </object>
275 <packing>
276 <property name="left_attach">1</property>
277 <property name="top_attach">1</property>
278 </packing>
279 </child>
280 </object>
281 <packing>
282 <property name="left_attach">0</property>
283 <property name="top_attach">0</property>
284 </packing>
285 </child>
286 <child>
287 <!-- n-columns=1 n-rows=1 -->
288 <object class="GtkGrid" id="grid8">
289 <property name="visible">True</property>
290 <property name="can_focus">False</property>
291 <property name="column_spacing">12</property>
292 <child>
293 <object class="GtkCheckButton" id="usecharunit">
294 <property name="label" translatable="yes" context="optgeneralpage|usecharunit">_Enable char unit</property>
295 <property name="visible">True</property>
296 <property name="can_focus">True</property>
297 <property name="receives_default">False</property>
298 <property name="hexpand">True</property>
299 <property name="use_underline">True</property>
300 <property name="draw_indicator">True</property>
301 <child internal-child="accessible">
302 <object class="AtkObject" id="usecharunit-atkobject">
303 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|usecharunit">When this setting is enabled, the measurement units of indents and spacing on Format - Paragraph - Indents &amp; Spacing tab will be character (ch) and line.</property>
304 </object>
305 </child>
306 </object>
307 <packing>
308 <property name="left_attach">0</property>
309 <property name="top_attach">0</property>
310 </packing>
311 </child>
312 <child>
313 <object class="GtkCheckButton" id="squaremode">
314 <property name="label" translatable="yes" context="optgeneralpage|squaremode">_Use square page mode for text grid</property>
315 <property name="visible">True</property>
316 <property name="can_focus">True</property>
317 <property name="receives_default">False</property>
318 <property name="hexpand">True</property>
319 <property name="use_underline">True</property>
320 <property name="draw_indicator">True</property>
321 <child internal-child="accessible">
322 <object class="AtkObject" id="squaremode-atkobject">
323 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|squaremode">When this setting is enabled, the text grid will look like square page.</property>
324 </object>
325 </child>
326 </object>
327 <packing>
328 <property name="left_attach">1</property>
329 <property name="top_attach">0</property>
330 </packing>
331 </child>
332 </object>
333 <packing>
334 <property name="left_attach">0</property>
335 <property name="top_attach">1</property>
336 </packing>
337 </child>
338 </object>
339 </child>
340 <child type="label">
341 <object class="GtkLabel" id="label3">
342 <property name="visible">True</property>
343 <property name="can_focus">False</property>
344 <property name="label" translatable="yes" context="optgeneralpage|label3">Settings</property>
345 <attributes>
346 <attribute name="weight" value="bold"/>
347 </attributes>
348 </object>
349 </child>
350 </object>
351 <packing>
352 <property name="expand">False</property>
353 <property name="fill">True</property>
354 <property name="position">2</property>
355 </packing>
356 </child>
357 <child>
358 <object class="GtkFrame" id="frame4">
359 <property name="visible">True</property>
360 <property name="can_focus">False</property>
361 <property name="hexpand">True</property>
362 <property name="label_xalign">0</property>
363 <property name="shadow_type">none</property>
364 <child>
365 <!-- n-columns=1 n-rows=1 -->
366 <object class="GtkGrid" id="grid6">
367 <property name="visible">True</property>
368 <property name="can_focus">False</property>
369 <property name="hexpand">True</property>
370 <property name="row_spacing">6</property>
371 <property name="margin-start">12</property>
372 <property name="margin-top">6</property>
373 <child>
374 <!-- n-columns=1 n-rows=1 -->
375 <object class="GtkGrid" id="grid9">
376 <property name="visible">True</property>
377 <property name="can_focus">False</property>
378 <property name="hexpand">True</property>
379 <property name="row_spacing">6</property>
380 <property name="column_spacing">12</property>
381 <child>
382 <object class="GtkLabel" id="label7">
383 <property name="visible">True</property>
384 <property name="can_focus">False</property>
385 <property name="label" translatable="yes" context="optgeneralpage|label7">_Additional separators:</property>
386 <property name="use_underline">True</property>
387 <property name="mnemonic_widget">wordcount</property>
388 <property name="xalign">1</property>
389 </object>
390 <packing>
391 <property name="left_attach">0</property>
392 <property name="top_attach">0</property>
393 </packing>
394 </child>
395 <child>
396 <object class="GtkEntry" id="wordcount">
397 <property name="visible">True</property>
398 <property name="can_focus">True</property>
399 <property name="truncate-multiline">True</property>
400 <property name="activates_default">True</property>
401 </object>
402 <packing>
403 <property name="left_attach">1</property>
404 <property name="top_attach">0</property>
405 </packing>
406 </child>
407 </object>
408 <packing>
409 <property name="left_attach">0</property>
410 <property name="top_attach">0</property>
411 </packing>
412 </child>
413 <child>
414 <!-- n-columns=1 n-rows=1 -->
415 <object class="GtkGrid" id="grid10">
416 <property name="visible">True</property>
417 <property name="can_focus">False</property>
418 <property name="row_spacing">6</property>
419 <child>
420 <object class="GtkCheckButton" id="standardizedpageshow">
421 <property name="label" translatable="yes" context="optgeneralpage|standardizedpageshow">Show standardized page count</property>
422 <property name="visible">True</property>
423 <property name="can_focus">True</property>
424 <property name="receives_default">False</property>
425 <property name="use_underline">True</property>
426 <property name="draw_indicator">True</property>
427 </object>
428 <packing>
429 <property name="left_attach">0</property>
430 <property name="top_attach">0</property>
431 </packing>
432 </child>
433 <child>
434 <!-- n-columns=1 n-rows=1 -->
435 <object class="GtkGrid" id="grid11">
436 <property name="visible">True</property>
437 <property name="can_focus">False</property>
438 <property name="column_spacing">12</property>
439 <property name="margin-start">12</property>
440 <child>
441 <object class="GtkLabel" id="labelstandardpages">
442 <property name="visible">True</property>
443 <property name="can_focus">False</property>
444 <property name="label" translatable="yes" context="optgeneralpage|labelstandardpages">Characters per standardized page:</property>
445 <property name="use_underline">True</property>
446 <property name="mnemonic_widget">standardpagesize</property>
447 <property name="xalign">1</property>
448 </object>
449 <packing>
450 <property name="left_attach">0</property>
451 <property name="top_attach">0</property>
452 </packing>
453 </child>
454 <child>
455 <object class="GtkSpinButton" id="standardpagesize">
456 <property name="visible">True</property>
457 <property name="can_focus">True</property>
458 <property name="halign">start</property>
459 <property name="activates_default">True</property>
460 <property name="text">1800</property>
461 <property name="adjustment">adjustment-sps</property>
462 <property name="truncate-multiline">True</property>
463 <property name="value">1800</property>
464 </object>
465 <packing>
466 <property name="left_attach">1</property>
467 <property name="top_attach">0</property>
468 </packing>
469 </child>
470 </object>
471 <packing>
472 <property name="left_attach">0</property>
473 <property name="top_attach">1</property>
474 </packing>
475 </child>
476 </object>
477 <packing>
478 <property name="left_attach">0</property>
479 <property name="top_attach">1</property>
480 </packing>
481 </child>
482 </object>
483 </child>
484 <child type="label">
485 <object class="GtkLabel" id="label4">
486 <property name="visible">True</property>
487 <property name="can_focus">False</property>
488 <property name="label" translatable="yes" context="optgeneralpage|label4">Word Count</property>
489 <attributes>
490 <attribute name="weight" value="bold"/>
491 </attributes>
492 </object>
493 </child>
494 </object>
495 <packing>
496 <property name="expand">False</property>
497 <property name="fill">True</property>
498 <property name="position">3</property>
499 </packing>
500 </child>
501 <child internal-child="accessible">
502 <object class="AtkObject" id="OptGeneralPage-atkobject">
503 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptGeneralPage">Specifies general settings for text documents.</property>
504 </object>
505 </child>
506 </object>
507 <object class="GtkSizeGroup" id="sizegroupLabel">
508 <widgets>
509 <widget name="label5"/>
510 <widget name="tablabel"/>
511 <widget name="label7"/>
512 </widgets>
513 </object>
514 <object class="GtkSizeGroup" id="sizegroupWidget">
515 <widgets>
516 <widget name="metric"/>
517 <widget name="wordcount"/>
518 </widgets>
519 </object>
520 </interface>