summaryrefslogtreecommitdiff
path: root/sc/source/core/data/cellvalues.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Remove excess newlinesChris Sherlock1-1/+0
2015-11-23loplugin:unusedfields in scNoel Grandin1-22/+3
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin1-2/+0
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-08-26replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick1-16/+10
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-7/+0
2014-11-25Missing includeStephan Bergmann1-0/+1
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+202
2014-04-23Use the mdds storage types directly rather than using CellValues.Kohei Yoshida1-54/+0
2014-04-23Correctly set the positions of sorted formula cells.Kohei Yoshida1-2/+2
2014-04-23Copy formula cells as well.Kohei Yoshida1-1/+6
2014-04-23Avoid using SwapRow() when sorting.Kohei Yoshida1-0/+59
2014-04-23Have CellValues handle text attribute values as well.Kohei Yoshida1-7/+53
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida1-0/+116