summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2013-12-13Fix performance regression from ScMatrix conversion to multi_type_matrix.libreoffice-4-2-milestone-5Kohei Yoshida
2013-12-12Fix "fit to column" breakage.Kohei Yoshida
2013-12-11Fix paste as link, and a test case to catch it in the future.Kohei Yoshida
2013-12-11WaE: : ignoring return value -Werror=unused-resultTomaž Vajngerl
2013-12-10fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida
2013-12-10Dump group types from pivot cache for debugging.Kohei Yoshida
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida
2013-12-10GPU Calc: cache more once compiled program in memorylibreoffice-4-2-milestone-4haochen
2013-12-09GPU Calc: fix compiler warnings regarding to member init orderI-Jui (Ray) Sung
2013-12-09Release cl_mem&kernel after sumifs reduction kernelhaochen
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-12-07correct UTF8 handling for FILTERXML, fdo#72427Markus Mohrhard
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida
2013-12-07check string boundsEike Rathke
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke
2013-12-03remove and reinsert formula cell from/to tree during CompileXMLEike Rathke
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers
2013-12-02in .xlsx import append a parameter for CEILING, FLOOR and WEEKNUM againEike Rathke
2013-12-02GPU Calc: cache the very last compiled program in memorylibreoffice-4-2-milestone-3I-Jui (Ray) Sung
2013-12-02release SolarMutex after successful tryToAcquire()Eike Rathke
2013-12-02Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan
2013-12-02we want to delete anytime that attribs are overwritten, fdo#72149Markus Mohrhard
2013-11-29WaE: empty bodyDavid Tardon
2013-11-29GPU Calc: fix compilation failuresI-Jui (Ray) Sung
2013-11-29GPU Calc: do not direclty inline constants coming from data cellsI-Jui (Ray) Sung
2013-11-29GPU Calc: WaE fixes.Michael Meeks
2013-11-29GPU Calc: reflect the true cost of InterpretTail more accurately.Michael Meeks
2013-11-29GPU Calc - disable printf console debugging.Michael Meeks
2013-11-29GPU Calc: NULL scores are really very high, it's an inverse scale.Michael Meeks
2013-11-29only call switchOpenCLDevice only onceMarkus Mohrhard
2013-11-29GPU Calc: Avoid dereferencing null 'score' field in some cases.Michael Meeks
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-27Change these parameters.Kohei Yoshida
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-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-27We shouldn't check isValid() here.Kohei Yoshida
2013-11-26Fix additional bugs in the vector array fetching code.Kohei Yoshida
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