summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/formulagroupcl.cxx
diff options
context:
space:
mode:
authordechuang <dechuang@multicorewareinc.com>2013-12-11 16:28:53 +0800
committerI-Jui (Ray) Sung <ray@multicorewareinc.com>2013-12-19 17:53:46 -0600
commit4e4447b3a97c882c3b035138f1e6daeff68d770b (patch)
treecc8cf610b7b44518e46ab0bc3de172da7ae77567 /sc/source/core/opencl/formulagroupcl.cxx
parentfa797e8874d0b7fc8d22ed49b1ac6fa66124bc27 (diff)
GPU Calc: implemented for DVAR
AMLOEXT-342 FIX Change-Id: I43e5fa96b11788574cc6488ef27d882a0b5ed260 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
Diffstat (limited to 'sc/source/core/opencl/formulagroupcl.cxx')
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index a38266dd448a..62329a611c84 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -2400,6 +2400,10 @@ DynamicKernelSoPArguments::DynamicKernelSoPArguments(
mvSubArguments.push_back(SoPHelper(ts,
ft->Children[i], new OpDsum));
break;
+ case ocDBVar:
+ mvSubArguments.push_back(SoPHelper(ts,
+ ft->Children[i], new OpDvar));
+ break;
case ocExternal:
if ( !(pChild->GetExternal().compareTo(OUString(
"com.sun.star.sheet.addin.Analysis.getEffect"))))