summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* tdf#94561 : Create notes drawing objects only once on sheet copyDennis Francis2016-03-146-8/+27
* tdf#98083: Always save cell formatKatarina Behrens2016-03-145-13/+44
* Resolves: tdf#95226 second case, stack error count in JumpMatrix contextEike Rathke2016-03-091-0/+14
* Resolves: tdf#98297 exclude error values from COUNT in array/matrixEike Rathke2016-03-093-13/+29
* Resolves: tdf#98389 check memory requirement of matrixEike Rathke2016-03-084-125/+295
* don't use same file in two testsMarkus Mohrhard2016-03-072-2/+2
* tdf#97215 Sorting with update reference causes crashArul Michael2016-03-031-9/+8
* fix the "group not recalculated after delete" second part of tdf#97897Eike Rathke2016-03-011-0/+18
* tdf#97369/#97587 - Further fix SUMming in the software interpreterMarco Cecchetti2016-03-012-3/+6
* tdf#97963: Impose size limit on all 3 edit windowsKatarina Behrens2016-02-291-4/+8
* tdf#97369: Fix SUMming in the software interpreterTor Lillqvist2016-02-091-6/+5
* tdf#97587: Treat plain NaNs as zero in the software interpreter for SUMTor Lillqvist2016-02-082-0/+32
* Resolves: tdf#97465 like scroll ignore wheel for sc input handler inputchangedCaolán McNamara2016-02-051-0/+4
* Resolves: tdf#93151 handle ExpandRefs and mnColDelta the same as mnRowDeltaEike Rathke2016-02-021-9/+97
* tdf#96222: Don't attempt to handle matrix formulas as formula groupsTor Lillqvist2016-01-271-0/+6
* tdf#97247 Keep focus on merged cell at top-left cornerTakeshi Abe2016-01-261-0/+11
* tdf#74667 interchange slope and intercept for power regressionTomaž Vajngerl2016-01-251-3/+3
* tdf#96910 : Calc crashes while using "Insert Column Left" for large DocumentsYogesh2016-01-251-5/+7
* tdf#97308: fix logic with conditional "ends with"Julien Nabet2016-01-241-2/+2
* Make virtual ~ScValidationDlg non-inlineStephan Bergmann2016-01-202-1/+6
* follow-up of tdf#89031Winfried Donkers2016-01-191-1/+2
* oox: move enum DocumentType out of drawingml.hxxMichael Stahl2016-01-182-3/+3
* New saving behaviorMaxim Monastirsky2016-01-122-5/+1
* tdf#90606 Crash when delete a large part of a column with shift cells leftArul2016-01-121-6/+15
* Resolves: tdf#94208 broadcast fill undo (for deleted cells)Eike Rathke2016-01-071-0/+6
* the idea behind the test can't work right nowMarkus Mohrhard2016-01-071-1/+1
* don't use the same files in different unit testsMarkus Mohrhard2016-01-064-4/+26
* tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke2016-01-056-2/+18
* tdf#96198 adapt unit test to reality, tdf#50950 follow-upEike Rathke2016-01-051-1/+1
* correct WEEKNUM DayOfWeek handling, tdf#50950 follow-up, tdf#95419 relatedEike Rathke2016-01-041-2/+8
* correct ISOWEEKNUM resource ExtraData parameter flags, tdf#50950 follow-upEike Rathke2016-01-041-1/+1
* WEEKNUM second parameter is optional defaulting to 1, tdf#50950 follow-upEike Rathke2016-01-042-3/+4
* tdf#93949 ensure memory stream is properly flushedTomaž Vajngerl2015-12-211-0/+1
* Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke2015-12-186-17/+23
* crashtesting: crash on converting ooo93489-1.ods to pdfCaolán McNamara2015-12-181-3/+13
* filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl2015-12-151-1/+1
* Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke2015-12-151-0/+4
* tdf#73006 : Put results in correct cells after Text to ColumnsDennis Francis2015-12-121-7/+24
* tdf#96339 fix bug in sort listNoel Grandin2015-12-125-23/+39
* separate ScRange::Move() and MoveSticky(), tdf#92779Eike Rathke2015-12-113-1/+17
* silence -Werror=strict-overflowEike Rathke2015-12-111-3/+3
* unit test for sticky end col/row anchors, tdf#92779Eike Rathke2015-12-111-0/+184
* geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke2015-12-1113-44/+181
* sticky end only if it already was a range on the same axis, tdf#92779Eike Rathke2015-12-111-2/+2
* tdf#93263: Take function mask from ScPivotFieldKatarina Behrens2015-12-102-3/+11
* display as entire col/row also if both anchors relative, tdf#92779Eike Rathke2015-12-101-5/+19
* sticky end col/row anchor for range references, tdf#92779Eike Rathke2015-12-106-32/+251
* tdf#96202 Revert accelerator back to 'I'Yousuf Philips2015-12-081-1/+1
* Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CREike Rathke2015-12-011-2/+3
* sc interpreter: Improve the unit test for S/W Interpreter.Jan Holesovsky2015-12-012-15/+36