summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column4.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-06-26Resolves: tdf#100460 queryContentCells doesn't count annotations...Caolán McNamara1-0/+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
2014-11-18Rename these to make it clear that they are only to be called from ...Kohei Yoshida1-4/+4
2014-11-18Use group-area listeners during copy & paste if we can.Kohei Yoshida1-0/+93
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida1-4/+3
2014-11-18Avoid area listeners and such during formula cell paste replication.Kohei Yoshida1-7/+13
2014-11-18Speed up pasting of single row onto multiple destination rows.Kohei Yoshida1-4/+4
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida1-0/+24
2014-10-03WaE: private fields 'mnTab' and 'mnCol' are not usedTor Lillqvist1-5/+1
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+149
2014-09-18fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida1-1/+6
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-7/+7
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida1-0/+3
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-13/+30
2014-06-04The 4th argument is of wrong type.Kohei Yoshida1-2/+1
2014-05-16fdo#77735: Don't proceed when all cells in the range are empty.Kohei Yoshida1-0/+4
2014-05-13remove dead codeNoel Grandin1-25/+0
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida1-0/+129
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida1-3/+8
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida1-0/+104
2014-04-23Use the mdds storage types directly rather than using CellValues.Kohei Yoshida1-2/+2
2014-04-23Handle sorting of broadcasters correctly.Kohei Yoshida1-2/+2
2014-04-23Avoid using SwapRow() when sorting.Kohei Yoshida1-0/+25
2014-04-23Have CellValues handle text attribute values as well.Kohei Yoshida1-6/+0