summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table7.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida1-0/+10
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-2/+9
2014-07-27fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida1-0/+8
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-0/+17
2014-05-13remove dead codeNoel Grandin1-8/+0
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida1-2/+3
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida1-0/+14
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida1-0/+9
2014-04-23Avoid using SwapRow() when sorting.Kohei Yoshida1-0/+8
2014-04-07fdo#75741: Share the context objects to avoid poor performance.Kohei Yoshida1-4/+5
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-0/+12
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-0/+32
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida1-0/+24
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-0/+27