1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *   http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing,
15 * software distributed under the License is distributed on an
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 * KIND, either express or implied.  See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22
23
24<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
25<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="Calc" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
26		<author>NN</author>
27		<desc >Contains settings for the spreadsheet application.</desc>
28	</info>
29	<templates>
30		<group oor:name="ConversionRule">
31			<info>
32				<desc>Describes a conversion between two units.</desc>
33			</info>
34			<prop oor:name="FromUnit" oor:type="xs:string">
35				<info>
36					<desc>Specifies the name of the first unit.</desc>
37				</info>
38			</prop>
39			<prop oor:name="ToUnit" oor:type="xs:string">
40				<info>
41					<desc>Specifies the name of the second unit.</desc>
42				</info>
43			</prop>
44			<prop oor:name="Factor" oor:type="xs:double">
45				<info>
46					<desc>Specifies the conversion factor between the two units.</desc>
47				</info>
48			</prop>
49		</group>
50		<group oor:name="Date">
51			<info>
52				<desc>Describes a complete date value.</desc>
53			</info>
54			<prop oor:name="YY" oor:type="xs:int">
55				<info>
56					<desc>Specifies the year.</desc>
57					<label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
58				</info>
59			</prop>
60			<prop oor:name="MM" oor:type="xs:int">
61				<info>
62					<desc>Specifies the month.</desc>
63					<label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
64				</info>
65			</prop>
66			<prop oor:name="DD" oor:type="xs:int">
67				<info>
68					<desc>Specifies the day.</desc>
69					<label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
70				</info>
71			</prop>
72		</group>
73	</templates>
74	<component>
75		<set oor:name="UnitConversion" oor:node-type="ConversionRule">
76			<!-- OldPath: UnitConversion -->
77			<!-- OldLocation: convert.ini -->
78			<!-- UIHints: function CONVERT -->
79			<info>
80				<author>NN/ER</author>
81				<desc>Specifies the Euro currency conversion rates and possibly other unit conversion rules for the CONVERT function.</desc>
82			</info>
83		</set>
84		<group oor:name="Content">
85			<info>
86				<desc>Contains settings for spreadsheet content.</desc>
87			</info>
88			<group oor:name="Display">
89				<info>
90					<desc>Specifies which contents are displayed in a spreadsheet.</desc>
91				</info>
92				<prop oor:name="Formula" oor:type="xs:boolean">
93					<!-- OldPath: Calc/Contents/Display -->
94					<!-- OldLocation: Soffice.cfg -->
95					<!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
96					<info>
97						<author>NN</author>
98						<desc>Indicates whether formulas instead of results are displayed in the cells.</desc>
99						<label>Formulas</label>
100					</info>
101					<value>false</value>
102				</prop>
103				<prop oor:name="ZeroValue" oor:type="xs:boolean">
104					<!-- OldPath: Calc/Contents/Display -->
105					<!-- OldLocation: Soffice.cfg -->
106					<!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
107					<info>
108						<author>NN</author>
109						<desc>Indicates whether numbers containing the 0 value are shown.</desc>
110						<label>Zero values</label>
111					</info>
112					<value>true</value>
113				</prop>
114				<prop oor:name="NoteTag" oor:type="xs:boolean">
115					<!-- OldPath: Calc/Contents/Display -->
116					<!-- OldLocation: Soffice.cfg -->
117					<!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
118					<info>
119						<author>NN</author>
120						<desc>Indicates whether comments are marked.</desc>
121						<label>Comment tags</label>
122					</info>
123					<value>true</value>
124				</prop>
125				<prop oor:name="ValueHighlighting" oor:type="xs:boolean">
126					<!-- OldPath: Calc/Contents/Display -->
127					<!-- OldLocation: Soffice.cfg -->
128					<!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
129					<info>
130						<author>NN</author>
131						<desc>Indicates whether all values are highlighted in the sheet (text black, numbers blue, others green).</desc>
132						<label>Value highlighting</label>
133					</info>
134					<value>false</value>
135				</prop>
136				<prop oor:name="Anchor" oor:type="xs:boolean">
137					<!-- OldPath: Calc/Contents/Display -->
138					<!-- OldLocation: Soffice.cfg -->
139					<!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
140					<info>
141						<author>NN</author>
142						<desc>Indicates whether anchor icons are displayed next to selected graphics in the document.</desc>
143						<label>Anchor</label>
144					</info>
145					<value>true</value>
146				</prop>
147				<prop oor:name="TextOverflow" oor:type="xs:boolean">
148					<!-- OldPath: Calc/Contents/Display -->
149					<!-- OldLocation: Soffice.cfg -->
150					<!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display -->
151					<info>
152						<author>NN</author>
153						<desc>Indicates whether text overflow is marked via a small triangle.</desc>
154						<label>Text overflow</label>
155					</info>
156					<value>true</value>
157				</prop>
158				<prop oor:name="ObjectGraphic" oor:type="xs:int">
159					<!-- OldPath: Calc/Contents/Objects -->
160					<!-- OldLocation: Soffice.cfg -->
161					<!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
162					<info>
163						<author>NN</author>
164						<desc>Indicates whether objects and graphics are shown, hidden or replaced by a placeholder.</desc>
165						<label>Objects and Graphics</label>
166					</info>
167					<constraints>
168						<enumeration oor:value="0">
169							<info>
170								<desc>Show</desc>
171							</info>
172						</enumeration>
173						<enumeration oor:value="1">
174							<info>
175								<desc>Hide</desc>
176							</info>
177						</enumeration>
178						<enumeration oor:value="2">
179							<info>
180								<desc>Show placeholders</desc>
181							</info>
182						</enumeration>
183					</constraints>
184					<value>0</value>
185				</prop>
186				<prop oor:name="Chart" oor:type="xs:int">
187					<!-- OldPath: Calc/Contents/Objects -->
188					<!-- OldLocation: Soffice.cfg -->
189					<!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
190					<info>
191						<author>NN</author>
192						<desc>Indicates whether charts are shown, hidden or replaced by a placeholder.</desc>
193						<label>Charts</label>
194					</info>
195					<constraints>
196						<enumeration oor:value="0">
197							<info>
198								<desc>Show</desc>
199							</info>
200						</enumeration>
201						<enumeration oor:value="1">
202							<info>
203								<desc>Hide</desc>
204							</info>
205						</enumeration>
206						<enumeration oor:value="2">
207							<info>
208								<desc>Show placeholders</desc>
209							</info>
210						</enumeration>
211					</constraints>
212					<value>0</value>
213				</prop>
214				<prop oor:name="DrawingObject" oor:type="xs:int">
215					<!-- OldPath: Calc/Contents/Objects -->
216					<!-- OldLocation: Soffice.cfg -->
217					<!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Objects -->
218					<info>
219						<author>NN</author>
220						<desc>Indicates whether drawing objects are shown, hidden or replaced by a placeholder.</desc>
221						<label>Drawing objects</label>
222					</info>
223					<constraints>
224						<enumeration oor:value="0">
225							<info>
226								<desc>Show</desc>
227							</info>
228						</enumeration>
229						<enumeration oor:value="1">
230							<info>
231								<desc>Hide</desc>
232							</info>
233						</enumeration>
234						<enumeration oor:value="2">
235							<info>
236								<desc>Show placeholders</desc>
237							</info>
238						</enumeration>
239					</constraints>
240					<value>0</value>
241				</prop>
242			</group>
243			<group oor:name="Update">
244				<info>
245					<desc>Contains settings that specify how contents are updated.</desc>
246				</info>
247				<prop oor:name="Link" oor:type="xs:int">
248					<!-- OldPath: Calc/Other/Update -->
249					<!-- OldLocation: Soffice.cfg -->
250					<!-- UIHints: Tools - Options - Spreadsheet  Other  [Section] Updating -->
251					<info>
252						<author>NN</author>
253						<desc>Specifies if and how links are updated when loading a document.</desc>
254						<label>Update Links</label>
255					</info>
256					<constraints>
257						<enumeration oor:value="0">
258							<info>
259								<desc>Update always</desc>
260							</info>
261						</enumeration>
262						<enumeration oor:value="1">
263							<info>
264								<desc>Update never</desc>
265							</info>
266						</enumeration>
267						<enumeration oor:value="2">
268							<info>
269								<desc>Update on request</desc>
270							</info>
271						</enumeration>
272					</constraints>
273					<value>2</value>
274				</prop>
275			</group>
276		</group>
277		<group oor:name="Layout">
278			<info>
279				<desc>Contains settings that affect the window layout.</desc>
280			</info>
281			<group oor:name="Line">
282				<info>
283					<desc>Contains settings that control visual aids.</desc>
284				</info>
285				<prop oor:name="GridLine" oor:type="xs:boolean">
286					<!-- OldPath: Calc/Layout/Lines -->
287					<!-- OldLocation: Soffice.cfg -->
288					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
289					<info>
290						<author>NN</author>
291						<desc>Specifies whether grid lines are displayed.</desc>
292						<label>Grid lines</label>
293					</info>
294					<value>true</value>
295				</prop>
296				<prop oor:name="GridLineColor" oor:type="xs:int">
297					<!-- OldPath: Calc/Layout/Lines -->
298					<!-- OldLocation: Soffice.cfg -->
299					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
300					<!--Default 12632256 = LightGray-->
301					<info>
302						<author>NN</author>
303						<desc>Specifies the color of the grid lines.</desc>
304						<label>Color</label>
305					</info>
306					<value>12632256</value>
307				</prop>
308				<prop oor:name="PageBreak" oor:type="xs:boolean">
309					<!-- OldPath: Calc/Layout/Lines -->
310					<!-- OldLocation: Soffice.cfg -->
311					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
312					<info>
313						<author>NN</author>
314						<desc>Specifies whether page breaks are displayed.</desc>
315						<label>Page breaks</label>
316					</info>
317					<value>true</value>
318				</prop>
319				<prop oor:name="Guide" oor:type="xs:boolean">
320					<!-- OldPath: Calc/Layout/Lines -->
321					<!-- OldLocation: Soffice.cfg -->
322					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
323					<info>
324						<author>NN</author>
325						<desc>Specifies whether guides are displayed when moving objects.</desc>
326						<label>Guides</label>
327					</info>
328					<value>false</value>
329				</prop>
330				<prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
331					<!-- OldPath: Calc/Layout/Lines -->
332					<!-- OldLocation: Soffice.cfg -->
333					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
334					<info>
335						<author>NN</author>
336						<desc>Specifies whether control points are displayed simple or enhanced.</desc>
337						<label>Simple control points</label>
338					</info>
339					<value>false</value>
340				</prop>
341				<prop oor:name="LargeControlPoint" oor:type="xs:boolean">
342					<!-- OldPath: Calc/Layout/Lines -->
343					<!-- OldLocation: Soffice.cfg -->
344					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Lines -->
345					<info>
346						<author>NN</author>
347						<desc>Specifies whether control points are displayed as larger than the default size.</desc>
348						<label>Large control points</label>
349					</info>
350					<value>true</value>
351				</prop>
352			</group>
353			<group oor:name="Window">
354				<info>
355					<desc>Contains settings that control which windows are shown around the editing window.</desc>
356				</info>
357				<prop oor:name="ColumnRowHeader" oor:type="xs:boolean">
358					<!-- OldPath: Calc/Layout/Window -->
359					<!-- OldLocation: Soffice.cfg -->
360					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
361					<info>
362						<author>NN</author>
363						<desc>Specifies whether row and column headers are displayed.</desc>
364						<label>Column/Row headers</label>
365					</info>
366					<value>true</value>
367				</prop>
368				<prop oor:name="HorizontalScroll" oor:type="xs:boolean">
369					<!-- OldPath: Calc/Layout/Window -->
370					<!-- OldLocation: Soffice.cfg -->
371					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
372					<info>
373						<author>NN</author>
374						<desc>Specifies whether a horizontal scroll bar is displayed.</desc>
375						<label>Horizontal scroll</label>
376					</info>
377					<value>true</value>
378				</prop>
379				<prop oor:name="VerticalScroll" oor:type="xs:boolean">
380					<!-- OldPath: Calc/Layout/Window -->
381					<!-- OldLocation: Soffice.cfg -->
382					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
383					<info>
384						<author>NN</author>
385						<desc>Specifies whether a vertical scroll bar is displayed.</desc>
386						<label>Vertical Scroll</label>
387					</info>
388					<value>true</value>
389				</prop>
390				<prop oor:name="SheetTab" oor:type="xs:boolean">
391					<!-- OldPath: Calc/Layout/Window -->
392					<!-- OldLocation: Soffice.cfg -->
393					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
394					<info>
395						<author>NN</author>
396						<desc>Specifies whether sheet tabs are displayed.</desc>
397						<label>Sheet tabs</label>
398					</info>
399					<value>true</value>
400				</prop>
401				<prop oor:name="OutlineSymbol" oor:type="xs:boolean">
402					<!-- OldPath: Calc/Layout/Window -->
403					<!-- OldLocation: Soffice.cfg -->
404					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Window -->
405					<info>
406						<author>NN</author>
407						<desc>Specifies whether outline symbols are displayed.</desc>
408						<label>Outline symbols</label>
409					</info>
410					<value>true</value>
411				</prop>
412			</group>
413			<group oor:name="Other">
414				<info>
415					<desc>Contains other layout settings.</desc>
416				</info>
417				<prop oor:name="StatusbarFunction" oor:type="xs:int">
418					<!-- OldPath: Calc/Layout -->
419					<!-- OldLocation: Soffice.cfg -->
420					<!-- UIHints: (Status Bar) -->
421					<info>
422						<author>NN</author>
423						<desc>Selects a function that is calculated for the selected cells, and which shows the result in the status bar.</desc>
424						<label>Statusbar Function</label>
425					</info>
426					<constraints>
427						<enumeration oor:value="0">
428							<info>
429								<desc>No function</desc>
430							</info>
431						</enumeration>
432						<enumeration oor:value="1">
433							<info>
434								<desc>Average</desc>
435							</info>
436						</enumeration>
437						<enumeration oor:value="2">
438							<info>
439								<desc>Number count</desc>
440							</info>
441						</enumeration>
442						<enumeration oor:value="3">
443							<info>
444								<desc>Count of all non-empty cells</desc>
445							</info>
446						</enumeration>
447						<enumeration oor:value="4">
448							<info>
449								<desc>Maximum</desc>
450							</info>
451						</enumeration>
452						<enumeration oor:value="5">
453							<info>
454								<desc>Minimum</desc>
455							</info>
456						</enumeration>
457						<enumeration oor:value="9">
458							<info>
459								<desc>Sum</desc>
460							</info>
461						</enumeration>
462					</constraints>
463					<value>9</value>
464				</prop>
465				<group oor:name="TabStop">
466					<!-- OldPath: Calc/Layout -->
467					<!-- OldLocation: Soffice.cfg -->
468					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Tab stops -->
469					<info>
470						<author>NN</author>
471						<desc>Specifies the distance between tabulator stops in 1/100th millimeters.</desc>
472						<label>Tab stops</label>
473					</info>
474					<prop oor:name="Metric" oor:type="xs:int">
475						<info>
476							<desc>Specifies the tabulator distance with locales that use the metric system.</desc>
477							<label/>
478						</info>
479						<value>1250</value>
480					</prop>
481					<prop oor:name="NonMetric" oor:type="xs:int">
482						<info>
483							<desc>Specifies the tabulator distance with locales that don&apos;t use the metric system.</desc>
484							<label/>
485						</info>
486						<value>1270</value>
487					</prop>
488				</group>
489				<group oor:name="MeasureUnit">
490					<!-- OldPath: Calc/Layout -->
491					<!-- OldLocation: Soffice.cfg -->
492					<!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Measurement unit -->
493					<info>
494						<author>NN</author>
495						<desc>Specifies the measurement unit to be used in the user interface.</desc>
496						<label>Measurement unit</label>
497					</info>
498					<prop oor:name="Metric" oor:type="xs:int">
499						<info>
500							<desc>Specifies the measurement unit that is used with locales that use the metric system.</desc>
501						</info>
502						<constraints>
503							<enumeration oor:value="1">
504								<info>
505									<desc>Millimeter</desc>
506								</info>
507							</enumeration>
508							<enumeration oor:value="2">
509								<info>
510									<desc>Centimeter</desc>
511								</info>
512							</enumeration>
513							<enumeration oor:value="6">
514								<info>
515									<desc>Point</desc>
516								</info>
517							</enumeration>
518							<enumeration oor:value="7">
519								<info>
520									<desc>Pica</desc>
521								</info>
522							</enumeration>
523							<enumeration oor:value="8">
524								<info>
525									<desc>Inch</desc>
526								</info>
527							</enumeration>
528						</constraints>
529						<value>2</value>
530					</prop>
531					<prop oor:name="NonMetric" oor:type="xs:int">
532						<info>
533							<desc>Specifies the measurement unit that is used with locales that don&apos;t use the metric system.</desc>
534						</info>
535						<constraints>
536							<enumeration oor:value="1">
537								<info>
538									<desc>Millimeter</desc>
539								</info>
540							</enumeration>
541							<enumeration oor:value="2">
542								<info>
543									<desc>Centimeter</desc>
544								</info>
545							</enumeration>
546							<enumeration oor:value="6">
547								<info>
548									<desc>Point</desc>
549								</info>
550							</enumeration>
551							<enumeration oor:value="7">
552								<info>
553									<desc>Pica</desc>
554								</info>
555							</enumeration>
556							<enumeration oor:value="8">
557								<info>
558									<desc>Inch</desc>
559								</info>
560							</enumeration>
561						</constraints>
562						<value>8</value>
563					</prop>
564				</group>
565			</group>
566			<group oor:name="Zoom">
567				<info>
568					<desc>Specifies the zoom for new spreadsheet documents.</desc>
569				</info>
570				<prop oor:name="Type" oor:type="xs:int">
571					<!-- OldPath: Calc/Layout -->
572					<!-- OldLocation: Soffice.cfg -->
573					<!-- UIHints: (Status Bar) -->
574					<info>
575						<author>NN</author>
576						<desc>Specifies the zoom type.</desc>
577						<label>Zoom Type</label>
578					</info>
579					<constraints>
580						<enumeration oor:value="0">
581							<info>
582								<desc>Percentage value</desc>
583							</info>
584						</enumeration>
585						<enumeration oor:value="2">
586							<info>
587								<desc>Whole page</desc>
588							</info>
589						</enumeration>
590						<enumeration oor:value="3">
591							<info>
592								<desc>Width of a page</desc>
593							</info>
594						</enumeration>
595					</constraints>
596					<value>0</value>
597				</prop>
598				<prop oor:name="Value" oor:type="xs:int">
599					<!-- OldPath: Calc/Layout -->
600					<!-- OldLocation: Soffice.cfg -->
601					<!-- UIHints: (Status Bar) -->
602					<info>
603						<author>NN</author>
604						<desc>Specifies the percentage value to which the view is scaled.</desc>
605						<label>Zoom Value</label>
606					</info>
607					<value>100</value>
608				</prop>
609                <prop oor:name="Synchronize" oor:type="xs:boolean">
610                    <!-- UIHints: Tools - Options - Spreadsheets - View - [Section] Zoom -->
611                    <info>
612                        <author>NN</author>
613                        <desc>Specifies if zoom is applied to all sheets of a document.</desc>
614                        <label>Synchronize sheets</label>
615                    </info>
616                    <value>true</value>
617                </prop>
618			</group>
619		</group>
620		<group oor:name="Input">
621			<info>
622				<desc>Contains settings that affect cell input.</desc>
623			</info>
624			<prop oor:name="MoveSelection" oor:type="xs:boolean">
625				<!-- OldPath: Calc/Input -->
626				<!-- OldLocation: Soffice.cfg -->
627				<!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
628				<info>
629					<author>NN</author>
630					<desc>Specifies whether pressing the Enter key should move the selection.</desc>
631					<label>Press Enter to move selection</label>
632				</info>
633				<value>true</value>
634			</prop>
635			<prop oor:name="MoveSelectionDirection" oor:type="xs:int">
636				<!-- OldPath: Calc/Input -->
637				<!-- OldLocation: Soffice.cfg -->
638				<!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
639				<info>
640					<author>NN</author>
641					<desc>Specifies the direction where the selection is moved when pressing Enter, if moving is enabled.</desc>
642					<label>Direction to move selection</label>
643				</info>
644				<constraints>
645					<enumeration oor:value="0">
646						<info>
647							<desc>Move down</desc>
648						</info>
649					</enumeration>
650					<enumeration oor:value="1">
651						<info>
652							<desc>Move right</desc>
653						</info>
654					</enumeration>
655					<enumeration oor:value="2">
656						<info>
657							<desc>Move up</desc>
658						</info>
659					</enumeration>
660					<enumeration oor:value="3">
661						<info>
662							<desc>Move left</desc>
663						</info>
664					</enumeration>
665				</constraints>
666				<value>0</value>
667			</prop>
668			<prop oor:name="SwitchToEditMode" oor:type="xs:boolean">
669				<!-- OldPath: Calc/Input -->
670				<!-- OldLocation: Soffice.cfg -->
671				<!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
672				<info>
673					<author>NN</author>
674					<desc>Specifies whether the selected cell can be edited immediately after pressing the Enter key.</desc>
675					<label>Press Enter to switch to edit mode</label>
676				</info>
677				<value>false</value>
678			</prop>
679			<prop oor:name="ExpandFormatting" oor:type="xs:boolean">
680				<!-- OldPath: Calc/Input -->
681				<!-- OldLocation: Soffice.cfg -->
682				<!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
683				<info>
684					<author>NN</author>
685					<desc>Specifies whether formatting a cell also affects subsequently entered cells.</desc>
686					<label>Expand formatting</label>
687				</info>
688				<value>false</value>
689			</prop>
690			<prop oor:name="ShowReference" oor:type="xs:boolean">
691				<!-- OldPath: Calc/Input -->
692				<!-- OldLocation: Soffice.cfg -->
693				<!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
694				<info>
695					<author>NN</author>
696					<desc>Specifies whether formula references from the input line are highlighted in color in the cell.</desc>
697					<label>Show references in color</label>
698				</info>
699				<value>true</value>
700			</prop>
701			<prop oor:name="ExpandReference" oor:type="xs:boolean">
702				<!-- OldPath: Calc/Input -->
703				<!-- OldLocation: Soffice.cfg -->
704				<!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
705				<info>
706					<author>NN</author>
707					<desc>Specifies whether references are expanded when inserting columns or rows next to, above or below the reference range.</desc>
708					<label>Expand references if new columns/rows are inserted</label>
709				</info>
710				<value>false</value>
711			</prop>
712			<prop oor:name="HighlightSelection" oor:type="xs:boolean">
713				<!-- OldPath: Calc/Input -->
714				<!-- OldLocation: Soffice.cfg -->
715				<!-- UIHints: Tools - Options -Spreadsheets - Input - [Section] Input -->
716				<info>
717					<author>NN</author>
718					<desc>Specifies whether column and row headers are highlighted in the selected columns or rows.</desc>
719					<label>Highlight selection in column/row headings</label>
720				</info>
721				<value>true</value>
722			</prop>
723			<prop oor:name="UseTabCol" oor:type="xs:boolean">
724				<!-- OldPath: Calc/Input -->
725				<!-- OldLocation: Soffice.cfg -->
726				<!-- UIHints: only API (see UseTabCol) -->
727				<info>
728					<author>NN</author>
729					<desc>Specifies whether pressing Enter will move the cursor to the column where it was before the Tab key was used to change columns.</desc>
730					<label>Use Tab Column</label>
731				</info>
732				<value>false</value>
733			</prop>
734			<prop oor:name="UsePrinterMetrics" oor:type="xs:boolean">
735				<!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings -->
736				<info>
737					<author>NN</author>
738					<desc>Specifies whether text metrics from the printer will be used to format text on the screen.</desc>
739					<label>Use printer metrics for text formatting</label>
740				</info>
741				<value>false</value>
742			</prop>
743			<prop oor:name="ReplaceCellsWarning" oor:type="xs:boolean">
744				<!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings -->
745				<info>
746					<author>NN</author>
747					<desc>Specifies whether a warning box will appear when existing cells are replaced (i.e. pasting from clipboard).</desc>
748					<label>Warn before replacing cells</label>
749				</info>
750				<value>true</value>
751			</prop>
752			<prop oor:name="LastFunctions" oor:type="oor:int-list">
753				<!-- OldPath: Calc/Input -->
754				<!-- OldLocation: Soffice.cfg -->
755				<info>
756					<author>NN</author>
757					<desc>Specifies the functions last used.</desc>
758					<label>Last Used Functions</label>
759				</info>
760				<constraints>
761					<enumeration oor:value="224">
762						<info>
763							<desc>SUM</desc>
764						</info>
765					</enumeration>
766					<enumeration oor:value="226">
767						<info>
768							<desc>AVERAGE</desc>
769						</info>
770					</enumeration>
771					<enumeration oor:value="222">
772						<info>
773							<desc>MIN</desc>
774						</info>
775					</enumeration>
776					<enumeration oor:value="223">
777						<info>
778							<desc>MAX</desc>
779						</info>
780					</enumeration>
781					<enumeration oor:value="6">
782						<info>
783							<desc>IF</desc>
784						</info>
785					</enumeration>
786				</constraints>
787				<value>224 226 222 223 6</value>
788			</prop>
789			<prop oor:name="AutoInput" oor:type="xs:boolean">
790				<!-- OldPath: Calc/Input -->
791				<!-- OldLocation: Soffice.cfg -->
792				<!-- UIHints: Tools  Cell Contents  AutoInput -->
793				<info>
794					<author>NN</author>
795					<desc>Specifies whether the AutoInput function is active.</desc>
796					<label>Auto Input</label>
797				</info>
798				<value>true</value>
799			</prop>
800			<prop oor:name="DetectiveAuto" oor:type="xs:boolean">
801				<!-- OldPath: Calc/Input -->
802				<!-- OldLocation: Soffice.cfg -->
803				<!-- UIHints: Tools  Detective  AutoRefresh -->
804				<info>
805					<author>NN</author>
806					<desc>Specifies whether all the Detective traces in the sheet are automatically refreshed when modifying a formula.</desc>
807					<label>Detective Auto Refresh</label>
808				</info>
809				<value>true</value>
810			</prop>
811		</group>
812		<group oor:name="Grid">
813			<info>
814				<desc>Contains settings for the grid.</desc>
815			</info>
816			<group oor:name="Option">
817				<info>
818					<desc>Contains settings that control the behavior of the grid.</desc>
819				</info>
820				<prop oor:name="SnapToGrid" oor:type="xs:boolean">
821					<!-- OldPath: Calc/Grid/Options -->
822					<!-- OldLocation: Soffice.cfg -->
823					<!-- UIHints: Tools - Options  Spreadsheet  Grid - [Section] Options -->
824					<info>
825						<author>NN</author>
826						<desc>Specifies whether frames, drawing elements and form functions are only movable between grid points.</desc>
827						<label>Snap to grid</label>
828					</info>
829					<value>false</value>
830				</prop>
831				<prop oor:name="SizeToGrid" oor:type="xs:boolean">
832					<!-- OldPath: Calc/Grid/Options -->
833					<!-- OldLocation: Soffice.cfg -->
834					<!-- UIHints: Tools  Options  Spreadsheet  Grid - [Section] Snap grid -->
835					<info>
836						<author>NN</author>
837						<desc>Specifies whether the snap grid is matched with the main grid.</desc>
838						<label>Size to grid</label>
839					</info>
840					<value>true</value>
841				</prop>
842				<prop oor:name="VisibleGrid" oor:type="xs:boolean">
843					<!-- OldPath: Calc/Grid/Options -->
844					<!-- OldLocation: Soffice.cfg -->
845					<!-- UIHints: Tools - Options  Spreadsheet  Grid - [Section] Options -->
846					<info>
847						<author>NN</author>
848						<desc>Specifies whether the grid is displayed.</desc>
849						<label>Visible grid</label>
850					</info>
851					<value>false</value>
852				</prop>
853				<prop oor:name="Synchronize" oor:type="xs:boolean">
854					<!-- OldPath: Calc/Grid/Options -->
855					<!-- OldLocation: Soffice.cfg -->
856					<!-- UIHints: Tools - Options  Spreadsheet  Grid - [Section] Options -->
857					<info>
858						<author>NN</author>
859						<desc>Specifies whether the current grid settings are changed symmetrically. The resolution and subdivision for the X/Y axes remain the same.</desc>
860						<label>Synchronize axes</label>
861					</info>
862					<value>true</value>
863				</prop>
864				<group oor:name="XAxis">
865					<!-- OldPath: Calc/Grid/Options -->
866					<!-- OldLocation: Soffice.cfg -->
867					<!-- UIHints: Tools  Options  Spreadsheet  Grid - [Section] Snap grid -->
868					<!-- Notice: Default-value in  (nonmetric: 1270 1/100 mm)-->
869					<info>
870						<author>NN</author>
871						<desc>Defines the horizontal distance between the single grid points in 1/100th millimeters.</desc>
872						<label>X axis</label>
873					</info>
874					<prop oor:name="Metric" oor:type="xs:int">
875						<info>
876							<desc>Specifies the distance that is used with locales that use the metric system.</desc>
877							<label/>
878						</info>
879						<value>1000</value>
880					</prop>
881					<prop oor:name="NonMetric" oor:type="xs:int">
882						<info>
883							<desc>Specifies the distance that is used with locales that don&apos;t use the metric system.</desc>
884							<label/>
885						</info>
886						<value>1270</value>
887					</prop>
888				</group>
889				<group oor:name="YAxis">
890					<!-- OldPath: Calc/Grid/Options -->
891					<!-- OldLocation: Soffice.cfg -->
892					<!-- UIHints: Tools  Options  Spreadsheet  Grid - [Section] Snap grid -->
893					<!-- Notice: Default-value in nonmetric: 1270 1/100 mm-->
894					<info>
895						<author>NN</author>
896						<desc>Defines the vertical distance between the single grid points in 1/100th millimeters.</desc>
897						<label>Y axis</label>
898					</info>
899					<prop oor:name="Metric" oor:type="xs:int">
900						<info>
901							<desc>Specifies the distance that is used with locales that use the metric system.</desc>
902							<label/>
903						</info>
904						<value>1000</value>
905					</prop>
906					<prop oor:name="NonMetric" oor:type="xs:int">
907						<info>
908							<desc>Specifies the distance that is used with locales that don&apos;t use the metric system.</desc>
909							<label/>
910						</info>
911						<value>1270</value>
912					</prop>
913				</group>
914			</group>
915			<group oor:name="Resolution">
916				<info>
917					<desc>Specifies the grid&apos;s resolution.</desc>
918				</info>
919				<group oor:name="XAxis">
920					<!-- OldPath: Calc/Grid/Resolution -->
921					<!-- OldLocation: Soffice.cfg -->
922					<!-- UIHints: Tools - Options  Spreadsheet  Grid - [Section] Grid -->
923					<!-- Notice: Default-value nonmetric 1270 1/100 mm) -->
924					<info>
925						<author>NN</author>
926						<desc>Defines the distance between grid points on the X axis in 1/100th millimeters.</desc>
927						<label>X Axis Resolution</label>
928					</info>
929					<prop oor:name="Metric" oor:type="xs:int">
930						<info>
931							<desc>Specifies the distance that is used with locales that use the metric system.</desc>
932							<label/>
933						</info>
934						<value>1000</value>
935					</prop>
936					<prop oor:name="NonMetric" oor:type="xs:int">
937						<info>
938							<desc>Specifies the distance that is used with locales that don&apos;t use the metric system.</desc>
939							<label/>
940						</info>
941						<value>1270</value>
942					</prop>
943				</group>
944				<group oor:name="YAxis">
945					<!-- OldPath: Calc/Grid/Resolution -->
946					<!-- OldLocation: Soffice.cfg -->
947					<!-- UIHints: Tools - Options  Spreadsheet  Grid - [Section] Grid -->
948					<!-- Notice: Default-value  nonmetric 1270 1/100 mm) -->
949					<info>
950						<author>NN</author>
951						<desc>Defines the distance between grid points on the Y axis in 1/100th millimeters.</desc>
952						<label>Y Axis Resolution</label>
953					</info>
954					<prop oor:name="Metric" oor:type="xs:int">
955						<info>
956							<desc>Specifies the distance that is used with locales that use the metric system.</desc>
957							<label/>
958						</info>
959						<value>1000</value>
960					</prop>
961					<prop oor:name="NonMetric" oor:type="xs:int">
962						<info>
963							<desc>Specifies the distance that is used with locales that don&apos;t use the metric system.</desc>
964							<label/>
965						</info>
966						<value>1270</value>
967					</prop>
968				</group>
969			</group>
970			<group oor:name="Subdivision">
971				<info>
972					<desc>Specifies how the grid is divided.</desc>
973				</info>
974				<prop oor:name="XAxis" oor:type="xs:int">
975					<!-- OldPath: Calc/Grid/Subdivision -->
976					<!-- OldLocation: Soffice.cfg -->
977					<!-- UIHints: Tools - Options  Spreadsheet  Grid - [Section] Grid -->
978					<info>
979						<author>NN</author>
980						<desc>Specifies the number of intervals between two grid points on the X axis.</desc>
981						<label>X Axis Subdivision</label>
982					</info>
983					<value>1</value>
984				</prop>
985				<prop oor:name="YAxis" oor:type="xs:int">
986					<!-- OldPath: Calc/Grid/Subdivision -->
987					<!-- OldLocation: Soffice.cfg -->
988					<!-- UIHints: Tools - Options  Spreadsheet  Grid - [Section] Grid -->
989					<info>
990						<author>NN</author>
991						<desc>Specifies the number of intervals between two grid points on the Y axis.</desc>
992						<label>Y Axis Subdivision</label>
993					</info>
994					<value>1</value>
995				</prop>
996			</group>
997		</group>
998		<group oor:name="SortList">
999			<info>
1000				<desc>Contains the sort list settings.</desc>
1001			</info>
1002			<prop oor:name="List" oor:type="oor:string-list">
1003				<!-- OldPath: Calc/Sort_Lists -->
1004				<!-- OldLocation: Soffice.cfg -->
1005				<!-- UIHints: Tools - Options  Spreadsheet  Sort lists  [List box] Lists -->
1006				<!-- Notice: Defaults: Week and month names from system language -->
1007				<info>
1008					<author>NN</author>
1009					<desc>Specifies the available lists.</desc>
1010					<label>Lists</label>
1011				</info>
1012				<value>NULL</value>
1013			</prop>
1014		</group>
1015        <group oor:name="Dialogs">
1016            <info>
1017                <desc>Contains the dialogs settings.</desc>
1018            </info>
1019            <group oor:name="CSVImport">
1020                <info>
1021                    <desc>Contains setting for Text CSV Import</desc>
1022                </info>
1023                <prop oor:name="MergeDelimiters" oor:type="xs:boolean">
1024                    <info>
1025                        <author>muthusuba</author>
1026                        <desc>Merge Delimiter check box status</desc>
1027                        <label>MergeDelimiters</label>
1028                    </info>
1029                    <value>false</value>
1030                </prop>
1031                <prop oor:name="QuotedFieldAsText" oor:type="xs:boolean">
1032                    <info>
1033                        <author>kyoshida</author>
1034                        <desc>If true, quoted field is always imported as text
1035                            with no exception.</desc>
1036                        <label>QuotedFieldAsText</label>
1037                    </info>
1038                    <value>false</value>
1039                </prop>
1040                <prop oor:name="DetectSpecialNumbers" oor:type="xs:boolean">
1041                    <info>
1042                        <author>kyoshida</author>
1043                        <desc>If true, Calc tries to detect special number format, such as date and scientific notation.</desc>
1044                        <label>DetectSpecialNumbers</label>
1045                    </info>
1046                    <value>false</value>
1047                </prop>
1048                <prop oor:name="Language" oor:type="xs:int">
1049                    <info>
1050                        <author>kyoshida</author>
1051                        <desc>Language to use for CSV import.  This determines how the numbers are parsed.</desc>
1052                        <label>Language</label>
1053                    </info>
1054                    <value>0</value>
1055                </prop>
1056                <prop oor:name="Separators" oor:type="xs:string">
1057                    <info>
1058                        <author>muthusuba</author>
1059                        <desc>List of Separators - as a String</desc>
1060                        <label>Separators</label>
1061                    </info>
1062                    <value>;    </value>
1063                </prop>
1064                <prop oor:name="TextSeparators" oor:type="xs:string">
1065                    <info>
1066                        <author>muthusuba</author>
1067                        <desc>Text Separators</desc>
1068                        <label>TextSeparators</label>
1069                    </info>
1070                    <value>"</value>
1071                </prop>
1072                <prop oor:name="FixedWidth" oor:type="xs:boolean">
1073                    <info>
1074                        <author>muthusuba</author>
1075                        <desc>Fixed width</desc>
1076                        <label>FixedWidth</label>
1077                    </info>
1078                    <value>false</value>
1079                </prop>
1080                <prop oor:name="FromRow" oor:type="xs:int">
1081                    <info>
1082                        <author>muthusuba</author>
1083                        <desc>From Row</desc>
1084                        <label>FromRow</label>
1085                    </info>
1086                    <value>1</value>
1087                </prop>
1088                <prop oor:name="CharSet" oor:type="xs:int">
1089                    <info>
1090                        <author>muthusuba</author>
1091                        <desc>Char Set</desc>
1092                        <label>CharSet</label>
1093                    </info>
1094                    <value>-1</value>
1095                </prop>
1096                <prop oor:name="FixedWidthList" oor:type="xs:string">
1097                    <info>
1098                        <author>muthusuba</author>
1099                        <desc>Fixed Width List of separators</desc>
1100                        <label>FixedWidthList</label>
1101                    </info>
1102                    <value></value>
1103                </prop>
1104            </group>
1105        </group>
1106		<group oor:name="Calculate">
1107			<info>
1108				<desc>Contains settings that affect cell calculation.</desc>
1109			</info>
1110			<group oor:name="IterativeReference">
1111				<info>
1112					<desc>Contains settings for iterative calculation of circular references.</desc>
1113				</info>
1114				<prop oor:name="Iteration" oor:type="xs:boolean">
1115					<!-- OldPath: Calc/Calculate/Iterative_References -->
1116					<!-- OldLocation: Soffice.cfg -->
1117					<!-- UIHints: Tools - Options  Spreadsheet  Calculate  [Section] Iterative references -->
1118					<info>
1119						<author>NN</author>
1120						<desc>Specifies whether iterative calculation is used for formulas with circular references.</desc>
1121						<label>Iterations</label>
1122					</info>
1123					<value>false</value>
1124				</prop>
1125				<prop oor:name="Steps" oor:type="xs:int">
1126					<!-- OldPath: Calc/Calculate/Iterative_References -->
1127					<!-- OldLocation: Soffice.cfg -->
1128					<!-- UIHints: Tools - Options  Spreadsheet  Calculate  [Section] Iterative references -->
1129					<info>
1130						<author>NN</author>
1131						<desc>Specifies the maximum number of iteration steps.</desc>
1132						<label>Steps</label>
1133					</info>
1134					<value>100</value>
1135				</prop>
1136				<prop oor:name="MinimumChange" oor:type="xs:double">
1137					<!-- OldPath: Calc/Calculate/Iterative_References -->
1138					<!-- OldLocation: Soffice.cfg -->
1139					<!-- UIHints: Tools - Options  Spreadsheet  Calculate  [Section] Iterative references -->
1140					<info>
1141						<author>NN</author>
1142						<desc>Specifies the result change value below which iteration is stopped.</desc>
1143						<label>Minimum Change</label>
1144					</info>
1145					<value>0.001</value>
1146				</prop>
1147			</group>
1148			<group oor:name="Other">
1149				<info>
1150					<desc>Contains other calculation settings.</desc>
1151				</info>
1152				<prop oor:name="CaseSensitive" oor:type="xs:boolean">
1153					<!-- OldPath: Calc/Calculate -->
1154					<!-- OldLocation: Soffice.cfg -->
1155					<!-- UIHints: Tools - Options  Spreadsheet  Calculate  [Check box] Case sensitive -->
1156					<info>
1157						<author>NN</author>
1158						<desc>Specifies whether upper and lower case in texts are distinguished when comparing cell contents.</desc>
1159						<label>Case sensitive</label>
1160					</info>
1161					<value>true</value>
1162				</prop>
1163				<prop oor:name="Precision" oor:type="xs:boolean">
1164					<!-- OldPath: Calc/Calculate -->
1165					<!-- OldLocation: Soffice.cfg -->
1166					<!-- UIHints: Tools - Options  Spreadsheet  Calculate  [Check box] Precision as shown -->
1167					<info>
1168						<author>NN</author>
1169						<desc>Specifies whether the calculation uses the rounded values displayed in the sheet.</desc>
1170						<label>Precision as shown</label>
1171					</info>
1172					<value>false</value>
1173				</prop>
1174				<prop oor:name="SearchCriteria" oor:type="xs:boolean">
1175					<!-- OldPath: Calc/Calculate -->
1176					<!-- OldLocation: Soffice.cfg -->
1177					<!-- UIHints: Tools - Options  Spreadsheet  Calculate  [Check box] Search criteria = and &lt;&gt; must apply to whole cells -->
1178					<info>
1179						<author>NN</author>
1180						<desc>Specifies whether search criteria in formulas must match the whole of the cell contents.</desc>
1181						<label>Search criteria = and &lt;&gt; must apply to whole cells</label>
1182					</info>
1183					<value>true</value>
1184				</prop>
1185				<prop oor:name="FindLabel" oor:type="xs:boolean">
1186					<!-- OldPath: Calc/Calculate -->
1187					<!-- OldLocation: Soffice.cfg -->
1188					<!-- UIHints: Tools - Options  Spreadsheet  Calculate  [Check box] Automatically find column and row labels -->
1189					<info>
1190						<author>NN</author>
1191						<desc>Specifies whether column and row labels are used to refer to the column area beneath the text cell or to the row area at the right of the text cell while running a search.</desc>
1192						<label>Automatically find column and row labels</label>
1193					</info>
1194					<value>true</value>
1195				</prop>
1196				<prop oor:name="DecimalPlaces" oor:type="xs:int">
1197					<!-- OldPath: Calc/Calculate -->
1198					<!-- OldLocation: Soffice.cfg -->
1199					<!-- UIHints: Tools - Options  Spreadsheet  Calculate  [Combo box] Decimal places -->
1200					<info>
1201						<author>NN</author>
1202						<desc>Specifies the number of decimals to be displayed for the Standard number format.</desc>
1203						<label>Decimal places</label>
1204					</info>
1205					<value>-1</value>
1206				</prop>
1207				<prop oor:name="RegularExpressions" oor:type="xs:boolean">
1208					<!-- UIHints: Tools - Options  Spreadsheet  Calculate  [Check box] Enable regular expressions in formulas -->
1209					<info>
1210						<author>NN</author>
1211						<desc>Specifies whether the calculation uses regular expressions in formulas, e.g. for functions which look up sheet contents.</desc>
1212						<label>Enable regular expressions in formulas</label>
1213					</info>
1214					<value>true</value>
1215				</prop>
1216				<node-ref oor:name="Date" oor:node-type="Date">
1217					<info>
1218						<desc>Specifies the date that is represented by the number 0.</desc>
1219					</info>
1220				</node-ref>
1221			</group>
1222		</group>
1223		<group oor:name="Revision">
1224			<info>
1225				<desc>Contains settings that affect revision marking.</desc>
1226			</info>
1227			<group oor:name="Color">
1228				<info>
1229					<desc>Specifies the colors for revision marking.</desc>
1230				</info>
1231				<prop oor:name="Change" oor:type="xs:int">
1232					<!-- OldPath: Calc/Changes/Colors -->
1233					<!-- OldLocation: Soffice.cfg -->
1234					<!-- UIHints: Tools - Options - Spreadsheet  Changes  [Section] Colors for changes -->
1235					<!--Default -1 = Transparent-->
1236					<info>
1237						<author>NN</author>
1238						<desc>Specifies the modification color for changes of cell contents.</desc>
1239						<label>Changes</label>
1240					</info>
1241					<value>-1</value>
1242				</prop>
1243				<prop oor:name="Deletion" oor:type="xs:int">
1244					<!-- OldPath: Calc/Changes/Colors -->
1245					<!-- OldLocation: Soffice.cfg -->
1246					<!-- UIHints: Tools - Options - Spreadsheet  Changes  [Section] Colors for changes -->
1247					<!--Default -1 = Transparent-->
1248					<info>
1249						<author>NN</author>
1250						<desc>Specifies the color to highlight deletions.</desc>
1251						<label>Deletions</label>
1252					</info>
1253					<value>-1</value>
1254				</prop>
1255				<prop oor:name="Insertion" oor:type="xs:int">
1256					<!-- OldPath: Calc/Changes/Colors -->
1257					<!-- OldLocation: Soffice.cfg -->
1258					<!-- UIHints: Tools - Options - Spreadsheet  Changes  [Section] Colors for changes -->
1259					<!--Default -1 = Transparent-->
1260					<info>
1261						<author>NN</author>
1262						<desc>Specifies the color to highlight insertions.</desc>
1263						<label>Insertions</label>
1264					</info>
1265					<value>-1</value>
1266				</prop>
1267				<prop oor:name="MovedEntry" oor:type="xs:int">
1268					<!-- OldPath: Calc/Changes/Colors -->
1269					<!-- OldLocation: Soffice.cfg -->
1270					<!-- UIHints: Tools - Options - Spreadsheet  Changes  [Section] Colors for changes -->
1271					<!--Default -1 = Transparent-->
1272					<info>
1273						<author>NN</author>
1274						<desc>Specifies the color to highlight moved contents.</desc>
1275						<label>Moved entries</label>
1276					</info>
1277					<value>-1</value>
1278				</prop>
1279			</group>
1280		</group>
1281		<group oor:name="Filter">
1282			<info>
1283				<desc>Contains settings for file format filters.</desc>
1284			</info>
1285			<group oor:name="Import">
1286				<info>
1287					<desc>Contains settings for import filters.</desc>
1288				</info>
1289				<group oor:name="VBA">
1290					<info>
1291						<desc>Specifies how VBA macros are treated in Excel files.</desc>
1292					</info>
1293					<prop oor:name="Load" oor:type="xs:boolean">
1294						<!-- OldPath: Filter/MS_Office/Basic/Excel -->
1295						<!-- OldLocation: soffice.cfg -->
1296						<!-- UIHints: Tools  Options - Filter Settings  Microsoft Office  [Section] Microsoft Excel 97/2000 -->
1297						<info>
1298							<author>NN</author>
1299							<desc>Indicates whether VBA macros are imported as comments.</desc>
1300							<label>Load Basic Code to edit</label>
1301						</info>
1302						<value>true</value>
1303					</prop>
1304          <prop oor:name="Executable" oor:type="xs:boolean">
1305            <info>
1306              <author>AB</author>
1307              <desc>Indicates whether VBA macros are imported without comments to be executable.</desc>
1308              <label>Executable code</label>
1309            </info>
1310            <value>false</value>
1311          </prop>
1312          <prop oor:name="Save" oor:type="xs:boolean">
1313						<!-- OldPath: Filter/MS_Office/Basic/Excel -->
1314						<!-- OldLocation: soffice.cfg -->
1315						<!-- UIHints: Tools  Options - Filter Settings  Microsoft Office  [Section] Microsoft Excel 97/2000 -->
1316						<info>
1317							<author>NN</author>
1318							<desc>Indicates whether the original VBA storage is preserved while editing.</desc>
1319							<label>Save Original Basic Code again</label>
1320						</info>
1321						<value>true</value>
1322					</prop>
1323				</group>
1324				<group oor:name="Lotus123">
1325					<info>
1326						<desc>Contains settings for Lotus 1-2-3 import.</desc>
1327					</info>
1328					<prop oor:name="WK3" oor:type="xs:boolean">
1329						<!-- OldPath: Common -->
1330						<!-- OldLocation: soffice.ini -->
1331						<info>
1332							<author>NN</author>
1333							<desc>Indicates whether the import of Lotus wk3 files is enabled.</desc>
1334							<label>Enable WK3 Filter</label>
1335						</info>
1336						<value>false</value>
1337					</prop>
1338				</group>
1339				<group oor:name="MS_Excel">
1340					<info>
1341						<desc>Contains settings for MS Excel import.</desc>
1342					</info>
1343					<prop oor:name="ColScale" oor:type="xs:double">
1344						<!-- OldPath: Common -->
1345						<!-- OldLocation: soffice.ini -->
1346						<info>
1347							<author>NN</author>
1348							<desc>Specifies the factor for multiplying the column width when importing Excel documents from Biff 5 format.</desc>
1349							<label>Excel Column Width Scale</label>
1350						</info>
1351						<constraints>
1352							<minExclusive oor:value="0.1">
1353								<info>
1354									<desc>Specifies the minimum allowed value.</desc>
1355								</info>
1356							</minExclusive>
1357						</constraints>
1358						<value>1.0</value>
1359					</prop>
1360					<prop oor:name="RowScale" oor:type="xs:double">
1361						<!-- OldPath: Common -->
1362						<!-- OldLocation: soffice.ini -->
1363						<info>
1364							<author>NN</author>
1365							<desc>Specifies the factor for multiplying the row height when importing Excel documents from Biff 5 format.</desc>
1366							<label>Excel Row Height Scale</label>
1367						</info>
1368						<constraints>
1369							<minExclusive oor:value="0.1">
1370								<info>
1371									<desc>Specifies the minimum allowed value.</desc>
1372								</info>
1373							</minExclusive>
1374						</constraints>
1375						<value>1.0</value>
1376					</prop>
1377				</group>
1378			</group>
1379		</group>
1380		<group oor:name="Print">
1381			<info>
1382				<author>NN</author>
1383				<desc>Contains settings that affect printing.</desc>
1384			</info>
1385			<group oor:name="Page">
1386				<info>
1387					<desc>Contains settings that affect which pages are printed.</desc>
1388				</info>
1389				<prop oor:name="EmptyPages" oor:type="xs:boolean">
1390					<info>
1391						<desc>Specifies whether empty pages are printed.</desc>
1392						<label>Printing Empty Pages</label>
1393					</info>
1394					<value>false</value>
1395				</prop>
1396			</group>
1397			<group oor:name="Other">
1398				<info>
1399					<desc>Contains other print settings.</desc>
1400				</info>
1401				<prop oor:name="AllSheets" oor:type="xs:boolean">
1402					<info>
1403						<desc>Specifies whether all sheets are printed instead of only the selected sheets.</desc>
1404						<label>Print all Sheets</label>
1405					</info>
1406					<value>false</value>
1407				</prop>
1408			</group>
1409		</group>
1410		<group oor:name="Misc">
1411			<info>
1412				<desc>Contains miscellaneous settings.</desc>
1413			</info>
1414			<group oor:name="DefaultObjectSize">
1415				<info>
1416					<author>NN</author>
1417					<desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at an object creating Button.</desc>
1418					<label>Default Object Size</label>
1419				</info>
1420				<prop oor:name="Width" oor:type="xs:int">
1421					<info>
1422						<desc>Specifies the default width in 1/100th millimeters.</desc>
1423						<label/>
1424					</info>
1425					<value>8000</value>
1426				</prop>
1427				<prop oor:name="Height" oor:type="xs:int">
1428					<info>
1429						<desc>Specifies the default height in 1/100th millimeters.</desc>
1430						<label/>
1431					</info>
1432					<value>5000</value>
1433				</prop>
1434			</group>
1435            <group oor:name="SharedDocument">
1436                <info>
1437                    <author>TBE</author>
1438                    <desc>Contains settings for shared documents.</desc>
1439                    <label>Shared document</label>
1440                </info>
1441                <prop oor:name="ShowWarning" oor:type="xs:boolean">
1442                    <info>
1443                        <desc>Specifies whether the warning box for shared documents is shown.</desc>
1444                        <label>Show warning box</label>
1445                    </info>
1446                    <value>true</value>
1447                </prop>
1448            </group>
1449        </group>
1450	</component>
1451</oor:component-schema>
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521