summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2013-12-06count notes - GetNotesInRange now include last tabLaurent Godard
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-03fix crash when no platform is availableMarkus Mohrhard
2013-12-03simplify logic in ScFuncDesc::getFormulaNoel Grandin
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin
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 memoryI-Jui (Ray) Sung
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-12-02release SolarMutex after successful tryToAcquire()Eike Rathke
2013-12-02Fix build without OpenCLTor Lillqvist
2013-12-02we want to delete anytime that attribs are overwritten, fdo#72149Markus Mohrhard
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers
2013-11-29GPU Calc: fix warningsI-Jui (Ray) Sung
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-29Drop duplicate #includeTakeshi Abe
2013-11-29only call switchOpenCLDevice only onceMarkus Mohrhard
2013-11-29GPU Calc: Avoid dereferencing null 'score' field in some cases.Michael Meeks
2013-11-28Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan
2013-11-28Background OpenCL compilation re-factoringTor Lillqvist
2013-11-28Crasher 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: 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-27GPU Calc: fix regression caused by recent isValid() changeI-Jui (Ray) Sung
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke
2013-11-27We shouldn't check isValid() here.Kohei Yoshida
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-26Fix additional bugs in the vector array fetching code.Kohei Yoshida
2013-11-26Reduce verbosity a bitTor Lillqvist
2013-11-26WaE: unused parameter 'bForceEvaluation'Tor Lillqvist
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: fixed a SUMPRODUCT problemI-Jui (Ray) Sung
2013-11-24checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard
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