summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard
2013-11-25Really disable multi-threaded sheet parsing.Kohei Yoshida
2013-11-25add API to retrieve all available OpenCL platforms and devicesMarkus Mohrhard
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard
2013-11-25Allow worker threads to use their own FastParser instances.Kohei Yoshida
2013-11-25Add hook to optionally enable threaded sheet stream parsing.Kohei Yoshida
2013-11-25fdo#70499 selectn of lock/unlocked cells with worksheet protection reversedNoel Power
2013-11-25GPU Calc: a test case for unrolling SumOfProductI-Jui (Ray) Sung
2013-11-25GPU Calc: fixed a SUMPRODUCT problemI-Jui (Ray) Sung
2013-11-24checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard
2013-11-24Support regression curve name in old binary XLS XP/2k/2k3 format.Tomaž Vajngerl
2013-11-24Fix detection of force intercept in XLS 97/2000/XP format.Tomaž Vajngerl
2013-11-23resolved fdo#61946 use correct TabDelta for UpdateReferenceEike Rathke
2013-11-22GPU Calc: Sum of product doesn't check out-of-bound accessesWei Wei
2013-11-22GPU Calc: Testcase for Sums of Product that have out-of-bound windowWei Wei
2013-11-22do not insert extraneous parameter in importEike Rathke
2013-11-22GPU Calc: using intrinsic isnan()I-Jui (Ray) Sung
2013-11-22GPU Calc: test case for parallel count()I-Jui (Ray) Sung
2013-11-22GPU Calc: fix a parallel COUNT() problem when input vector size > 512I-Jui (Ray) Sung
2013-11-22more tests for new Excel 2010 functions, fdo#70798Eike Rathke
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida
2013-11-22Set default cell style directly, without UNO API.Kohei Yoshida
2013-11-22More removal of UNO API for setting document properties.Kohei Yoshida
2013-11-22Call the method directly via ScDocument, not via obscure UNO API.Kohei Yoshida
2013-11-22Shrink class sizes a bit.Kohei Yoshida
2013-11-22Avoid re-drawing progress bar too frequently.Kohei Yoshida
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin
2013-11-21Ensure that when ds_profile is NULL, NATIVE_CPU is selected.Jagan Lokanatha
2013-11-21fdo#71350 fix incorrect calculation of Excel function CONFIDENCE.TWinfried Donkers
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida
2013-11-20GPU Calc: fixed missing assigment operator in unrollinglibreoffice-4-2-milestone-1I-Jui (Ray) Sung
2013-11-21Use SAL_INFO() instead of printf()Tor Lillqvist
2013-11-20GPU Calc: re-enable parallel SUMIFSI-Jui (Ray) Sung
2013-11-20Result should be in seconds, not microsecondsTor Lillqvist
2013-11-20Simply use a separate temp variableTor Lillqvist
2013-11-20Rename timerStop() to timerCurrent() as it doesn't "stop" anythingTor Lillqvist
2013-11-20Simplify "timer" code and add OS X implementationTor Lillqvist
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers
2013-11-20DynamicKernel isn't needed outside formulagroupcl.cxx after allTor Lillqvist
2013-11-20Fix a few of my own thinkos, and add some assertionsTor Lillqvist
2013-11-20Bin comment that is now weirdly placed after mergesTor Lillqvist
2013-11-20Fix leftover wrongly named header in #includeTor Lillqvist
2013-11-20Try to make the background OpenCL compilation conditional at run-timeTor Lillqvist
2013-11-20Fix some life-cycle issues for backgroup OpenCL kernel compilationTor Lillqvist
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist
2013-11-20Avoid crash in unit testTor Lillqvist