summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-12-28only write new element and attributes in ODF 1.2 extendedMarkus Mohrhard1-1/+1
2013-12-28fix invalid string access in OUString::copyMarkus Mohrhard1-1/+1
2013-12-27fdo#72874: Strip const-ness from pointer value when setting it to storage.Kohei Yoshida3-4/+50
2013-12-26fix handling of range parameters in COUNT, fdo#72999Markus Mohrhard1-1/+1
2013-12-21build fixAndras Timar1-1/+2
2013-12-20Put all these back in...Kohei Yoshida1-2/+11
2013-12-20Call Yield() to unblock the main thread when refreshing.Kohei Yoshida1-9/+2
2013-12-20prepare to read loext:vertical-justify, fdo#72922Eike Rathke1-1/+5
2013-12-20Resolves: fdo#72682 text field doesn't horizontally expandCaolán McNamara1-8/+12
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke2-9/+9
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-3/+3
2013-12-19Backport Calc's data stream massive cleanup effort.Kohei Yoshida35-363/+1174
2013-12-19fixed crash when invoking sort on an empty sheet's entire column, fdo#72874Eike Rathke1-3/+8
2013-12-18count notes - GetNotesInRange now include last tabLaurent Godard3-8/+8
2013-12-18counting notes is per table, not on the whole documentLaurent Godard1-1/+4
2013-12-17OCppunitTest_sc_opencl_test: only depend on scopencl if ENABLE_OPENCL.Andrzej J.R. Hunt1-1/+1
2013-12-17WaE: unused parameter 'bForceEvaluation'Tor Lillqvist1-0/+2
2013-12-16typo: start period is S, thus 'A = 1' -> 'S = 1'Andras Timar1-2/+2
2013-12-16initial install-package-foo target for partial installsBjoern Michaelsen1-1/+1
2013-12-13datastreams: Improve usability of the dialog.Jan Holesovsky3-177/+185
2013-12-13fdo#70989: Change wording from "Output Range" to "Results to".Kohei Yoshida7-7/+7
2013-12-13Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805Noel Power1-26/+4
2013-12-13Fix performance regression from ScMatrix conversion to multi_type_matrix.libreoffice-4-2-milestone-5Kohei Yoshida1-33/+33
2013-12-12Fix "fit to column" breakage.Kohei Yoshida1-1/+1
2013-12-12resolved fdo#67205 CRITBINOM and BINOM.INV, use ODF OpenFormula descriptionEike Rathke1-2/+2
2013-12-12probabilty -> probabilityEike Rathke1-1/+1
2013-12-12getStatusIndicator can apparently return nullStephan Bergmann1-4/+8
2013-12-11Fix paste as link, and a test case to catch it in the future.Kohei Yoshida3-2/+42
2013-12-11Let's use a status indicator while exporting to xlsx.Kohei Yoshida4-4/+21
2013-12-11WaE: : ignoring return value -Werror=unused-resultTomaž Vajngerl1-1/+2
2013-12-10fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida2-25/+42
2013-12-10Dump group types from pivot cache for debugging.Kohei Yoshida1-15/+53
2013-12-10fdo#66969: Set selected page name after building all dimension members.Kohei Yoshida2-1/+39
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida4-0/+128
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