summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-02-03Resolves: tdf#88786 correct matrix sub operationEike Rathke2-3/+3
2015-02-03Related: fdo#88455 crash using delete in available fieldsCaolán McNamara2-8/+12
2015-02-02tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh8-68/+105
2015-01-30Resolves: tdf#88740 parse with locale decimal separatorEike Rathke1-6/+26
2015-01-26Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...Németh László5-71/+3
2015-01-26fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh5-3/+71
2015-01-25Resolves: tdf#81124 crash on setting autofilter on column with no contentCaolán McNamara1-1/+2
2015-01-23make this work also for an overlapping merge range, fdo#87382 follow-upEike Rathke1-7/+18
2015-01-23Resolves: fdo#88735 crash after calling sort after subtotal removalCaolán McNamara1-1/+1
2015-01-23fix abuse of OUStringBuffer(int) ctorEike Rathke2-2/+4
2015-01-23Resolves: fdo#88721 correct negated condition in range name validationEike Rathke1-1/+1
2015-01-22Resolves: fdo#88455 delete in empty data field crashesCaolán McNamara1-5/+10
2015-01-22don't access empty range list, could be rhbz#1180312Eike Rathke1-0/+3
2015-01-21Revert "Globally disable threading for these for now."Michael Meeks1-1/+0
2015-01-21fdo#88578: Focus on first checkbox when showing calc paste special dialogThomas Viehmann1-0/+1
2015-01-21fdo88632: Make the Calc random functions non-random when requestedTor Lillqvist2-3/+4
2015-01-21Add RAND to the default subset of opcodes for which we trust our OpenCLTor Lillqvist1-0/+1
2015-01-21Rewrite the RAND() OpenCL implementation to actually be randomTor Lillqvist1-21/+322
2015-01-20fdo#88623 replace std::deque with std::vector in xlsx savingLászló Németh2-3/+3
2015-01-19in COUNT() use ConvertStringToValue() for literal string argumentsEike Rathke1-6/+20
2015-01-19fdo#88339 Fixed Calc constrained image movementTrent MacAlpine1-3/+16
2015-01-19rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl2-27/+6
2015-01-19WaE: implicit conversion (IntegralToFloating) from bool to 'const double'Tor Lillqvist1-1/+1
2015-01-16fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida7-8/+95
2015-01-14sc: fix use-after-free race in ScCellRangesBaseMichael Stahl1-0/+6
2015-01-12only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard3-3/+15
2015-01-12fdo#87382 Improper display of selected mergedHenry Castro1-2/+7
2015-01-10Resolves: fdo#85617 always store fully encoded external document nameEike Rathke5-12/+18
2015-01-10handle index based external refs in formulas in ooxml import, fdo#85617Markus Mohrhard1-3/+28
2015-01-08sc: ODF import of data pilot:Michael Stahl1-1/+0
2015-01-08improve performance of some matrix operations, related fdo#83187Markus Mohrhard3-16/+317
2015-01-07handle relative refs correctly in xls import, fdo#80091Markus Mohrhard1-2/+5
2015-01-07relative refs wrap around in xls, fdo#84556Markus Mohrhard2-7/+16
2015-01-07we want to compare two different cells, fdo#85353Markus Mohrhard1-1/+1
2015-01-07reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard4-12/+30
2015-01-07fix another validation error for OOXML, related fdo#40746Markus Mohrhard1-7/+11
2015-01-07fix OOXML validation error, related fdo#40746Markus Mohrhard1-6/+10
2015-01-07fix OOXML validation errorsMarkus Mohrhard1-0/+6
2015-01-07fdo#81286 : Instant updates in SUM/AVERAGE in status barDeena Francis1-1/+1
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist4-42/+1
2015-01-06Better fix for fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-2/+2
2015-01-06Check number of cells referenced by group instead of group sizeTor Lillqvist4-1/+42
2015-01-04use the correct tab for sheet local names, fdo#81195Markus Mohrhard1-2/+2
2015-01-01fdo#87442 restore simple listboxAndras Timar1-0/+1
2014-12-23Don't crash when nIndex < 0Matúš Kukan1-1/+1
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke4-21/+93
2014-12-22comment on COUNTBLANK() why we do what we doEike Rathke1-3/+11
2014-12-22Resolves fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-1/+4
2014-12-19valgrind: initialize theseCaolán McNamara1-3/+3
2014-12-18fdo#68385 update references only if cut originates from the same documentEike Rathke1-5/+10