summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2015-04-20fix crash on export of fdo68639-2.ods to xls with invalid mnLastIdxCaolán McNamara1-4/+8
2015-04-20fix col limit crash on export of ooo103315-1.ods to xlsCaolán McNamara1-1/+2
2015-04-20tdf#89597: Resize formula buffers after adding a dummy sheetKatarina Behrens5-0/+21
2015-04-13string access out of boundsEike Rathke1-9/+14
2015-04-08fix crash on re-export of fdo64646-4.xls back to xlsCaolán McNamara1-5/+7
2015-04-03Resolves: tdf#88672 add missing return if error to not crashEike Rathke1-0/+1
2015-04-01Resolves: tdf#42481 propagate errors as errors in matrix calculationsEike Rathke1-8/+13
2015-03-21Replace hardcoded UI string with string from .res fileAndras Timar1-1/+1
2015-03-20Resolves: tdf#89958 filter ends with / does not end with correctionEike Rathke1-5/+5
2015-02-27tdf#89679 - fix incorrect mapping of font-family-complex and CharFontNameAsianMark Hung1-1/+1
2015-02-27Resolves: tdf#81659 handle expand reference edge correctlyEike Rathke2-6/+155
2015-02-25Resolves: tdf#89484 check that sheet reference is within selected sheetsEike Rathke1-0/+4
2015-02-19tdf#89460 test pChangeTrack before using itLaurent Godard1-2/+5
2015-02-16Resolves: tdf#39316 add matrix empty cells to ScInterpreter::QueryMatrixType()Eike Rathke2-4/+29
2015-02-14tdf#68117 Partially fix boolean labels in XLSXUrsache Vladimir1-1/+1
2015-02-13tdf#89330 preserve file name case in an unresolvable external named rangeJan Kantert1-3/+20
2015-02-13tdf#88576 fix handling of empty arguments in IF(), IFERROR() and IFNA()Winfried Donkers2-3/+8
2015-02-12Resolves: tdf#83461 do not override MatColsRows if already setEike Rathke1-1/+1
2015-02-11tdf#79239: make the dialog closable with 'X' button againKatarina Behrens2-2/+8
2015-02-03Resolves: rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBoxCaolán McNamara1-2/+3
2015-02-03Resolves: fdo#75565 reduce block on pasting rtf like we do for htmlCaolán McNamara1-1/+2
2015-02-03Related: fdo#88455 crash using delete in available fieldsCaolán McNamara2-8/+12
2015-01-30Resolves: tdf#88740 parse with locale decimal separatorEike Rathke1-6/+27
2015-01-25Resolves: tdf#81124 crash on setting autofilter on column with no contentCaolán McNamara1-1/+2
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-19rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl2-28/+8
2015-01-14Ctrl+A and Data Sort took ages to broadcast ALL cells, fdo#81501 relatedEike Rathke3-12/+16
2015-01-12only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard2-3/+14
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-10fix Werror buildMarkus Mohrhard1-1/+1
2015-01-08handle all fill cases correctly, fdo#86754Markus Mohrhard1-1/+1
2015-01-08don't update range name if ref not in update range, fdo#85304Markus Mohrhard1-0/+3
2015-01-08we want to compare two different cells, fdo#85353Markus Mohrhard1-1/+1
2015-01-08reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard4-12/+30
2015-01-08fix another validation error for OOXML, related fdo#40746Markus Mohrhard1-7/+11
2015-01-08fix OOXML validation error, related fdo#40746Markus Mohrhard1-6/+10
2015-01-08fix OOXML validation errorsMarkus Mohrhard1-0/+6
2015-01-08we need the original context that contains the data, fdo#85856Markus Mohrhard1-2/+1
2015-01-08import part for: " use correct xml element name, related fdo#45266"Markus Mohrhard2-1/+2
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-07fix compilationLionel Elie Mamane1-2/+2
2015-01-07rhbz#1116534 crash when pasting over a formulaDavid Tardon3-25/+54
2015-01-07Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke2-1/+12
2015-01-07fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke3-21/+87