summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column4.cxx
AgeCommit message (Expand)AuthorFilesLines
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