diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-10-04 12:40:20 +0300 |
---|---|---|
committer | Dennis Francis <dennis.francis@collabora.co.uk> | 2017-11-21 16:09:42 +0530 |
commit | 5222910f969390c64c18866834d9af53e7c4c189 (patch) | |
tree | 51b5104ddb0a1bde71cccd99b0e97584e4b0e536 /officecfg | |
parent | fd9d991ec02c3df178220031be6bd8b38c6c2c23 (diff) |
Make threaded calculation the default (when OpenCL is not used)
Introduce a configuration setting to turn it off. For now, can also be
turned off with the environment variable SC_NO_THREADED_CALCULATION,
but that is probably not something we want to keep or guarantee
staility of. (LO looks at way too many environment variables already.)
Change-Id: I469cde259eda72cc2d630814a25f707f1210b0ab
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index b1feca1825c6..72ac33b99413 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1416,6 +1416,12 @@ <info> <desc>Contains settings for how to calculate formulae.</desc> </info> + <prop oor:name="UseThreadedCalculationForFormulaGroups" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Whether to use threaded calculation of forumula groups when applicable.</desc> + </info> + <value>true</value> + </prop> <!-- Note: The default values below probably must correspond to those assigned in setOpenCLConfigToDefault() in sc/source/core/tool/calcconfig.cxx |