summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/OptimisticSet.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-15use more try_emplaceNoel Grandin1-4/+2
2020-04-27loplugin:unusedfieldsNoel Grandin1-1/+1
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen1-15/+2
2020-03-18simplify ORefVector codeNoel Grandin1-10/+10
2019-03-25new loplugin:unoqueryNoel Grandin1-1/+1
2018-08-29new loplugin:oustringbufferNoel Grandin1-2/+2
2017-12-27Use for-range loops in dbaccess/OptimisticSetJulien Nabet1-98/+74
2017-12-07loplugin:countusersofdefaultparams in connectivityNoel Grandin1-4/+4
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-3/+3
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-6/+6
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
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-20cppcheck: unreadVariableJochen Nitschke1-1/+0
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-17/+17
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-3/+3
2016-11-15loplugin:constantparamNoel Grandin1-1/+1
2016-11-04loplugin:oncevar in dbaccessNoel Grandin1-11/+5
2016-02-25convert StandardSQLState to scoped enumNoel Grandin1-3/+3
2016-02-25convert EComposeRule to scoped enumNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-09-07dbaccess: replace for_each with range-based forDaniel Robertson1-51/+27
2015-07-20loplugin:unusedmethods dbaccessNoel Grandin1-7/+0
2015-06-27coverity#1308440 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308436 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-22cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2014-12-14fdo#39440 remove unused variablesMichael Weghorn1-3/+0
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-5/+5
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann1-6/+2
2014-09-17TyposJulien Nabet1-1/+1
2014-05-14dbaccess: remove SAL_INFO's that only make function entryNoel Grandin1-7/+0
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-1/+1
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-1/+1
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2013-12-20typo fixesAndras Timar1-3/+3
2013-12-12fdo#72463 RowSet: on execute when not dirty, rebuild cacheLionel Elie Mamane1-10/+0
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-1/+2
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa1-0/+2
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-6/+5
2013-07-02fdo#66464 initialise static join info at construct timeLionel Elie Mamane1-5/+11
2013-06-17fdo#43460 dbaccess: use isEmpty()Jelle van der Waa1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-57/+57
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin1-2/+2
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-9/+9
2013-02-27janitorial: simplify test expression without semantics changeLionel Elie Mamane1-1/+1
2013-02-27fdo#51976 make "refetch one row" query easier to optimiseLionel Elie Mamane1-4/+9