summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpobject.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-15loplugin:unused-returns in scNoel Grandin1-3/+2
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-3/+6
2018-02-03TypedWhichId in scNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-7/+7
2017-11-29Avoid ambiguitiesStephan Bergmann1-3/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-24/+24
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-09-09tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai1-0/+18
2017-08-22loplugin:constparam in sc part1Noel Grandin1-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+5
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-07-14use more OUString::operator== in scNoel Grandin1-4/+4
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-11/+10
2017-07-02loplugin:casttovoid: scStephan Bergmann1-1/+0
2017-06-26loplugin:oncevar in scNoel Grandin1-11/+3
2017-06-06tdf#107945: prepare for future multi-threading of pivot cache...Kohei Yoshida1-1/+3
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida1-1/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-9/+9
2017-05-19loplugin:stringcopy: scStephan Bergmann1-5/+5
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-2/+2
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-1/+1
2017-04-03use actual UNO enums in scNoel Grandin1-10/+10
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin1-5/+5