summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2013-12-28fix invalid string access in OUString::copyMarkus Mohrhard1-1/+1
2013-12-27fdo#72874: Strip const-ness from pointer value when setting it to storage.Kohei Yoshida1-4/+7
2013-12-26fix handling of range parameters in COUNT, fdo#72999Markus Mohrhard1-1/+1
2013-12-19Backport Calc's data stream massive cleanup effort.Kohei Yoshida4-3/+165
2013-12-18count notes - GetNotesInRange now include last tabLaurent Godard1-1/+1
2013-12-17WaE: unused parameter 'bForceEvaluation'Tor Lillqvist1-0/+2
2013-12-13Fix performance regression from ScMatrix conversion to multi_type_matrix.libreoffice-4-2-milestone-5Kohei Yoshida1-33/+33
2013-12-12Fix "fit to column" breakage.Kohei Yoshida1-1/+1
2013-12-11Fix paste as link, and a test case to catch it in the future.Kohei Yoshida1-1/+1
2013-12-11WaE: : ignoring return value -Werror=unused-resultTomaž Vajngerl1-1/+2
2013-12-10fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida1-20/+37
2013-12-10Dump group types from pivot cache for debugging.Kohei Yoshida1-15/+53
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida2-0/+111
2013-12-10GPU Calc: cache more once compiled program in memorylibreoffice-4-2-milestone-4haochen1-10/+18
2013-12-09GPU Calc: fix compiler warnings regarding to member init orderI-Jui (Ray) Sung1-2/+2
2013-12-09Release cl_mem&kernel after sumifs reduction kernelhaochen1-3/+12
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-2/+2
2013-12-07correct UTF8 handling for FILTERXML, fdo#72427Markus Mohrhard1-3/+3
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida1-6/+43
2013-12-07check string boundsEike Rathke1-2/+2
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida2-4/+460
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida3-3/+31
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke2-2/+2
2013-12-03remove and reinsert formula cell from/to tree during CompileXMLEike Rathke1-0/+7
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers3-2/+27
2013-12-02in .xlsx import append a parameter for CEILING, FLOOR and WEEKNUM againEike Rathke1-17/+39
2013-12-02GPU Calc: cache the very last compiled program in memorylibreoffice-4-2-milestone-3I-Jui (Ray) Sung1-21/+36
2013-12-02release SolarMutex after successful tryToAcquire()Eike Rathke1-1/+5
2013-12-02Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan1-2/+3
2013-12-02we want to delete anytime that attribs are overwritten, fdo#72149Markus Mohrhard1-1/+1
2013-11-29WaE: empty bodyDavid Tardon1-0/+2
2013-11-29GPU Calc: fix compilation failuresI-Jui (Ray) Sung1-10/+11
2013-11-29GPU Calc: do not direclty inline constants coming from data cellsI-Jui (Ray) Sung1-9/+24
2013-11-29GPU Calc: WaE fixes.Michael Meeks1-2/+5
2013-11-29GPU Calc: reflect the true cost of InterpretTail more accurately.Michael Meeks1-0/+8
2013-11-29GPU Calc - disable printf console debugging.Michael Meeks1-2/+2
2013-11-29GPU Calc: NULL scores are really very high, it's an inverse scale.Michael Meeks1-1/+1
2013-11-29only call switchOpenCLDevice only onceMarkus Mohrhard1-4/+8
2013-11-29GPU Calc: Avoid dereferencing null 'score' field in some cases.Michael Meeks1-6/+13
2013-11-27Crasher fix. Check for NULL.Kohei Yoshida1-1/+1
2013-11-27Clear the cache here too.Kohei Yoshida1-0/+4
2013-11-27Not a good idea. This makes group calculation 5 times slower.Kohei Yoshida1-14/+0
2013-11-27Change these parameters.Kohei Yoshida1-2/+2
2013-11-27GPU Calc: using intrinsic isnan() to improve performance and compilation timeI-Jui (Ray) Sung1-1/+1
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida2-0/+19
2013-11-27GPU Calc: fix typo in NAN macroI-Jui (Ray) Sung1-1/+1
2013-11-27GPU Calc: fix compilation failure on Windows due to missing NAN macroI-Jui (Ray) Sung1-0/+8
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke3-3/+106
2013-11-27GPU Calc: fix regression caused by recent isValid() changeI-Jui (Ray) Sung2-15/+66
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard3-3/+52