summaryrefslogtreecommitdiffstats
path: root/sc/source/core/tool/rangelst.cxx
Commit message (Expand)AuthorAgeFilesLines
* reduce some unnecessary ScRangeList copyingNoel Grandin2018-05-241-20/+4
* don't use heap for elements in ScRangePairListNoel Grandin2018-03-151-48/+45
* modernize ScRangePairList::CreateNameSortedArrayNoel Grandin2018-03-141-92/+76
* ofz#6845 use of "deleted" ScRangeEike Rathke2018-03-131-1/+5
* don't use heap for elements in ScRangeListNoel Grandin2018-03-101-166/+129
* Fix typosAndrea Gelmini2018-01-231-1/+1
* Flatten ScRangePairList::Join() recursionEike Rathke2018-01-231-35/+41
* Flatten ScRangeList::Join() recursionEike Rathke2018-01-231-39/+47
* More loplugin:cstylecast: scStephan Bergmann2018-01-121-1/+1
* tdf#113621: don't write whole column refs for conditional format rangesMarkus Mohrhard2017-12-151-5/+7
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:includeform: scStephan Bergmann2017-10-231-5/+5
* Handle also the case where a range extends an existing one with overlapTor Lillqvist2017-09-151-4/+8
* clang-tidy modernize-use-emplace in scNoel Grandin2017-09-121-4/+4
* loplugin:constparam in sc part3Noel Grandin2017-08-241-4/+4
* sc: remove trivial copy ctors for functorsJochen Nitschke2017-07-041-13/+0
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-6/+6
* Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M2017-07-031-8/+8
* drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin2017-05-231-4/+4
* clang-tidy readability-simplify-boolean-expr in scNoel Grandin2017-04-241-4/+1
* Fix typosAndrea Gelmini2017-03-031-1/+1
* Translate German commentsJohnny_M2017-02-151-33/+33
* replace boost::checked_deleter with std::default_deleteJochen Nitschke2017-01-171-3/+3
* don't emit objects on ScRange*List::RemoveJochen Nitschke2017-01-111-17/+13
* tdf#101910, mark ScRangeList updated when DeleteArea was usedMarkus Mohrhard2016-10-011-3/+19
* reorg of code can drop the special msvc warnings handlingCaolán McNamara2016-09-211-50/+41
* loplugin:constantparam in scNoel Grandin2016-09-101-3/+2
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann2016-08-301-1/+1
* clang-tidy modernize-loop-convert in scNoel Grandin2016-05-071-8/+5
* tdf#84938 Change defines to typed_flagsJochen Nitschke2016-03-121-14/+14
* loplugin:unusedmethods unused return value in scNoel Grandin2016-01-151-22/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-10/+10
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-021-3/+3
* loplugin:unusedmethodsNoel Grandin2015-10-011-9/+0
* Avoid getTokenCount in ScRangeList::ParseMatteo Casalin2015-09-131-12/+7
* introduce ScRangeList::Join(const ScRangeList&)Eike Rathke2015-09-031-0/+9
* loplugin: defaultparamsNoel Grandin2015-08-141-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe2015-05-191-8/+3
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* Some more loplugin:cstylecast: scStephan Bergmann2015-01-201-3/+3
* Fix incorrect adjustment of range references during sort.Kohei Yoshida2014-12-051-0/+6
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* speed up simple range list joins that could be appends, fdo#75486 relatedEike Rathke2014-10-151-4/+45
* loplugin:unreffun: also warn about unused function templatesStephan Bergmann2014-06-271-24/+0
* o3tl::default_deleter->boost::checked_deleterCaolán McNamara2014-05-121-3/+3
* Move this function object to o3tl.Kohei Yoshida2014-05-121-3/+3
* Remove visual noise from scAlexander Wilms2014-03-031-1/+1
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-23/+0