summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin
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-19WaE: unused variable 'aFormula' [loplugin]Tor Lillqvist
2013-11-19GPU Calc: add an inline function to legalize inputs for reduction.I-Jui (Ray) Sung
2013-11-19Narrow it down a bit for the next visit.Kohei Yoshida
2013-11-19Temporarily disable this code to let the linker not fail on Windows.Kohei Yoshida
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-18Test correct quoting of sheet names.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: testcases for horizontal rangesI-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-18Remove now incorrect commentTor Lillqvist
2013-11-18GPU Calc: fall back to SW interp for unsupported double vector variantsI-Jui (Ray) Sung