summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/KeySet.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-07loplugin:ostr in dbaccessNoel Grandin1-5/+5
2024-04-29Drop uses of css::uno::Sequence::getConstArray in dbaccessMike Kaganski1-26/+13
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen1-1/+0
2024-01-13cid#1546059 xRow is always emptyCaolán McNamara1-2/+1
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet1-1/+3
2023-12-03cid#1546503 Using invalid iteratorCaolán McNamara1-0/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann1-1/+1
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin1-4/+5
2022-06-03elide some makeStringAndClear() classNoel Grandin1-6/+6
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-3/+3
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-1/+1
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-2/+0
2021-12-26can use OUStringLiteral hereNoel Grandin1-2/+2
2021-10-29Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski1-1/+2
2021-10-11loplugin:moveparam in dbaccessNoel Grandin1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-6/+6
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+5
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-8/+8
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen1-1/+0
2020-04-27loplugin:unusedfieldsNoel Grandin1-2/+0
2020-04-24loplugin:unusedmethodsNoel Grandin1-40/+0
2020-04-15loplugin:flatten in dbaccessNoel Grandin1-12/+12
2020-04-06loplugin:unusedvariableplus in dbaccessNoel Grandin1-6/+0
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen1-8/+4
2020-03-18simplify ORefVector codeNoel Grandin1-45/+45
2020-02-27tdf#42949 Fix IWYU warnings in dbaccess/source/*/*hxxGabor Kelemen1-0/+2
2019-10-22loplugin:virtualdead unused params in OCacheSetNoel Grandin1-16/+1
2019-07-19loplugin:referencecasting in dbaccessNoel Grandin1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-03-25new loplugin:unoqueryNoel Grandin1-1/+1
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov1-5/+3
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-08-29new loplugin:oustringbufferNoel Grandin1-5/+5
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin1-6/+4
2018-06-03tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov1-1/+1
2018-03-08Use for-range loops in dbaccess (part 3)Julien Nabet1-12/+12
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann1-2/+2
2017-12-26Use for-range loops in dbaccess/KeySet (2nd pass)Julien Nabet1-82/+58
2017-12-22Use for-range loops in dbaccess/KeySet (1st pass)Julien Nabet1-54/+36
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-22/+22
2017-11-01loplugin:constantparam in connectivityNoel Grandin1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-6/+6
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-5/+5
2017-07-31loplugin:constparams in dbaccessNoel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara1-3/+3
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0