summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-02-28GPU-Calc: remove the flag of USE_HOST_PTR and ALLOC_HOST_PTRlibreoffice-4-2-milestone-6Wei Wei
2014-02-28GPU-Calc: Change the szHostBuffer to fix the out of boundary bugWei Wei
2014-02-28Store the length of originally requested array size prior to trimming.Kohei Yoshida
2014-02-28Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida
2013-12-13Fix performance regression from ScMatrix conversion to multi_type_matrix.libreoffice-4-2-milestone-5Kohei Yoshida
2013-12-12Fix "fit to column" breakage.Kohei Yoshida
2013-12-12resolved fdo#67205 CRITBINOM and BINOM.INV, use ODF OpenFormula descriptionEike Rathke
2013-12-12probabilty -> probabilityEike Rathke
2013-12-12getStatusIndicator can apparently return nullStephan Bergmann
2013-12-11Fix paste as link, and a test case to catch it in the future.Kohei Yoshida
2013-12-11Let's use a status indicator while exporting to xlsx.Kohei Yoshida
2013-12-11WaE: : ignoring return value -Werror=unused-resultTomaž Vajngerl
2013-12-10fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida
2013-12-10Dump group types from pivot cache for debugging.Kohei Yoshida
2013-12-10fdo#66969: Set selected page name after building all dimension members.Kohei Yoshida
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida
2013-12-10GPU Calc: cache more once compiled program in memorylibreoffice-4-2-milestone-4haochen
2013-12-09GPU Calc: fix compiler warnings regarding to member init orderI-Jui (Ray) Sung
2013-12-09Release cl_mem&kernel after sumifs reduction kernelhaochen
2013-12-10be able to read the correct 'sort-ascending' value, fdo#72548Eike Rathke
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-12-09SearchResults dialog: Use also AlignToCursor when setting cursor.Matúš Kukan
2013-12-09fdo#72413: Fix O(n^2) in inserting SearchResults' items.Matúš Kukan
2013-12-08Fix detection of force intercept in XLS 97/2000/XP format.Tomaž Vajngerl
2013-12-07correct UTF8 handling for FILTERXML, fdo#72427Markus Mohrhard
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida
2013-12-07check string boundsEike Rathke
2013-12-06resolved fdo#66564 calculate formula cell once if AutoCalc disabledEike Rathke
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida
2013-12-05Insert hyperlinks via ScDocumentImport.Kohei Yoshida
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida
2013-12-05fixed out of bounds string accessEike Rathke
2013-12-05Test our re-grouping of formula cells on load.Kohei Yoshida
2013-12-05Close the document when done.Kohei Yoshida
2013-12-05New test document to handle Excel's wrong shared formula range.Kohei Yoshida
2013-12-05oox: remove debugging printf.Michael Meeks
2013-12-05oox: render progress bar in main thread for threaded import.Michael Meeks
2013-12-05Resolves: fdo#72280 Wrong title for Analysis of Variance (ANOVA) dialogJulien Nabet
2013-12-04Update the comment & use the column position of the last formula record.Kohei Yoshida
2013-12-04Never attempt to create formula groups based on Excel's shared formula ranges.Kohei Yoshida
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke
2013-12-04Assign top cell to the formula group if it's still NULL.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-03Support regression curve name in old binary XLS XP/2k/2k3 format.Tomaž Vajngerl
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 memorylibreoffice-4-2-milestone-3I-Jui (Ray) Sung
2013-12-02store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADDEike Rathke
2013-12-02release SolarMutex after successful tryToAcquire()Eike Rathke