summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-205-60/+55
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-2011-24/+24
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-208-19/+17
* GPU Calc: optimize average() handlingI-Jui (Ray) Sung2013-11-192-11/+17
* GPU Calc: Fix COUNT() regressionI-Jui (Ray) Sung2013-11-191-50/+36
* GPU Calc: support reductions without uniform window sizesI-Jui (Ray) Sung2013-11-191-7/+18
* GPU Calc: parallel reduction version of COUNTI-Jui (Ray) Sung2013-11-191-18/+8
* GPU Calc: separate out parallel reduction from DynamicKernelSlidingArgumentI-Jui (Ray) Sung2013-11-191-104/+186
* datastreams: implement address mode for inputMatúš Kukan2013-11-194-33/+164
* WaE: unused variable 'aFormula' [loplugin]Tor Lillqvist2013-11-191-0/+2
* GPU Calc: add an inline function to legalize inputs for reduction.I-Jui (Ray) Sung2013-11-192-3/+11
* Narrow it down a bit for the next visit.Kohei Yoshida2013-11-191-2/+2
* Temporarily disable this code to let the linker not fail on Windows.Kohei Yoshida2013-11-191-0/+2
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-195-10/+10
* simplify if conditionNoel Grandin2013-11-191-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-1921-37/+37
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-197-12/+12
* -Werror,-Wunused-private-fieldStephan Bergmann2013-11-191-2/+1
* GPU Calc: unrolling of sequential reduction loops for DoubleVectorRefsI-Jui (Ray) Sung2013-11-181-6/+240
* GPU Calc: add compile time option for using fmin/fmax intrinsicsI-Jui (Ray) Sung2013-11-182-2/+12
* GPU Calc: enables parallel min/max reductionI-Jui (Ray) Sung2013-11-181-12/+23
* Handle external reference bits too. This is the last missing piece.Kohei Yoshida2013-11-186-1/+86
* Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida2013-11-182-105/+82
* Don't forget to generate RPN tokens here.Kohei Yoshida2013-11-181-0/+2
* Try not to pass ScCompiler as a parameter.Kohei Yoshida2013-11-182-26/+26
* EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida2013-11-182-54/+7
* Handle matrix.Kohei Yoshida2013-11-182-20/+77
* Handle external functions (add-ins).Kohei Yoshida2013-11-182-2/+22
* Let's have makeRefStr() take individual parameters again.Kohei Yoshida2013-11-183-51/+65
* Handle sheet-local range names too.Kohei Yoshida2013-11-185-36/+109
* Handle named database ranges in CreateString().Kohei Yoshida2013-11-184-3/+54
* Pre-quote sheet names to avoid doing it every single time.Kohei Yoshida2013-11-182-7/+6
* We don't need this any more.Kohei Yoshida2013-11-181-56/+11
* Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida2013-11-183-47/+57
* Handle global range names and use CreateString() during xlsx import.Kohei Yoshida2013-11-185-28/+86
* Test correct quoting of sheet names.Kohei Yoshida2013-11-181-2/+16
* fixed out-of-bounds string accessEike Rathke2013-11-181-1/+1
* GPU Calc: turn on parallel sumifs and parallel sum reduceI-Jui (Ray) Sung2013-11-181-23/+11
* GPU Calc: testcases for horizontal rangesI-Jui (Ray) Sung2013-11-182-0/+32
* GPU Calc: implement horizontal ranges as multiple VectorRefsI-Jui (Ray) Sung2013-11-183-26/+47
* datastreams: make toolbar docked, hidden and show it when starting streamingMatúš Kukan2013-11-181-1/+26
* GPU Calc: re-enable parallel sum reduction after fixing regressionsI-Jui (Ray) Sung2013-11-181-6/+11
* Remove now incorrect commentTor Lillqvist2013-11-181-5/+0
* GPU Calc: fall back to SW interp for unsupported double vector variantsI-Jui (Ray) Sung2013-11-181-0/+3
* GPU Calc: fix regression caused by reductionI-Jui (Ray) Sung2013-11-181-1/+1
* GPU Calc: fix building error on WindowsI-Jui (Ray) Sung2013-11-171-9/+7
* GPU Calc: refactor: separate VectorRef out of DynamicKernelArgumentI-Jui (Ray) Sung2013-11-173-58/+96
* GPU calc: refactor code for sum reduction andWei Wei2013-11-172-20/+21
* disable test if no OpenCL platform is foundMarkus Mohrhard2013-11-181-0/+3
* GPU Calc: add tolerance when expected == 0 for weibullI-Jui (Ray) Sung2013-11-171-1/+2