summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dptabsrc.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-2/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-10-30convert some tools::Long->sal_Int32Noel1-56/+55
2020-10-28convert some more long -> tools::LongNoel1-7/+7
2020-10-20use tools::Long in scNoel1-130/+130
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-39/+39
2020-08-22Explain on purpose typos in sc/dptabsrc.cxxJulien Nabet1-0/+6
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-39/+39
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-46/+46
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-04-29Fix typo in codeEike Rathke1-2/+4
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-5/+5
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2020-01-24loplugin:makeshared in scNoel Grandin1-4/+4
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-5/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-08-12Mark Sequence const in scArkadiy Illarionov1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-14/+10
2019-08-03tdf#39593 Drop lcl_GetIndexFromNameArkadiy Illarionov1-13/+3
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-30/+17
2019-02-09loplugin:indentation in scNoel Grandin1-1/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-9/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-7/+3
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-03-28use boost::optional in sc and svgioNoel Grandin1-20/+17
2018-03-26loplugin:useuniqueptr in ScDPSourceNoel Grandin1-35/+28
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-6/+6
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-8/+8
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-18/+18
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-07-14use more OUString::operator== in scNoel Grandin1-5/+5
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-20/+4
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin1-2/+2
2017-05-06coverity#1403661 try to silence 'Mixing enum types'Caolán McNamara1-1/+4
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-2/+2
2017-04-03use actual UNO enums in scNoel Grandin1-12/+11
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-2/+2
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin1-22/+16