summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpsave.cxx
AgeCommit message (Expand)Author
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-03-26ScUnoHelpFunctions::AnyToInterface is redundantMike Kaganski
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-16loplugin:useuniqueptr in ScDPSaveDimensionNoel Grandin
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2018-01-11loplugin:redundantcast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-26loplugin:oncevar in scNoel Grandin
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin
2017-04-03use actual UNO enums in scNoel Grandin
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek
2016-11-12Dump the state of the "save" data as well.Kohei Yoshida
2016-09-21Improve warnings in pivot table codeTamás Zolnai
2016-06-06Resolves: tdf#35247 introduce a locale independent numeric field filterEike Rathke
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-03Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-13tdf#96996 sc: fix the data pilotMichael Stahl
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann
2015-11-13sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-07WaE: redundant const_cast [loplugin:redundantcast]Tor Lillqvist
2015-11-06sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin