summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19GPU Calc: optimize average() handlingI-Jui (Ray) Sung
2013-11-19GPU Calc: Fix COUNT() regressionI-Jui (Ray) Sung
2013-11-19GPU Calc: support reductions without uniform window sizesI-Jui (Ray) Sung
2013-11-19GPU Calc: parallel reduction version of COUNTI-Jui (Ray) Sung
2013-11-19GPU Calc: separate out parallel reduction from DynamicKernelSlidingArgumentI-Jui (Ray) Sung
2013-11-19datastreams: implement address mode for inputMatúš Kukan
2013-11-19GPU Calc: add an inline function to legalize inputs for reduction.I-Jui (Ray) Sung
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-19simplify if conditionNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-19-Werror,-Wunused-private-fieldStephan Bergmann
2013-11-18GPU Calc: unrolling of sequential reduction loops for DoubleVectorRefsI-Jui (Ray) Sung
2013-11-18GPU Calc: add compile time option for using fmin/fmax intrinsicsI-Jui (Ray) Sung
2013-11-18GPU Calc: enables parallel min/max reductionI-Jui (Ray) Sung
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida
2013-11-18Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida
2013-11-18Don't forget to generate RPN tokens here.Kohei Yoshida
2013-11-18Try not to pass ScCompiler as a parameter.Kohei Yoshida
2013-11-18EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida
2013-11-18Handle matrix.Kohei Yoshida
2013-11-18Handle external functions (add-ins).Kohei Yoshida
2013-11-18Let's have makeRefStr() take individual parameters again.Kohei Yoshida
2013-11-18Handle sheet-local range names too.Kohei Yoshida
2013-11-18Handle named database ranges in CreateString().Kohei Yoshida
2013-11-18Pre-quote sheet names to avoid doing it every single time.Kohei Yoshida
2013-11-18We don't need this any more.Kohei Yoshida
2013-11-18Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida
2013-11-18fixed out-of-bounds string accessEike Rathke
2013-11-18GPU Calc: turn on parallel sumifs and parallel sum reduceI-Jui (Ray) Sung
2013-11-18GPU Calc: implement horizontal ranges as multiple VectorRefsI-Jui (Ray) Sung
2013-11-18datastreams: make toolbar docked, hidden and show it when starting streamingMatúš Kukan
2013-11-18GPU Calc: re-enable parallel sum reduction after fixing regressionsI-Jui (Ray) Sung
2013-11-18GPU Calc: fall back to SW interp for unsupported double vector variantsI-Jui (Ray) Sung
2013-11-18GPU Calc: fix regression caused by reductionI-Jui (Ray) Sung
2013-11-17GPU Calc: fix building error on WindowsI-Jui (Ray) Sung
2013-11-17GPU Calc: refactor: separate VectorRef out of DynamicKernelArgumentI-Jui (Ray) Sung
2013-11-17GPU calc: refactor code for sum reduction andWei Wei
2013-11-17GPU Calc: implemented SUMPRODUCT WITH FIXED WINDOWSyiming ju
2013-11-17use the correct formula grammar for export, fdo#71549Markus Mohrhard
2013-11-17fix problem with retriving vendor information from opencl devicesMarkus Mohrhard
2013-11-17add a way to blacklist known bad OpenCL compilersMarkus Mohrhard
2013-11-17GPU Calc: unit test cases for ANDminwang
2013-11-17GPU Calc: implemented for ANDminwang
2013-11-17fdo#71652 - change thousand separate descriptionJoel Madero
2013-11-17GPU Calc: remove CL_QUEUE_THREAD_HANDLE_AMD queryI-Jui (Ray) Sung