1 diff --git officecfg/registry/schema/org/openoffice/Office/Calc.xcs officecfg/registry/schema/org/openoffice/Office/Calc.xcs
2 index 6a6a533..ef0bd3d 100644
3 --- officecfg/registry/schema/org/openoffice/Office/Calc.xcs
4 +++ officecfg/registry/schema/org/openoffice/Office/Calc.xcs
9 + <prop oor:name="FormulaSyntax" oor:type="xs:int">
10 + <!-- UIHints: Tools - Options Spreadsheet Calculate -->
11 + <!-- This node is deprecated, but we still need to keep it for migration purposes. -->
13 + <author>kyoshida</author>
14 + <desc>Specifies what formula syntax type to use.</desc>
17 + <enumeration oor:value="0">
19 + <desc>Calc A1</desc>
22 + <enumeration oor:value="1">
24 + <desc>Excel A1</desc>
27 + <enumeration oor:value="2">
29 + <desc>Excel R1C1</desc>
34 <node-ref oor:name="Date" oor:node-type="Date">
36 <desc>Specifies the date that is represented by the number 0.</desc>
37 @@ -1211,6 +1236,64 @@
41 + <group oor:name="Formula">
43 + <desc>Contains settings that affect formula handling.</desc>
45 + <group oor:name="Syntax">
47 + <desc>Contains settings for formula syntax.</desc>
49 + <prop oor:name="Grammar" oor:type="xs:int">
50 + <!-- UIHints: Tools - Options Spreadsheet Formula -->
52 + <author>kyoshida</author>
53 + <desc>Specifies what formula syntax type to use.</desc>
56 + <enumeration oor:value="0">
58 + <desc>Calc A1</desc>
61 + <enumeration oor:value="1">
63 + <desc>Excel A1</desc>
66 + <enumeration oor:value="2">
68 + <desc>Excel R1C1</desc>
73 + <prop oor:name="SeparatorArg" oor:type="xs:string">
74 + <!-- UIHints: Tools - Options Spreadsheet Formula -->
76 + <author>kyoshida</author>
77 + <desc>Argument separator in worksheet function</desc>
81 + <prop oor:name="SeparatorArrayRow" oor:type="xs:string">
82 + <!-- UIHints: Tools - Options Spreadsheet Formula -->
84 + <author>kyoshida</author>
85 + <desc>Row separator in array constant</desc>
89 + <prop oor:name="SeparatorArrayCol" oor:type="xs:string">
90 + <!-- UIHints: Tools - Options Spreadsheet Formula -->
92 + <author>kyoshida</author>
93 + <desc>Column separator in array constant</desc>
99 <group oor:name="Revision">
101 <desc>Contains settings that affect revision marking.</desc>