summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/UI.xcs
blob: 02e90d75daef48e39c5e23a8082d736197094e7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 * 
 * Copyright 2008 by Sun Microsystems, Inc.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * $RCSfile: UI.xcs,v $
 * $Revision: 1.30.126.1 $
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************ -->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="UI" oor:package="org.openoffice.Office" xml:lang="en-US">
	<info>
		<author>OS</author>
	</info>
	<templates>
		<group oor:name="FilterClass">
			<info>
				<author>FS</author>
				<desc>Describes a class of filters. Filter classes (for example, &apos;Text documents&apos;) appear as a single filter to the user.</desc>
			</info>
			<prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true" oor:nillable="false">
				<info>
					<desc>Specifies the localized name that is used when presenting the class to the user.</desc>
				</info>
			</prop>
			<prop oor:name="Filters" oor:type="oor:string-list">
				<info>
					<desc>Contains a list of filters that belong to this filter class. Filters that referred here (for a given class) are collected at runtime and then presented as one single entry.</desc>
				</info>
			</prop>
		</group>
		<group oor:name="ColorScheme">
			<!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
			<info>
				<author>OS</author>
				<desc>Defines the templates for color settings used to customize the appearance of the applications.</desc>
			</info>
			<group oor:name="DocColor">
				<info>
					<desc>Specifies the color settings for the document.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color of the document.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="DocBoundaries">
				<info>
					<desc>Specifies the settings for the documents boundaries.</desc>
				</info>
				<prop oor:name="IsVisible" oor:type="xs:boolean">
					<info>
						<desc>Specifies the visibility of anchors (true = visible).</desc>
					</info>
					<value>true</value>
				</prop>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for of the document boundaries.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="AppBackground">
				<info>
					<desc>Specifies the settings for the application background.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies Color of the application background.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="ObjectBoundaries">
				<info>
					<desc>Specifies the settings for object boundaries.</desc>
				</info>
				<prop oor:name="IsVisible" oor:type="xs:boolean">
					<info>
						<desc>Specifies the visibility of object boundaries (true = visible).</desc>
					</info>
					<value>true</value>
				</prop>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for object boundaries.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="TableBoundaries">
				<info>
					<desc>Specifies the settings for table boundaries.</desc>
				</info>
				<prop oor:name="IsVisible" oor:type="xs:boolean">
					<info>
						<desc>Specifies the visibility of table boundaries (true = visible).</desc>
					</info>
					<value>true</value>
				</prop>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for table boundaries.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="FontColor">
				<info>
					<desc>Specifies the settings for the font.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies color of the font.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="Links">
				<info>
					<desc>Specifies the settings for unvisited links.</desc>
				</info>
				<prop oor:name="IsVisible" oor:type="xs:boolean">
					<info>
						<desc>Specifies the visibility of unvisited links (true = visible).</desc>
					</info>
					<value>false</value>
				</prop>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for unvisited links.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="LinksVisited">
				<info>
					<desc>Specifies the settings for visited links.</desc>
				</info>
				<prop oor:name="IsVisible" oor:type="xs:boolean">
					<info>
						<desc>Specifies the visibility of visited links (true = visible).</desc>
					</info>
					<value>false</value>
				</prop>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for visited links.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="Anchor">
				<info>
					<desc>Specifies the settings for anchors.</desc>
				</info>
				<prop oor:name="IsVisible" oor:type="xs:boolean">
					<info>
						<desc>Specifies the visibility of anchors (true = visible).</desc>
					</info>
					<value>true</value>
				</prop>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for anchors.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="Spell">
				<info>
					<desc>Specifies the settings for incorrect text found with spellchecking.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color of incorrect text found with AutoSpellcheck.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="SmartTags">
				<info>
					<desc>Specifies the settings for smart tags.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color of smart tags.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="WriterTextGrid">
				<info>
					<desc>Specifies the settings for the text grid in Writer.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for the text grid.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="WriterFieldShadings">
				<info>
					<desc>Specifies the settings for field shadings in Writer.</desc>
				</info>
				<prop oor:name="IsVisible" oor:type="xs:boolean">
					<info>
						<desc>Specifies the visibility of field shadings (true = visible).</desc>
					</info>
					<value>true</value>
				</prop>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for the field shadings.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="WriterIdxShadings">
				<info>
					<desc>Specifies the settings for index and table shadings in Writer.</desc>
				</info>
				<prop oor:name="IsVisible" oor:type="xs:boolean">
					<info>
						<desc>Specifies the visibility of index and table shadings (true = visible).</desc>
					</info>
					<value>true</value>
				</prop>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for the index and table shadings.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="WriterDirectCursor">
				<info>
					<desc>Specifies the settings for the direct cursor in Writer.</desc>
				</info>
				<prop oor:name="IsVisible" oor:type="xs:boolean">
					<info>
						<desc>Specifies the visibility of direct cursor (true = visible).</desc>
					</info>
					<value>true</value>
				</prop>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for the direct cursor.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="WriterNotesIndicator">
				<info>
					<desc>Specifies the settings for note indicators in Writer.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for note indicators.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="WriterScriptIndicator">
				<info>
					<desc>Specifies the settings for script indicators in Writer.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for script indicators.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="WriterSectionBoundaries">
				<info>
					<desc>Specifies the settings for section boundaries in Writer.</desc>
				</info>
				<prop oor:name="IsVisible" oor:type="xs:boolean">
					<info>
						<desc>Specifies the visibility of section boundaries (true = visible).</desc>
					</info>
					<value>true</value>
				</prop>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for section boundaries.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="WriterPageBreaks">
				<info>
					<desc>Specifies the settings for the page break mark in Writer.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for the page break mark.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="HTMLSGML">
				<info>
					<desc>Specifies the settings used for SGML in HTML documents.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for SGML code.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="HTMLComment">
				<info>
					<desc>Specifies the settings used for comments in HTML documents.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for comments.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="HTMLKeyword">
				<info>
					<desc>Specifies the settings used for keywords in HTML documents.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for keywords.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="HTMLUnknown">
				<info>
					<desc>Specifies the settings used for other text in HTML documents.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for other text.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="CalcGrid">
				<info>
					<desc>Specifies the settings used for grid lines in Calc.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for the grid.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="CalcPageBreak">
				<info>
					<desc>Specifies the settings used for page breaks in the page break preview in Calc.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for page breaks in the page break preview.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="CalcPageBreakManual">
				<info>
					<desc>Specifies the settings used for manual breaks in Calc.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for manual page breaks.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="CalcPageBreakAutomatic">
				<info>
					<desc>Specifies the settings used for automatic breaks in Calc.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for automatic page breaks.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="CalcDetective">
				<info>
					<desc>Specifies the settings used for audition arrows in Calc.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for audition arrows to precedent or dependent cells.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="CalcDetectiveError">
				<info>
					<desc>Specifies the settings used for audition arrows to cells with errors in Calc.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for audition arrows to cells containing errors.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="CalcReference">
				<info>
					<desc>Specifies the settings used for the cursor when editing references in Calc.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for the cursor when editing references.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="CalcNotesBackground">
				<info>
					<desc>Specifies the settings used for the background of notes in Calc.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for the background of notes.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="DrawGrid">
				<info>
					<desc>Specifies the settings used for the grid in Draw/Impress.</desc>
				</info>
				<prop oor:name="IsVisible" oor:type="xs:boolean">
					<info>
						<desc>Specifies the visibility of the grid (true = visible).</desc>
					</info>
					<value>true</value>
				</prop>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for the grid.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="DrawDrawing">
				<info>
					<desc>Specifies the settings for the default drawing color in Draw/Impress.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the default drawing color.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="DrawFill">
				<info>
					<desc>Specifies the settings for the default fill color in Draw/Impress.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the default fill color.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="BASICIdentifier">
				<info>
					<desc>Specifies the settings for identifiers in BASIC source code.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for identifiers.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="BASICComment">
				<info>
					<desc>Specifies the settings for comments in BASIC source code.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for comments.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="BASICNumber">
				<info>
					<desc>Specifies the settings for numbers in BASIC source code.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for numbers.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="BASICString">
				<info>
					<desc>Specifies the settings for strings in BASIC source code.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for strings.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="BASICOperator">
				<info>
					<desc>Specifies the settings for operators in BASIC source code.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for operators.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="BASICKeyword">
				<info>
					<desc>Specifies the settings for keywords in BASIC source code.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for keywords (reserved expressions).</desc>
					</info>
				</prop>
			</group>
			<group oor:name="BASICError">
				<info>
					<desc>Specifies the settings for errors shown in BASIC source code.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for errors.</desc>
					</info>
				</prop>
			</group>
			<group oor:name="SQLIdentifier">
				<info>
					<desc>Specifies the settings for SQL identifiers, as used the Query Designer.</desc>
				</info>
				<prop oor:name="Color" oor:type="xs:int">
					<info>
						<desc>Specifies the color used for SQL identifiers.</desc>
					</info>
				</prop>
			</group>
      <group oor:name="SQLNumber">
        <info>
          <desc>Specifies the settings for SQL numbers, as used the Query Designer.</desc>
        </info>
        <prop oor:name="Color" oor:type="xs:int">
          <info>
            <desc>Specifies the color used for SQL numbers.</desc>
          </info>
        </prop>
      </group>
      <group oor:name="SQLString">
        <info>
          <desc>Specifies the settings for SQL strings, as used the Query Designer.</desc>
        </info>
        <prop oor:name="Color" oor:type="xs:int">
          <info>
            <desc>Specifies the color used for SQL strings.</desc>
          </info>
        </prop>
      </group>
      <group oor:name="SQLOperator">
        <info>
          <desc>Specifies the settings for SQL operators, as used the Query Designer.</desc>
        </info>
        <prop oor:name="Color" oor:type="xs:int">
          <info>
            <desc>Specifies the color used for SQL operators.</desc>
          </info>
        </prop>
      </group>
      <group oor:name="SQLKeyword">
        <info>
          <desc>Specifies the settings for SQL keywords, as used the Query Designer.</desc>
        </info>
        <prop oor:name="Color" oor:type="xs:int">
          <info>
            <desc>Specifies the color used for SQL keywords.</desc>
          </info>
        </prop>
      </group>
      <group oor:name="SQLParameter">
        <info>
          <desc>Specifies the settings for SQL parameters, as used the Query Designer.</desc>
        </info>
        <prop oor:name="Color" oor:type="xs:int">
          <info>
            <desc>Specifies the color used for SQL parameters.</desc>
          </info>
        </prop>
      </group>
      <group oor:name="SQLComment">
        <info>
          <desc>Specifies the settings for SQL comments, as used the Query Designer.</desc>
        </info>
        <prop oor:name="Color" oor:type="xs:int">
          <info>
            <desc>Specifies the color used for SQL parameters.</desc>
          </info>
        </prop>
      </group>
		</group>
	</templates>
	<component>
		<group oor:name="FilterClassification">
			<info>
				<author>FS</author>
				<desc>Contains the collection of settings relevant for filter classification. These settings are used in the file open / file save dialogs, where the user is presented with a list of file format filters to choose from. Filters are classified into so-called global and local classes, which control how filters are grouped together in the user interface.</desc>
			</info>
			<group oor:name="GlobalFilters">
				<info>
					<desc>Presents global classes to the user in a group of their own. A typical example for a global class is &quot;text documents&quot;, whereas &quot;StarWriter 4.0 / 5.0 documents&quot; is not a global class.</desc>
				</info>
				<prop oor:name="Order" oor:type="oor:string-list">
					<info>
						<desc>List specifying the order of the global filters within their group.</desc>
					</info>
					<value oor:separator=";">com.sun.star.text.TextDocument;com.sun.star.sheet.SpreadsheetDocument;com.sun.star.presentation.PresentationDocument;com.sun.star.drawing.DrawingDocument;com.sun.star.text.WebDocument;com.sun.star.text.GlobalDocument;com.sun.star.formula.FormularProperties;com.sun.star.sdb.OfficeDatabaseDocument</value>
				</prop>
				<set oor:name="Classes" oor:node-type="FilterClass">
					<info>
						<desc>Lists global classes. The name of a class denotes to the document service name of the associated module.</desc>
					</info>
				</set>
			</group>
			<group oor:name="LocalFilters">
				<info>
					<desc>Combines several filters into one entry and presents the classes to the user &quot;in-place&quot;.</desc>
				</info>
				<set oor:name="Classes" oor:node-type="FilterClass">
					<info>
						<desc>Lists local classes.</desc>
					</info>
				</set>
			</group>
		</group>
		<group oor:name="ColorScheme">
			<info>
				<author>OS</author>
				<desc>Specifies the color settings for customizing the appearance of the applications.</desc>
			</info>
			<prop oor:name="CurrentColorScheme" oor:type="xs:string">
				<info>
					<desc>Specifies the name of the columns selected for inserting data into text or fields, plus inserted text and line breaks.</desc>
				</info>
			</prop>
			<set oor:name="ColorSchemes" oor:node-type="ColorScheme">
				<!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
				<info>
					<author>OS</author>
					<desc>Lists entries with color settings.</desc>
				</info>
			</set>
		</group>
		<group oor:name="FilePicker">
			<info>
				<author>FS</author>
				<desc>Specifies various settings for the internal file/folder picker dialog.</desc>
			</info>
			<prop oor:name="FillAsynchronously" oor:type="xs:boolean">
				<info>
					<desc>Specifies whether the dialog should fill its view asynchronously. Asnychronous filling allows the user to cancel blocking operations, which may be usefull for instance for mounted, but dead NFS devices.</desc>
				</info>
				<value>false</value>
			</prop>
			<group oor:name="Timeout">
				<info>
					<desc>Specifies the timeouts to be used when the file view is to be filled asynchronously.
These settings are not evaluated if the FillAsynchronously property is false.</desc>
				</info>
				<prop oor:name="Min" oor:type="xs:int">
					<info>
						<desc>Specifies the minimum timeout in milliseconds. When the file view is filled, the dialog will wait at least this time before the user is allowed to cancel the operation.</desc>
					</info>
					<constraints>
						<minInclusive oor:value="1000">
							<info>
								<desc>The minimum timeout value is 1 second.</desc>
							</info>
						</minInclusive>
					</constraints>
					<value>1000</value>
				</prop>
				<prop oor:name="Max" oor:type="xs:int">
					<info>
						<desc>Specifies the maximum timeout in milliseconds. When the file view is being filled, and its content could not be completely obtained within the time frame given here, the operation is cancelled automatically.</desc>
					</info>
					<constraints>
						<minInclusive oor:value="5000">
							<info>
								<desc>The maximum timeout value should be at least 5 mseconds.</desc>
							</info>
						</minInclusive>
					</constraints>
					<value>30000</value>
				</prop>
			</group>
		</group>
	</component>
</oor:component-schema>