diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-11-18 10:34:55 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-11-18 10:36:21 +1100 |
commit | 0b8f49366a4d37343245382ff90c74b4166d2ab3 (patch) | |
tree | b8dfd6d0f3295fb57770f86bce3e7e04a30d5322 /officecfg | |
parent | 414c2e2d5ae4c47865adf0338ef7e117fbb8775e (diff) |
officecfg, opencl, calc: readd comment detailing what the OpenCL values mean.
Change-Id: I8acff5eb524de477935d06942ab0c9335fbc50ff
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 31395a9f977b..b31a2e1af792 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1371,6 +1371,7 @@ <desc>The list of operator and function opcodes for which to use OpenCL. If a formula contains only these operators and functions, it might be calculated using OpenCL.</desc> + <!-- numeric values correspond to RAND;SIN;COS;TAN;ATAN;EXP;LN;SQRT;NORMSINV;ROUND;POWER;SUBPRODUCT;PROUDCT;NORMDIST;MIN;MAX;SUM;AVERAGE;SUMIFS --> </info> <value>66;82;83;84;88;102;103;104;149;204;209;213;222;223;224;225;226;236;403</value> </prop> |