summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpsave.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-11-11convert more long -> tools::LongNoel1-2/+2
2020-10-20use tools::Long in scNoel1-19/+19
2020-08-17inline some use-once typedefsNoel Grandin1-2/+1
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-14/+14
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-7/+7
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-7/+7
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-03-26ScUnoHelpFunctions::AnyToInterface is redundantMike Kaganski1-9/+7
2019-03-07log nice exception messages whereever possibleNoel Grandin1-3/+4
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-3/+3
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-77/+48
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-6/+2
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-8/+2
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-2/+0
2018-03-28use boost::optional in sc and svgioNoel Grandin1-33/+20
2018-03-16loplugin:useuniqueptr in ScDPSaveDimensionNoel Grandin1-59/+37
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-8/+8
2018-01-11loplugin:redundantcast: scStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-4/+4
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-5/+5
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-06-26loplugin:oncevar in scNoel Grandin1-3/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-6/+3
2017-04-03use actual UNO enums in scNoel Grandin1-7/+6
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin1-4/+7
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin1-41/+6
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-9/+5
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai1-7/+8
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek1-3/+0
2016-11-12Dump the state of the "save" data as well.Kohei Yoshida1-3/+3
2016-09-21Improve warnings in pivot table codeTamás Zolnai1-6/+6
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke1-3/+3
2016-05-04use Any constructor instead of temporariesNoel Grandin1-15/+7
2016-05-03Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin1-2/+2
2016-04-13tdf#96996 sc: fix the data pilotMichael Stahl1-3/+3
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-19/+0
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2015-11-13sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+3