summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpobject.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-19use more string_view in comphelper::stringNoel Grandin1-1/+1
2021-02-21loplugin:refcounting in scNoel1-2/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-4/+4
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-11-05std::set->o3tl::sorted_set in ScDPCacheNoel1-15/+15
2020-10-30convert some tools::Long->sal_Int32Noel1-3/+3
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-20use tools::Long in scNoel1-36/+36
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-23/+23
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-93/+93
2020-04-30loplugin:makeshared in scNoel Grandin1-2/+0
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-18/+18
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-4/+4
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2020-01-28Resolves: tdf#130239 set an explicit parent for the message dialogCaolán McNamara1-1/+2
2020-01-24loplugin:makeshared in scNoel Grandin1-2/+2
2020-01-10use more std::make_sharedNoel Grandin1-3/+3
2019-12-22sal_Char->char in scNoel Grandin1-2/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-5/+5
2019-08-15loplugin:sequenceloop in scNoel Grandin1-3/+4
2019-08-12Mark Sequence const in scArkadiy Illarionov1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-7/+3
2019-05-02Use range-based for here instead of ScNameToIndexAccessMike Kaganski1-7/+7
2019-04-20tdf#124810: Roundtrip pivot table style info from XLSX.Mike Kaganski1-0/+3
2019-04-12tdf#113908: Implement exporting pivot tables' groups fields to XSLXMike Kaganski1-0/+5
2019-03-26ScUnoHelpFunctions::AnyToInterface is redundantMike Kaganski1-44/+23
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-75/+42
2019-02-09loplugin:indentation in scNoel Grandin1-3/+3
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-07Resetting all fields for all dims corrupts pivot cacheKatarina Behrens1-2/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-08coverity#1440238 silence Wrapper object use after freeCaolán McNamara1-1/+2
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-4/+0
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-3/+2
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-21/+23
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-8/+8
2018-10-15loplugin:constfields in scNoel Grandin1-18/+18
2018-10-08use more std::unique_ptr in ScDPCollectionNoel Grandin1-5/+3
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-11/+1
2018-07-27InsertNewTable always returns trueCaolán McNamara1-2/+1
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-06-21loplugin:useuniqueptr in ScDPObjectNoel Grandin1-38/+29
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-03-28use boost::optional in sc and svgioNoel Grandin1-1/+1