summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/addincol.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-3/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-10-30convert some tools::Long->sal_Int32Noel1-19/+19
2020-10-20use tools::Long in scNoel1-63/+63
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-336/+336
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-4/+4
2019-12-22sal_Char->char in scNoel Grandin1-1/+1
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-15/+3
2019-10-01loplugin:stringadd in scNoel Grandin1-10/+3
2019-08-15loplugin:sequenceloop in scNoel Grandin1-1/+1
2019-08-12Mark Sequence const in scArkadiy Illarionov1-5/+5
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-43/+21
2019-08-03tdf#39593 extract getting max row length to template functionArkadiy Illarionov1-24/+18
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+2
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-28/+19
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-10/+7
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-4/+0
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen1-0/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-27loplugin:useuniqueptr in ScUnoAddInCollectionNoel Grandin1-33/+24
2018-06-26loplugin:useuniqueptr in ScFuncDescNoel Grandin1-3/+3
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen1-0/+1
2018-01-29USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-5/+5
2017-08-23loplugin:constparam in sc part2Noel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-18/+12
2017-08-03rename ID_FUNCTION_GRP_FINANZ->ID_FUNCTION_GRP_FINANCIALNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke1-0/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-2/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-1/+1
2017-03-29loplugin:singlevalfieldsNoel Grandin1-1/+0
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-8/+3
2016-09-23convert formula error codes to scoped enumNoel Grandin1-14/+12
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-8/+4
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-9/+9
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+3