summaryrefslogtreecommitdiff
path: root/sc/source/core/data/cellvalues.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-20tdf#99938 : Allow batch of formula-cells to be written...Dennis Francis1-2/+22
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-42/+35
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-3/+2
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-1/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-1/+1
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-2/+3
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke1-2/+6
2016-02-09Remove 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