1 diff --git officecfg/registry/schema/org/openoffice/Office/Calc.xcs officecfg/registry/schema/org/openoffice/Office/Calc.xcs
2 index 3c3fe6b..09e5c52 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="Separators" oor:type="xs:string">
36 + <author>muthusuba</author>
37 + <desc>List of Separators - as a String</desc>
38 + <label>Separators</label>
42 + <prop oor:name="TextSeparators" oor:type="xs:string">
44 + <author>muthusuba</author>
45 + <desc>Text Separators</desc>
46 + <label>TextSeparators</label>
50 + <prop oor:name="FixedWidth" oor:type="xs:boolean">
52 + <author>muthusuba</author>
53 + <desc>Fixed width</desc>
54 + <label>FixedWidth</label>
56 + <value>false</value>
58 + <prop oor:name="FromRow" oor:type="xs:int">
60 + <author>muthusuba</author>
61 + <desc>From Row</desc>
62 + <label>FromRow</label>
66 + <prop oor:name="CharSet" oor:type="xs:int">
68 + <author>muthusuba</author>
69 + <desc>Char Set</desc>
70 + <label>CharSet</label>
74 + <prop oor:name="FixedWidthList" oor:type="xs:string">
76 + <author>muthusuba</author>
77 + <desc>Fixed Width List of separators</desc>
78 + <label>FixedWidthList</label>
84 <group oor:name="Calculate">
86 <desc>Contains settings that affect cell calculation.</desc>