summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column4.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-11fdo#77300: Do the same for the shared formula case as well.Kohei Yoshida1-16/+19
2014-04-11fdo#77300: Don't re-compile formulas when the hybrid formula is not there.Kohei Yoshida1-8/+11
2014-04-07fdo#75741: Share the context objects to avoid poor performance.Kohei Yoshida1-17/+18
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-0/+151
2014-03-13fdo#76132: Don't create a formula group of length 1.Kohei Yoshida1-10/+25
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-0/+98
2014-02-07resolved fdo#74622 re-intern shared strings copied between documentsEike Rathke1-2/+10
2014-02-07Our own 100% original code goes here.Kohei Yoshida1-0/+155
2014-01-31Speed up simple fill of formula cells. Vertical direction only.Kohei Yoshida1-36/+76
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida1-0/+84
2014-01-27Handle note instances during copy-n-pasting of single cell.Kohei Yoshida1-0/+23
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-0/+124