summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSet.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-5/+5
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-7/+7
2017-10-01throw more useful uno::Exception'sNoel Grandin1-1/+1
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin1-32/+26
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin1-4/+4
2017-07-31loplugin:constparams in dbaccessNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-06-23loplugin:unusedfields in dbaccessNoel Grandin1-1/+1
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin1-4/+4
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-11/+3
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara1-17/+17
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-02loplugin:checkunusedparams in cppcanvas and dbaccessNoel Grandin1-2/+2
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-10/+10
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-105/+105
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+2
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-2/+2
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-11/+11
2016-04-18dbaccess: replace boost::bind with C++11 lambdasMichael Stahl1-4/+9
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet1-9/+9
2016-03-17Resolves: tdf#92617 don't crash if insertRow gets triggered during insertRowCaolán McNamara1-1/+26
2016-02-25convert StandardSQLState to scoped enumNoel Grandin1-14/+14
2016-02-25convert EComposeRule to scoped enumNoel Grandin1-3/+3
2016-02-25convert SQLExceptionInfo::TYPE to scoped enumNoel Grandin1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-10/+9
2016-01-11loplugin:unusedmethods unused return value in dbaccessNoel Grandin1-4/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-31Typo: NOTIFY_LISTERNERS_CHECK->NOTIFY_LISTENERS_CHECKJulien Nabet1-3/+3
2015-11-28dbaccess: small cleanupMatúš Kukan1-15/+4
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-22/+22
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin1-13/+15
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-29/+29
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-3/+10
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-10/+3
2015-06-27coverity#1308442 Uncaught exceptionCaolán McNamara1-1/+1
2015-05-30handle getParameters being called before execute()Lionel Elie Mamane1-4/+10
2015-05-30tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane1-10/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-11/+11
2015-02-17callcatcher: update unused codeCaolán McNamara1-5/+0
2015-02-09dbaccess: use constructor feature for ORowSetMiklos Vajna1-2/+4
2015-01-25that better be the caseLionel Elie Mamane1-0/+1
2015-01-22fdo#88475 RowSetBase: reposition cache before interrogating itLionel Elie Mamane1-4/+4
2015-01-20Some more loplugin:cstylecast: dbaccessStephan Bergmann1-1/+1