summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dptabres.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2020-11-11convert more long -> tools::LongNoel1-1/+1
2020-10-30convert some tools::Long->sal_Int32Noel1-22/+22
2020-10-20use tools::Long in scNoel1-257/+257
2020-08-14loplugin:simplifybool moreNoel Grandin1-3/+3
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-257/+257
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-5/+5
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-4/+4
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-5/+6
2020-01-24loplugin:makeshared in scNoel Grandin1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-4/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+6
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-1/+1
2019-05-22New loplugin:dataStephan Bergmann1-6/+6
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-04-19optimise find/insert patternNoel Grandin1-7/+3
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-36/+18
2019-02-09loplugin:indentation in scNoel Grandin1-13/+13
2018-12-19Turn OSL_ENSURE(IsCalculated()) into assert()Eike Rathke1-8/+8
2018-12-12Reset WelfordRunner in ScDPAggData::Reset()Eike Rathke1-0/+1
2018-12-12Use Welford one-pass variance algorithm for DataPilot / pivot tableEike Rathke1-15/+22
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-1/+0
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-1/+0
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-5/+5
2018-10-04loplugin:useuniqueptr in ResultMembersNoel Grandin1-12/+10
2018-09-17cppcheck: variableScope in scJochen Nitschke1-2/+3
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-6/+1
2018-09-03ofz#10189 check container sizeCaolán McNamara1-2/+6
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-04loplugin:useuniqueptr in ScDPDataDimensionNoel Grandin1-15/+14
2018-06-13loplugin:useuniqueptr in ScDPResultDataNoel Grandin1-13/+12
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-6/+7
2018-03-28use boost::optional in sc and svgioNoel Grandin1-4/+4
2018-03-22loplugin:useuniqueptr in ScDPResultMemberNoel Grandin1-8/+6
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-14/+14
2017-12-15-Werror,-Wsign-compare (clang-cl)Stephan Bergmann1-1/+1
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-13/+13
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-3/+3
2017-08-25loplugin:useuniqueptr in scNoel Grandin1-31/+29
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-4/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+5
2017-05-19loplugin:stringcopy: scStephan Bergmann1-1/+1
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-1/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-4/+1