1 diff --git officecfg/registry/schema/org/openoffice/Office/Calc.xcs officecfg/registry/schema/org/openoffice/Office/Calc.xcs
2 index fd7c52e..ff5a13c 100644
3 --- officecfg/registry/schema/org/openoffice/Office/Calc.xcs
4 +++ officecfg/registry/schema/org/openoffice/Office/Calc.xcs
9 + <group oor:name="Dialogs">
11 + <desc>Contains the dialogs settings.</desc>
13 + <group oor:name="CSVImport">
15 + <desc>Contains setting for Text CSV Import</desc>
17 + <prop oor:name="MergeDelimiters" oor:type="xs:boolean">
19 + <author>muthusuba</author>
20 + <desc>Merge Delimiter check box status</desc>
21 + <label>MergeDelimiters</label>
23 + <value>false</value>
25 + <prop oor:name="QuotedFieldAsText" oor:type="xs:boolean">
27 + <author>kyoshida</author>
28 + <desc>If true, quoted field is always imported as text
29 + with no exception.</desc>
30 + <label>QuotedFieldAsText</label>
34 + <prop oor:name="DetectSpecialNumbers" oor:type="xs:boolean">
36 + <author>kyoshida</author>
37 + <desc>If true, Calc tries to detect special number format, such as date and scientific notation.</desc>
38 + <label>DetectSpecialNumbers</label>
40 + <value>false</value>
42 + <prop oor:name="Language" oor:type="xs:int">
44 + <author>kyoshida</author>
45 + <desc>Language to use for CSV import. This determines how the numbers are parsed.</desc>
46 + <label>Language</label>
50 + <prop oor:name="Separators" oor:type="xs:string">
52 + <author>muthusuba</author>
53 + <desc>List of Separators - as a String</desc>
54 + <label>Separators</label>
58 + <prop oor:name="TextSeparators" oor:type="xs:string">
60 + <author>muthusuba</author>
61 + <desc>Text Separators</desc>
62 + <label>TextSeparators</label>
66 + <prop oor:name="FixedWidth" oor:type="xs:boolean">
68 + <author>muthusuba</author>
69 + <desc>Fixed width</desc>
70 + <label>FixedWidth</label>
72 + <value>false</value>
74 + <prop oor:name="FromRow" oor:type="xs:int">
76 + <author>muthusuba</author>
77 + <desc>From Row</desc>
78 + <label>FromRow</label>
82 + <prop oor:name="CharSet" oor:type="xs:int">
84 + <author>muthusuba</author>
85 + <desc>Char Set</desc>
86 + <label>CharSet</label>
90 + <prop oor:name="FixedWidthList" oor:type="xs:string">
92 + <author>muthusuba</author>
93 + <desc>Fixed Width List of separators</desc>
94 + <label>FixedWidthList</label>
100 <group oor:name="Calculate">
102 <desc>Contains settings that affect cell calculation.</desc>