diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-11-30 09:44:19 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-12-01 17:55:21 +0100 |
commit | d4afaa726ccc6dc622d1a7065aa21f710430657d (patch) | |
tree | 13cd68c99412bc141bdc416cf82b13ae997d3d59 /officecfg | |
parent | 42aedc2526b69409636dbcb4bdbff2e0bab8da5d (diff) |
sc interpreter: Don't hide S/W Interpreter behind an environment variable.
Instead provide a user setting that can be enabled so that the S/W Interpreter
is used on a subset of the operations. The operations for which it is used
are controlled by a whitelist in ScCalcConfig::setOpenCLConfigToDefault().
Change-Id: I7d3f3a864fcb1231e5484ec23961f14fca1466c5
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index ebfe66f5bb80..8fe1457d4520 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5642,6 +5642,13 @@ </info> <value oor:separator=";">Linux//Advanced Micro Devices, Inc\.//1445\.5 \(sse2,avx\);//Advanced Micro Devices, Inc\.//;//Intel\(R\) Corporation//;//NVIDIA Corporation//</value> </prop> + <prop oor:name="UseSwInterpreter" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Determines whether Software Interpreter can be used to speed + up some operations on Calc formulas.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="MacroRecorderMode" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Determines if the limited, and awkward code producing |