diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-06 18:02:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-06 19:54:05 +0200 |
commit | acaafc03e623ac25d4408605f34d50618926c5d0 (patch) | |
tree | 318155cc62f56d899c4a1c25de85bd076373348f /officecfg | |
parent | 567f51192483059ec57c16a6045141746d4b01f9 (diff) |
Add NORMSDIST to the default OpenCL use opcode subset
Change-Id: I7ee56f06e8e50180e31c01253c9100c11b485c0d
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 679e868ab5c8..e680389f8b92 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1373,7 +1373,7 @@ true, and a formula contains only these operators and functions, it might be calculated using OpenCL.</desc> </info> - <value>+;-;*;/;RAND;SIN;COS;TAN;ATAN;EXP;LN;SQRT;NORMSINV;ROUND;POWER;SUMPRODUCT;MIN;MAX;SUM;PRODUCT;AVERAGE;COUNT;VAR;NORMDIST;CORREL;COVAR;PEARSON;SLOPE;SUMIFS</value> + <value>+;-;*;/;RAND;SIN;COS;TAN;ATAN;EXP;LN;SQRT;NORMSDIST;NORMSINV;ROUND;POWER;SUMPRODUCT;MIN;MAX;SUM;PRODUCT;AVERAGE;COUNT;VAR;NORMDIST;CORREL;COVAR;PEARSON;SLOPE;SUMIFS</value> </prop> <prop oor:name="OpenCLAutoSelect" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options Spreadsheet Formula --> |