summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2015-01-24fix abuse of OUStringBuffer(int) ctorEike Rathke2-2/+4
2015-01-24don't access empty range list, could be rhbz#1180312Eike Rathke1-0/+3
2015-01-24Ctrl+A and Data Sort took ages to broadcast ALL cells, fdo#81501 relatedEike Rathke2-12/+15
2015-01-24only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard2-3/+14
2015-01-12fix Werror buildMarkus Mohrhard1-1/+1
2015-01-08handle all fill cases correctly, fdo#86754Markus Mohrhard1-1/+1
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-08Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke2-1/+12
2015-01-08fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke1-4/+23
2015-01-08fdo#79249 call formula compiler with error stringEike Rathke1-1/+1
2015-01-08Better fix for fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-2/+2
2015-01-08-Wmaybe-uninitialized in ScTable::CopyColFilteredLaurent Godard1-1/+1
2015-01-08remove warning: ‘nIndex’ may be used uninitializedLaurent Godard1-2/+2
2015-01-08Resolves fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-1/+4
2015-01-08fdo#68385 update references only if cut originates from the same documentEike Rathke1-5/+10
2014-12-13fdo#86215 pool new ScPatternAttr if source and destination are different docsEike Rathke1-3/+5
2014-12-13add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke1-0/+1
2014-12-13in ScFormulaCell dtor remove cell also from FormulaTrackEike Rathke1-0/+1
2014-12-13we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard2-0/+10
2014-12-13fdo#86762 re-establish listeners to move cell broadcastersEike Rathke5-89/+192
2014-12-13we need to copy the condition format cell for cell, fdo#86253Markus Mohrhard1-2/+5
2014-12-13test rows for validityCaolán McNamara1-0/+3
2014-12-13fix fdo#79441 again and keep references to other sheets during sortEike Rathke2-0/+6
2014-12-13fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke2-5/+8
2014-12-13fdo#77382, lp#1342175: fix poor performance with find & replace with empty valueSeyeong Kim4-13/+38
2014-11-23fdo#85215: Ensure that formula broadcasting works after sort.Kohei Yoshida1-0/+15
2014-11-23fdo#85215: Don't adjust references wrt cell position when disabled.Kohei Yoshida1-2/+5
2014-11-23fdo#80284: Avoid broadcasting during cell delete & shift.Kohei Yoshida1-5/+2
2014-11-23fdo#81633: Add a hidden configuration option to toggle ref update on sort.Kohei Yoshida2-51/+69
2014-10-14fdo#83901: ROW() and COLUMN() to be properly recalculated on cell move.Kohei Yoshida2-1/+7
2014-10-14fdo#84810 Avoid calc crash when using Paste Special - LinkMatthew J. Francis1-2/+2
2014-10-14fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida2-3/+11
2014-09-23bnc#592918: Display data description in pivot table.Kohei Yoshida1-0/+9
2014-09-11fix copy&paste of conditional format between sheetsMarkus Mohrhard1-4/+0
2014-09-11prevent duplicated conditional formatting during copying of sheeetsMarkus Mohrhard1-2/+0
2014-09-02check for empty slots' valid NULL pointer, fdo#79441Eike Rathke1-1/+2
2014-08-27Resolves fdo#81084 fdo#81696 fdo#80874 fdo#81010 : sort causes crashDeena Francis1-0/+4
2014-08-27fdo#83067 also volatile cells need to listen to all referencesEike Rathke1-7/+1
2014-08-22correct references after sort, fdo#79441Eike Rathke3-8/+97
2014-08-18copy conditional formatting for single cells, fdo#82503Markus Mohrhard1-0/+5
2014-07-30the range has to be in the correct order, fdo#81803Markus Mohrhard1-0/+1
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida5-36/+51
2014-07-29fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida7-107/+54
2014-07-28fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida2-0/+16
2014-07-19bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida1-0/+7
2014-07-18resolved fdo#81294 store correct sheet number during range names updateEike Rathke1-6/+12
2014-07-15fdo#81309: Adjust references during sort.Kohei Yoshida6-131/+487
2014-07-14resolved fdo#79441 keep 3D references intact during sortEike Rathke2-3/+4
2014-06-23fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida3-4/+21