summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/KeySet.cxx
AgeCommit message (Expand)Author
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen
2020-04-27loplugin:unusedfieldsNoel Grandin
2020-04-24loplugin:unusedmethodsNoel Grandin
2020-04-15loplugin:flatten in dbaccessNoel Grandin
2020-04-06loplugin:unusedvariableplus in dbaccessNoel Grandin
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen
2020-03-18simplify ORefVector codeNoel Grandin
2020-02-27tdf#42949 Fix IWYU warnings in dbaccess/source/*/*hxxGabor Kelemen
2019-10-22loplugin:virtualdead unused params in OCacheSetNoel Grandin
2019-07-19loplugin:referencecasting in dbaccessNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-03-25new loplugin:unoqueryNoel Grandin
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-08-29new loplugin:oustringbufferNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin
2018-06-03tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-03-08Use for-range loops in dbaccess (part 3)Julien Nabet
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann
2017-12-26Use for-range loops in dbaccess/KeySet (2nd pass)Julien Nabet
2017-12-22Use for-range loops in dbaccess/KeySet (1st pass)Julien Nabet
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-11-01loplugin:constantparam in connectivityNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-31loplugin:constparams in dbaccessNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-04loplugin:oncevar in dbaccessNoel Grandin
2016-09-03coverity#1372446 Uncaught exceptionCaolán McNamara
2016-09-01coverity#1372400 Uncaught exceptionCaolán McNamara
2016-09-01coverity#1372391 Uncaught exceptionCaolán McNamara
2016-09-01coverity#1372382 Uncaught exceptionCaolán McNamara
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet
2016-03-21off-by-one error: columns are numbered from one, but the array from 0Lionel Elie Mamane
2016-02-25convert StandardSQLState to scoped enumNoel Grandin
2016-02-25convert EComposeRule to scoped enumNoel Grandin
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann