diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-12-20 12:50:29 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-12-20 14:44:21 -0500 |
commit | aa5e5de62dd80a4c8be64f809d1607c4d7407fa4 (patch) | |
tree | 6e58b6d9932af6b3a43307435a63090e56a37a88 /officecfg | |
parent | 6c336f4e07835f3f7969531f5fc69c6ac153920a (diff) |
Add new option for recalculation policy when loading ODF into Calc.
This applies only to those documents that are generated by non-LibreOffice
applications.
Change-Id: I98a7877df36c5de74e4f6f6d09a67e171cbab4a3
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"> |