summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dptabres.cxx
AgeCommit message (Expand)Author
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-06-30Purge out rtl::math::setNanBaiXiaochun
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-11-11convert more long -> tools::LongNoel
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-20use tools::Long in scNoel
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-24loplugin:makeshared in scNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-05-22New loplugin:dataStephan Bergmann
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-04-19optimise find/insert patternNoel Grandin
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov
2019-02-09loplugin:indentation in scNoel Grandin
2018-12-19Turn OSL_ENSURE(IsCalculated()) into assert()Eike Rathke
2018-12-12Reset WelfordRunner in ScDPAggData::Reset()Eike Rathke
2018-12-12Use Welford one-pass variance algorithm for DataPilot / pivot tableEike Rathke
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-04loplugin:useuniqueptr in ResultMembersNoel Grandin
2018-09-17cppcheck: variableScope in scJochen Nitschke
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-09-03ofz#10189 check container sizeCaolán McNamara
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-04loplugin:useuniqueptr in ScDPDataDimensionNoel Grandin
2018-06-13loplugin:useuniqueptr in ScDPResultDataNoel Grandin
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDPResultMemberNoel Grandin
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-15-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
2017-12-07loplugin:constparamsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-25loplugin:useuniqueptr in scNoel Grandin
2017-08-22loplugin:constparam in sc part1Noel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara