From b8d13501fd75c8b71f0ab7a0d3f5b965738a2c2e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 4 Oct 2017 12:40:20 +0300 Subject: 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 --- officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 6 ++++++ sc/source/core/data/formulacell.cxx | 8 ++++---- sc/source/core/tool/token.cxx | 5 +++-- 3 files changed, 13 insertions(+), 6 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 @@ Contains settings for how to calculate formulae. + + + Whether to use threaded calculation of forumula groups when applicable. + + true +