summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/rangelst.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-2/+0
2020-09-15CreateNameSortedArray never passed a null ScDocument*Caolán McNamara1-8/+8
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara1-1/+1
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara1-3/+3
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-27/+27
2020-06-22tdf#97177 speedup loading of large ODS fileNoel Grandin1-0/+71
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-2/+2
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-08-22Move ctors/assignments need non-const rvalue reference to actually moveMike Kaganski1-2/+2
2019-08-20loplugin:constvars in package..scNoel Grandin1-5/+5
2019-04-08use OUStringBuffer in ScRangeList::FormaNoel Grandin1-35/+11
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-17/+10
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-10-15loplugin:constfields in scNoel Grandin1-6/+6
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-1/+1
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-29/+20
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-21sc: Compare vectors by simpler codeTakeshi Abe1-13/+1
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov1-10/+10
2018-05-24reduce some unnecessary ScRangeList copyingNoel Grandin1-20/+4
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin1-48/+45
2018-03-14modernize ScRangePairList::CreateNameSortedArrayNoel Grandin1-92/+76
2018-03-13ofz#6845 use of "deleted" ScRangeEike Rathke1-1/+5
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-166/+129
2018-01-23Fix typosAndrea Gelmini1-1/+1
2018-01-23Flatten ScRangePairList::Join() recursionEike Rathke1-35/+41
2018-01-23Flatten ScRangeList::Join() recursionEike Rathke1-39/+47
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-15tdf#113621: don't write whole column refs for conditional format rangesMarkus Mohrhard1-5/+7
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-5/+5
2017-09-15Handle also the case where a range extends an existing one with overlapTor Lillqvist1-4/+8
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-4/+4
2017-08-24loplugin:constparam in sc part3Noel Grandin1-4/+4
2017-07-04sc: remove trivial copy ctors for functorsJochen Nitschke1-13/+0
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-6/+6
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-8/+8
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-4/+4
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-4/+1
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-15Translate German commentsJohnny_M1-33/+33
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-3/+3
2017-01-11don't emit objects on ScRange*List::RemoveJochen Nitschke1-17/+13
2016-10-01tdf#101910, mark ScRangeList updated when DeleteArea was usedMarkus Mohrhard1-3/+19
2016-09-21reorg of code can drop the special msvc warnings handlingCaolán McNamara1-50/+41