summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
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-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-22don't access empty range list, could be rhbz#1180312Eike Rathke1-0/+3
2015-01-14Ctrl+A and Data Sort took ages to broadcast ALL cells, fdo#81501 relatedEike Rathke2-12/+15
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 Rathke1-2/+1
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-08we need the original context that contains the data, fdo#85856Markus Mohrhard1-2/+1
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
2015-01-07fdo#79249 call formula compiler with error stringEike Rathke1-1/+1
2015-01-07Better fix for fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-2/+2
2015-01-06-Wmaybe-uninitialized in ScTable::CopyColFilteredLaurent Godard1-1/+1
2015-01-06remove warning: ‘nIndex’ may be used uninitializedLaurent Godard1-2/+2
2014-12-22Resolves fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-1/+4
2014-12-21fdo#68385 update references only if cut originates from the same documentEike Rathke1-5/+10
2014-12-17resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke1-44/+52
2014-12-12fdo#86215 pool new ScPatternAttr if source and destination are different docsEike Rathke1-3/+5
2014-12-09add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke1-0/+1
2014-12-09in ScFormulaCell dtor remove cell also from FormulaTrackEike Rathke1-0/+1
2014-12-09surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara1-2/+2
2014-12-09we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard2-0/+10
2014-12-04avoid modifying range name references that are not affected, fdo#86518Markus Mohrhard1-0/+4
2014-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke6-89/+198
2014-12-01we need to copy the condition format cell for cell, fdo#86253Markus Mohrhard1-2/+5
2014-11-28test rows for validityCaolán McNamara1-0/+3
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke3-0/+49
2014-11-25fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke2-5/+8
2014-11-24fdo#77382, lp#1342175: fix poor performance with find & replace with empty valueSeyeong Kim4-13/+38
2014-11-17added Lithuanian "LTL" to EUROCONVERT(), CONVERT()Aurimas Fišeras1-1/+2
2014-11-15fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke1-0/+21
2014-11-12fdo#86219 use vector replication when obtaining scalar for jump matrixEike Rathke1-1/+2
2014-11-04fdo#85282: Correct adjustment of range reference on delete & shift.Kohei Yoshida1-6/+61
2014-11-03fdo#85215: Ensure that formula broadcasting works after sort.Kohei Yoshida1-0/+15
2014-10-27fdo#85215: Don't adjust references wrt cell position when disabled.Kohei Yoshida1-2/+5
2014-10-20fdo#82047: Correctly adjust references in range names on row deletion.Kohei Yoshida1-0/+47
2014-10-20fdo#80284: Avoid broadcasting during cell delete & shift.Kohei Yoshida1-5/+2
2014-10-17fdo#81633: Add a hidden configuration option to toggle ref update on sort.Kohei Yoshida3-63/+91
2014-10-13fdo#83901: ROW() and COLUMN() to be properly recalculated on cell move.Kohei Yoshida2-1/+7
2014-10-09fdo#84810 Avoid calc crash when using Paste Special - LinkMatthew J. Francis1-2/+2
2014-10-08avoid use of ref. to possibly deleted objectDavid Tardon1-1/+1
2014-09-25fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida2-3/+11
2014-09-17bnc#592918: Display data description in pivot table.Kohei Yoshida1-0/+9