summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/KeySet.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-27/+27
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-44/+44
2016-11-04loplugin:oncevar in dbaccessNoel Grandin1-6/+3
2016-09-03coverity#1372446 Uncaught exceptionCaolán McNamara1-1/+1
2016-09-01coverity#1372400 Uncaught exceptionCaolán McNamara1-1/+1
2016-09-01coverity#1372391 Uncaught exceptionCaolán McNamara1-1/+1
2016-09-01coverity#1372382 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-4/+1
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet1-14/+14
2016-03-21off-by-one error: columns are numbered from one, but the array from 0Lionel Elie Mamane1-1/+1
2016-02-25convert StandardSQLState to scoped enumNoel Grandin1-3/+3
2016-02-25convert EComposeRule to scoped enumNoel Grandin1-5/+5
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-6/+6
2015-10-28dbaccess KeySet: on insert, set NULL only when there is no default valueLionel Elie Mamane1-1/+1
2015-10-20tdf#93724 KeySet insert: properly set default values: NULL & right typeLionel Elie Mamane1-1/+12
2015-08-27Clean up sEmptyStephan Bergmann1-4/+2
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin1-9/+9
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-7/+7
2015-07-24loplugin:unusedmethodsNoel Grandin1-10/+0
2015-07-20loplugin:unusedmethods dbaccessNoel Grandin1-130/+0
2015-06-27coverity#1308436 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308434 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2014-12-15dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-9/+9
2014-10-03loplugin: cstylecastNoel Grandin1-4/+4
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann1-8/+1