summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-12-20 12:50:29 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-12-20 14:44:33 -0500
commit70967b66f3a78833a2a5292e44f2b5e16033ea96 (patch)
tree443d57f2578fbe5bb0b9e07064661221ca10c473 /officecfg/registry/schema/org/openoffice
parent1e882f60013bae90b734a8f2ad90421550b39e83 (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/registry/schema/org/openoffice')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs27
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">