summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers4-3/+28
2013-12-03Support regression curve name in old binary XLS XP/2k/2k3 format.Tomaž Vajngerl5-2/+30
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-02store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADDEike Rathke2-2/+18
2013-12-02release SolarMutex after successful tryToAcquire()Eike Rathke1-1/+5
2013-12-02sc: no such thing as std::vector::findMichael Stahl1-1/+5
2013-12-02sc: threaded parsing of the core data inside large XLSX filesMichael Meeks6-154/+285
2013-12-02Allow worker threads to use their own FastParser instances.Kohei Yoshida3-7/+201
2013-12-02make data streams an experimental featureMatúš Kukan3-5/+16
2013-12-02fix memory leakMatúš Kukan1-0/+1
2013-12-02datastreams: No need to disable undo. We do not add undo actions.Matúš Kukan2-4/+0
2013-12-02datastreams: Simplify code for importing CSV data.Matúš Kukan2-13/+77
2013-12-02datastreams: for security, ask before executing a script when importingMatúš Kukan3-9/+57
2013-12-02Let's use ScRefreshTimer for data streams instead of our own thread.Matúš Kukan4-53/+26
2013-12-02Allow to edit data stream from Edit-> Links... dialog.Matúš Kukan4-21/+65
2013-12-02export data streams; pretend to be an area linkMatúš Kukan5-59/+111
2013-12-02Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan5-24/+59
2013-12-02Rework data streams to be more like file links (ScAreaLink).Matúš Kukan10-223/+285
2013-12-02don't use fixed size icon sets, fdo#62652Markus Mohrhard1-2/+3
2013-12-02we want to delete anytime that attribs are overwritten, fdo#72149Markus Mohrhard1-1/+1
2013-12-01fdo#72078 make status bar text localizableAndras Timar1-4/+2
2013-12-01Add strings in statistics dialogs to the SRC/HRC file.Tomaž Vajngerl12-50/+166
2013-12-01fix 2D vs 3D coordinatesystem regression, fdo#67300Markus Mohrhard1-2/+2
2013-12-01make the validation tool happyMarkus Mohrhard1-1/+1
2013-12-01more OOXML export validation fixes, fdo#71971Markus Mohrhard1-5/+9
2013-12-01write valid dxf record, related fdo#71971Markus Mohrhard1-6/+6
2013-11-30mark non-translatable .ui strings explicitely as suchAndras Timar2-9/+9
2013-11-29our UI DURATION is ODF and Excel PDURATIONEike Rathke1-1/+1
2013-11-29typo: seperator -> separatorAndras Timar2-3/+3
2013-11-29WaE: empty bodyDavid Tardon1-0/+2
2013-11-29typos in UIAndras Timar1-1/+1
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-28Clear the data cache here as well.libreoffice-4-2-milestone-2Kohei Yoshida1-0/+1
2013-11-28Clear column data cache here too.Kohei Yoshida1-0/+1
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-27Don't forget to broadcast to chart objects.Kohei Yoshida1-0/+2
2013-11-27Broadcast changes on undo / redo of cell range deletion.Kohei Yoshida3-0/+26
2013-11-27Change these parameters.Kohei Yoshida1-2/+2
2013-11-28added unit test for horizontal MATCH, fdo#71589Eike Rathke1-1/+47
2013-11-27GPU Calc: using intrinsic isnan() to improve performance and compilation timeI-Jui (Ray) Sung1-1/+1