summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column4.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-16also import formula cells again from the cacheMarkus Mohrhard1-0/+28
2017-08-16add formula cells/groups to the cacheMarkus Mohrhard1-1/+28
2017-08-16add a way to restore from our new cache formatMarkus Mohrhard1-0/+59
2017-08-16introduce a way to write a simple data representation to a streamMarkus Mohrhard1-0/+76
2017-07-04loplugin:unusedfields in sc part3Noel Grandin1-3/+1
2017-06-15Prevent excess rows included in the resulting range list, tdf#95883 follow-upEike Rathke1-5/+18
2017-06-12tdf#95883 Select Unprotected Cells in CalcGulsah Kose1-0/+18
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida1-0/+26
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin1-2/+2
2017-05-03tdf#107255: detect whether the range has only one data cell.Kohei Yoshida1-0/+48
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin1-4/+4
2017-01-18bail out early if there are no notesEike Rathke1-0/+3
2017-01-18tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke1-4/+8
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-3/+3
2016-09-25tdf#91312, don't forget to delete the old cond format indicesMarkus Mohrhard1-1/+7
2016-09-10loplugin:constantparam in scNoel Grandin1-12/+2
2016-08-02Resolves: tdf#100582 SetMatColsRows() when constructing matrix ScFormulaCellEike Rathke1-1/+13
2016-07-17Use mdds' event callback to count formula blocks in each column.Kohei Yoshida1-0/+17
2016-06-23Related: tdf#100460 GetNotesInRange doesn't count last cell in rangeCaolán McNamara1-1/+1
2016-04-11loplugin:constantparamNoel Grandin1-2/+2
2016-03-24loplugin:constantparam in scNoel Grandin1-2/+2
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-10/+1
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-11/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-7/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-9/+9
2015-09-18boost->stdCaolán McNamara1-2/+0
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-0/+2
2015-09-17boost->stdCaolán McNamara1-2/+0
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-1/+1
2015-03-09Resolves tdf#80137 Paste array formula into range pastes as non-array formulaHenry Castro1-1/+1
2015-03-05handle ocTableRef same as ocDBAreaEike Rathke1-0/+1
2015-01-16replace decrementing loop with -=Eike Rathke1-4/+6
2015-01-15fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida1-0/+34
2015-01-04boost::unordered_set->std::unordered_setCaolán McNamara1-4/+4
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida1-4/+6
2014-12-11fdo#86215 pool new ScPatternAttr if source and destination are different docsEike Rathke1-3/+5
2014-12-10Typo: postion(s)=>position(s)Julien Nabet1-1/+1
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida1-0/+21
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-2/+0
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke1-0/+2
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-0/+29
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida1-0/+70
2014-11-20fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke1-4/+6
2014-11-18Use group area listeners when filling down formula cells via fill series.Kohei Yoshida1-11/+135
2014-11-18Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida1-5/+1
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida1-2/+9