diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index cc61d8371941..ee5c5138e0d3 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1514,7 +1514,32 @@ <!-- UIHint: Tools - Options - Spreadsheet - Formula --> <info> <author>Markus Mohrhard</author> - <desc>Specifies whether to force a hard recalc after load</desc> + <desc>Specifies whether to force a hard recalc after load on OOXML-based Excel documents (2007 and newer).</desc> + </info> + <constraints> + <enumeration oor:value="0"> + <info> + <desc>Recalc always</desc> + </info> + </enumeration> + <enumeration oor:value="1"> + <info> + <desc>Recalc never</desc> + </info> + </enumeration> + <enumeration oor:value="2"> + <info> + <desc>Ask before Recalc</desc> + </info> + </enumeration> + </constraints> + <value>1</value> + </prop> + <prop oor:name="ODFRecalcMode" oor:type="xs:int" oor:nillable="false"> + <!-- UIHint: Tools - Options - Spreadsheet - Formula --> + <info> + <author>Kohei Yoshida</author> + <desc>Specifies whether to force a hard recalc after load on non-LibreOffice-generated ODF documents.</desc> </info> <constraints> <enumeration oor:value="0"> |