diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-10 11:19:38 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-10 15:17:55 +0100 |
commit | 34c157e0032e182a044979ce210009decb20e755 (patch) | |
tree | b00b1b2ff37f93b44f91ec2de7c19b4febfc7ddd /officecfg | |
parent | 688c668003739042c2431ec3f7a94d6b3ac6998a (diff) |
improve the recalc dialog for ooxml
Change-Id: I94ea2d52f86a340ce3802ea4b63642cfc637bd2d
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 14ce6caf619f..2dd5d7cb7021 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1506,6 +1506,36 @@ <value>false</value> </prop> </group> + <group oor:name="Load"> + <info> + <desc>Contains settings that affect formula handling while laoding.</desc> + </info> + <prop oor:name="OOXMLRecalcMode" oor:type="xs:int" oor:nillable="false"> + <!-- UIHint: Tools - Options - Spreadsheet - Formula --> + <info> + <author>Markus Mohrhard</author> + <desc>Specifies whether to force a hard recalc after load</desc> + </info> + <constraints> + <enumeration oor:value="0"> + <info> + <desc>Recalc always</desc> + </info> + </enumeration> + <enumeration oor:value="1"> + <info> + <desc>Ask before Recalc</desc> + </info> + </enumeration> + <enumeration oor:value="2"> + <info> + <desc>Recalc never</desc> + </info> + </enumeration> + </constraints> + <value>1</value> + </prop> + </group> </group> <group oor:name="Revision"> <info> |