summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpgroup.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-11convert more long -> tools::LongNoel1-1/+1
2020-10-30convert some tools::Long->sal_Int32Noel1-22/+22
2020-10-28convert some more long -> tools::LongNoel1-5/+5
2020-10-20use tools::Long in scNoel1-32/+32
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi1-1/+1
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-6/+6
2020-01-24loplugin:makeshared in scNoel Grandin1-9/+9
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann1-4/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-80/+60
2019-02-09loplugin:indentation in scNoel Grandin1-2/+2
2018-12-13loplugin:unusedfields in scNoel Grandin1-1/+0
2018-12-11crashtesting: ooo55266-3.ods some members are nullptrKatarina Behrens1-1/+5
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-6/+0
2018-10-15loplugin:constfields in scNoel Grandin1-6/+6
2018-08-28Use tools::Time::GetClock() to obtain hour,minute,secondEike Rathke1-9/+7
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-11/+11
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-1/+1
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-1/+1
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-2/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann1-2/+1
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek1-2/+0
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida1-3/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-3/+0
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe1-5/+2
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-2/+2
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-14/+14
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0