summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/rangelst.cxx
AgeCommit message (Expand)Author
2021-10-07ScRangeList::UpdateReference() join all ranges properly (tdf#140901)Luboš Luňák
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-09-15CreateNameSortedArray never passed a null ScDocument*Caolán McNamara
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin
2020-06-22tdf#97177 speedup loading of large ODS fileNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22Move ctors/assignments need non-const rvalue reference to actually moveMike Kaganski
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-04-08use OUStringBuffer in ScRangeList::FormaNoel Grandin
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-21sc: Compare vectors by simpler codeTakeshi Abe
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov
2018-05-24reduce some unnecessary ScRangeList copyingNoel Grandin
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin
2018-03-14modernize ScRangePairList::CreateNameSortedArrayNoel Grandin
2018-03-13ofz#6845 use of "deleted" ScRangeEike Rathke
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-01-23Fix typosAndrea Gelmini
2018-01-23Flatten ScRangePairList::Join() recursionEike Rathke
2018-01-23Flatten ScRangeList::Join() recursionEike Rathke
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-15tdf#113621: don't write whole column refs for conditional format rangesMarkus Mohrhard
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-15Handle also the case where a range extends an existing one with overlapTor Lillqvist
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-24loplugin:constparam in sc part3Noel Grandin
2017-07-04sc: remove trivial copy ctors for functorsJochen Nitschke
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin
2017-03-03Fix typosAndrea Gelmini
2017-02-15Translate German commentsJohnny_M
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2017-01-11don't emit objects on ScRange*List::RemoveJochen Nitschke
2016-10-01tdf#101910, mark ScRangeList updated when DeleteArea was usedMarkus Mohrhard