summaryrefslogtreecommitdiffstats
path: root/sc/source/core/data/column4.cxx
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke2015-09-191-1/+1
* convert SCRIPTTYPE_ constants to scoped enumNoel Grandin2015-04-171-1/+1
* Resolves tdf#80137 Paste array formula into range pastes as non-array formulaHenry Castro2015-03-091-1/+1
* handle ocTableRef same as ocDBAreaEike Rathke2015-03-051-0/+1
* replace decrementing loop with -=Eike Rathke2015-01-161-4/+6
* fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida2015-01-151-0/+34
* boost::unordered_set->std::unordered_setCaolán McNamara2015-01-041-4/+4
* Deteremine the script type of source cell during paste replication.Kohei Yoshida2014-12-101-4/+6
* fdo#86215 pool new ScPatternAttr if source and destination are different docsEike Rathke2014-12-111-3/+5
* Typo: postion(s)=>position(s)Julien Nabet2014-12-101-1/+1
* Fix incorrect adjustment of range references during sort.Kohei Yoshida2014-12-051-0/+21
* Adjust ref undo to ensure group area listeners are used.Kohei Yoshida2014-11-251-2/+0
* fix fdo#79441 again and keep references to other sheets during sortEike Rathke2014-11-251-0/+2
* Use group area listeners when deleting rows.Kohei Yoshida2014-11-211-0/+29
* Adjust InsertRow() for group area listeners.Kohei Yoshida2014-11-201-0/+70
* fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke2014-11-201-4/+6
* Use group area listeners when filling down formula cells via fill series.Kohei Yoshida2014-11-181-11/+135
* Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida2014-11-181-5/+1
* Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida2014-11-181-2/+9
* Rename these to make it clear that they are only to be called from ...Kohei Yoshida2014-11-181-4/+4
* Use group-area listeners during copy & paste if we can.Kohei Yoshida2014-11-181-0/+93
* Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida2014-11-181-4/+3
* Avoid area listeners and such during formula cell paste replication.Kohei Yoshida2014-11-181-7/+13
* Speed up pasting of single row onto multiple destination rows.Kohei Yoshida2014-11-181-4/+4
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0
* Add menu entry for the "formula to value" feature.Kohei Yoshida2014-10-041-0/+24
* WaE: private fields 'mnTab' and 'mnCol' are not usedTor Lillqvist2014-10-031-5/+1
* New feature to allow converting formula cells to static values.Kohei Yoshida2014-10-021-0/+149
* fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida2014-09-181-1/+6
* create type-safe bitfield for sc insert/delete flagsNoel Grandin2014-09-041-7/+7
* fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida2014-07-301-0/+3
* fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida2014-07-281-13/+30
* The 4th argument is of wrong type.Kohei Yoshida2014-06-041-2/+1
* fdo#77735: Don't proceed when all cells in the range are empty.Kohei Yoshida2014-05-161-0/+4
* remove dead codeNoel Grandin2014-05-131-25/+0
* fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida2014-05-011-0/+129
* fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida2014-04-251-3/+8
* Update script types of all cells in sort range ahead of time.Kohei Yoshida2014-04-231-0/+104
* Use the mdds storage types directly rather than using CellValues.Kohei Yoshida2014-04-231-2/+2
* Handle sorting of broadcasters correctly.Kohei Yoshida2014-04-231-2/+2
* Avoid using SwapRow() when sorting.Kohei Yoshida2014-04-231-0/+25
* Have CellValues handle text attribute values as well.Kohei Yoshida2014-04-231-6/+0
* fdo#77300: Do the same for the shared formula case as well.Kohei Yoshida2014-04-111-16/+19
* fdo#77300: Don't re-compile formulas when the hybrid formula is not there.Kohei Yoshida2014-04-111-8/+11
* fdo#75741: Share the context objects to avoid poor performance.Kohei Yoshida2014-04-071-17/+18
* fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida2014-04-071-0/+151
* fdo#76132: Don't create a formula group of length 1.Kohei Yoshida2014-03-131-10/+25
* fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida2014-02-181-0/+98
* resolved fdo#74622 re-intern shared strings copied between documentsEike Rathke2014-02-071-2/+10
* Our own 100% original code goes here.Kohei Yoshida2014-02-071-0/+155