summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-01-12New saving behaviorMaxim Monastirsky2-5/+1
2016-01-12tdf#90606 Crash when delete a large part of a column with shift cells leftArul1-6/+15
2016-01-07Resolves: tdf#94208 broadcast fill undo (for deleted cells)Eike Rathke1-0/+6
2016-01-07the idea behind the test can't work right nowMarkus Mohrhard1-1/+1
2016-01-06don't use the same files in different unit testsMarkus Mohrhard4-4/+26
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke6-2/+18
2016-01-05tdf#96198 adapt unit test to reality, tdf#50950 follow-upEike Rathke1-1/+1
2016-01-04correct WEEKNUM DayOfWeek handling, tdf#50950 follow-up, tdf#95419 relatedEike Rathke1-2/+8
2016-01-04correct ISOWEEKNUM resource ExtraData parameter flags, tdf#50950 follow-upEike Rathke1-1/+1
2016-01-04WEEKNUM second parameter is optional defaulting to 1, tdf#50950 follow-upEike Rathke2-3/+4
2015-12-21tdf#93949 ensure memory stream is properly flushedTomaž Vajngerl1-0/+1
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke6-17/+23
2015-12-18crashtesting: crash on converting ooo93489-1.ods to pdfCaolán McNamara1-3/+13
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl1-1/+1
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke1-0/+4
2015-12-12tdf#73006 : Put results in correct cells after Text to ColumnsDennis Francis1-7/+24
2015-12-12tdf#96339 fix bug in sort listNoel Grandin5-23/+39
2015-12-11separate ScRange::Move() and MoveSticky(), tdf#92779Eike Rathke3-1/+17
2015-12-11silence -Werror=strict-overflowEike Rathke1-3/+3
2015-12-11unit test for sticky end col/row anchors, tdf#92779Eike Rathke1-0/+184
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke13-44/+181
2015-12-11sticky end only if it already was a range on the same axis, tdf#92779Eike Rathke1-2/+2
2015-12-10tdf#93263: Take function mask from ScPivotFieldKatarina Behrens2-3/+11
2015-12-10display as entire col/row also if both anchors relative, tdf#92779Eike Rathke1-5/+19
2015-12-10sticky end col/row anchor for range references, tdf#92779Eike Rathke6-32/+251
2015-12-08tdf#96202 Revert accelerator back to 'I'Yousuf Philips1-1/+1
2015-12-01Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CREike Rathke1-2/+3
2015-12-01sc interpreter: Improve the unit test for S/W Interpreter.Jan Holesovsky2-15/+36
2015-12-01sc unit tests: Prefix the format names.Jan Holesovsky8-498/+497
2015-12-01sc interpreter: Don't throw when we hit something not yet implemented.Jan Holesovsky1-133/+220
2015-12-01sc interpreter: Move the code that can create a ScFullMatrix.Jan Holesovsky3-208/+206
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky5-15/+34
2015-12-01Resolves: tdf#95748 no group interpreter when calculations are runningEike Rathke1-7/+16
2015-12-01add DebugCalculationEntry::mnGroupEike Rathke1-5/+26
2015-12-01add DebugCalculationEntry::mnRecursionEike Rathke1-7/+11
2015-12-01add DebugCalculation::storeResultError()Eike Rathke1-3/+11
2015-12-01tdf#66668 - FILESAVE: Saving an XLSX file freezes CalcNoel Grandin2-8/+51
2015-12-01tdf#95990 - Calc is crashed when you double click on function in SidebaNoel Grandin1-3/+6
2015-11-30number format keys are sal_uInt32, so use itEike Rathke3-12/+12
2015-11-30Fix wrong use of toolbarseperator in shape toolbarsYousuf Philips2-3/+3
2015-11-28use SvNumberFormatter::GetFormatStringForExcel()Eike Rathke1-41/+2
2015-11-28use SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke1-16/+2
2015-11-26TableRef: write <tableParts> before <extLst>, resolves tdf#96049Eike Rathke3-15/+18
2015-11-25sc: force vba events ordering.Michael Meeks1-0/+5
2015-11-25store custom icon set info into ODFMarkus Mohrhard1-0/+17
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin10-64/+56
2015-11-25Revert "Resolves: tdf#95629 import also 0x0D as rich EditCell, not only 0x0A"Eike Rathke1-1/+1
2015-11-24Resolves: tdf#95629 import also 0x0D as rich EditCell, not only 0x0AEike Rathke1-1/+1
2015-11-24never push an error instead of the ScJumpMatrixTokenEike Rathke1-1/+1
2015-11-24sc: -Werror=unused-parameterMiklos Vajna1-60/+60