summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-11-28Clear the data cache here as well.libreoffice-4-2-milestone-2Kohei Yoshida
2013-11-28Clear column data cache here too.Kohei Yoshida
2013-11-27Crasher fix. Check for NULL.Kohei Yoshida
2013-11-27Clear the cache here too.Kohei Yoshida
2013-11-27Not a good idea. This makes group calculation 5 times slower.Kohei Yoshida
2013-11-27Don't forget to broadcast to chart objects.Kohei Yoshida
2013-11-27Broadcast changes on undo / redo of cell range deletion.Kohei Yoshida
2013-11-27Change these parameters.Kohei Yoshida
2013-11-28added unit test for horizontal MATCH, fdo#71589Eike Rathke
2013-11-27GPU Calc: using intrinsic isnan() to improve performance and compilation timeI-Jui (Ray) Sung
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida
2013-11-27GPU Calc: fix typo in NAN macroI-Jui (Ray) Sung
2013-11-27GPU Calc: fix compilation failure on Windows due to missing NAN macroI-Jui (Ray) Sung
2013-11-28macro "MULTI_THREAD_SHEET_PARSING" is not used [-Werror=unused-macros]Eike Rathke
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke
2013-11-27GPU Calc: fix regression caused by recent isValid() changeI-Jui (Ray) Sung
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard
2013-11-28checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard
2013-11-27fdo#70499 selectn of lock/unlocked cells with worksheet protection reversedNoel Power
2013-11-27We shouldn't check isValid() here.Kohei Yoshida
2013-11-27Move recalc on-load to after ScDocumentImport::finalize().Kohei Yoshida
2013-11-27Re-group formula cells before we do recalc on load (for xlsx).Kohei Yoshida
2013-11-26Fix additional bugs in the vector array fetching code.Kohei Yoshida
2013-11-27resolved fdo#53103 actually use the external data filter optionsEike Rathke
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard
2013-11-25add API to retrieve all available OpenCL platforms and devicesMarkus Mohrhard
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard
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-23resolved fdo#61946 use correct TabDelta for UpdateReferenceEike Rathke
2013-11-22GPU Calc: Testcase for Sums of Product that have out-of-bound windowWei Wei
2013-11-22GPU Calc: Sum of product doesn't check out-of-bound accessesWei Wei
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-22fdo#71722 add Excel 2010 functionsWinfried Donkers
2013-11-22fdo#71350 fix incorrect calculation of Excel function CONFIDENCE.TWinfried Donkers
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-21Ensure that when ds_profile is NULL, NATIVE_CPU is selected.Jagan Lokanatha
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