summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpobject.cxx
AgeCommit message (Expand)Author
2022-09-22crashtesting: assert seen on loading forum-en-38962.odsCaolán McNamara
2020-01-28Resolves: tdf#130239 set an explicit parent for the message dialogCaolán McNamara
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-08-15loplugin:sequenceloop in scNoel Grandin
2019-08-12Mark Sequence const in scArkadiy Illarionov
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-05-02Use range-based for here instead of ScNameToIndexAccessMike Kaganski
2019-04-20tdf#124810: Roundtrip pivot table style info from XLSX.Mike Kaganski
2019-04-12tdf#113908: Implement exporting pivot tables' groups fields to XSLXMike Kaganski
2019-03-26ScUnoHelpFunctions::AnyToInterface is redundantMike Kaganski
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-07Resetting all fields for all dims corrupts pivot cacheKatarina Behrens
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-08coverity#1440238 silence Wrapper object use after freeCaolán McNamara
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-08use more std::unique_ptr in ScDPCollectionNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-07-27InsertNewTable always returns trueCaolán McNamara
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-06-21loplugin:useuniqueptr in ScDPObjectNoel Grandin
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-15loplugin:unused-returns in scNoel Grandin
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-02-03TypedWhichId in scNoel Grandin
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-29Avoid ambiguitiesStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-09-09tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai
2017-08-22loplugin:constparam in sc part1Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-02loplugin:casttovoid: scStephan Bergmann
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-06tdf#107945: prepare for future multi-threading of pivot cache...Kohei Yoshida
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida