summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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-10be able to read the correct 'sort-ascending' value, fdo#72548Eike Rathke1-0/+6
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin5-26/+18
2013-12-09SearchResults dialog: Use also AlignToCursor when setting cursor.Matúš Kukan1-0/+1
2013-12-09fdo#72413: Fix O(n^2) in inserting SearchResults' items.Matúš Kukan1-0/+2
2013-12-08Fix detection of force intercept in XLS 97/2000/XP format.Tomaž Vajngerl1-8/+1
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 Yoshida2-6/+46
2013-12-07check string boundsEike Rathke1-2/+2
2013-12-06resolved fdo#66564 calculate formula cell once if AutoCalc disabledEike Rathke1-1/+13
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida4-25/+466
2013-12-05Insert hyperlinks via ScDocumentImport.Kohei Yoshida1-38/+22
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida8-21/+73
2013-12-05fixed out of bounds string accessEike Rathke1-4/+8
2013-12-05Test our re-grouping of formula cells on load.Kohei Yoshida1-0/+12
2013-12-05Close the document when done.Kohei Yoshida1-0/+2
2013-12-05New test document to handle Excel's wrong shared formula range.Kohei Yoshida2-1/+33
2013-12-05oox: remove debugging printf.Michael Meeks1-1/+0
2013-12-05oox: render progress bar in main thread for threaded import.Michael Meeks3-22/+136
2013-12-05Resolves: fdo#72280 Wrong title for Analysis of Variance (ANOVA) dialogJulien Nabet1-1/+1
2013-12-04Update the comment & use the column position of the last formula record.Kohei Yoshida1-5/+3
2013-12-04Never attempt to create formula groups based on Excel's shared formula ranges.Kohei Yoshida5-87/+48
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke5-1/+24
2013-12-04Assign top cell to the formula group if it's still NULL.Kohei Yoshida1-9/+25
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke7-10/+10
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 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