summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers
2013-11-29static, not mysteriousStephan Bergmann
2013-11-29WaE: Silence bogus MSVC 2012 warningTor Lillqvist
2013-11-29GPU Calc: fix warningsI-Jui (Ray) Sung
2013-11-29WaE: empty bodyDavid Tardon
2013-11-29typos in UIAndras Timar
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-28fix error C3665: override specifier 'override' not allowed on a destructorMatúš Kukan
2013-11-28make data streams an experimental featureMatúš Kukan
2013-11-28fix memory leakMatúš Kukan
2013-11-28datastreams: No need to disable undo. We do not add undo actions.Matúš Kukan
2013-11-28datastreams: Simplify code for importing CSV data.Matúš Kukan
2013-11-28datastreams: for security, ask before executing a script when importingMatúš Kukan
2013-11-28Let's use ScRefreshTimer for data streams instead of our own thread.Matúš Kukan
2013-11-28Allow to edit data stream from Edit-> Links... dialog.Matúš Kukan
2013-11-28export data streams; pretend to be an area linkMatúš Kukan
2013-11-28Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan
2013-11-28Rework data streams to be more like file links (ScAreaLink).Matúš Kukan
2013-11-28drop unused RID_SCDLG_DATABARCaolán McNamara
2013-11-28Background OpenCL compilation re-factoringTor Lillqvist
2013-11-28combobox text entries appear to have gotten swapped aroundCaolán McNamara
2013-11-28Clear the data cache here as well.Kohei Yoshida
2013-11-28Clear column data cache here too.Kohei Yoshida
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-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: 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-27Unbreak the buildKatarina Behrens
2013-11-27Converted data bar options dialog to .uiKatarina Behrens
2013-11-27Converted data bar options dialog to .uiKatarina Behrens
2013-11-27Converted data bar options dialog to .uiKatarina Behrens
2013-11-27sc: no such thing as std::vector::findMichael Stahl
2013-11-27We shouldn't check isValid() here.Kohei Yoshida