summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)AuthorFilesLines
2018-03-05loplugin:useuniqueptr in dbaccess(2)Noel Grandin4-21/+18
2018-03-05loplugin:useuniqueptr in dbaccessNoel Grandin9-32/+22
2018-03-05loplugin:useuniqueptr in OQueryDescriptor_BaseNoel Grandin3-7/+5
2018-02-05loplugin:useuniqueptr in OTableNoel Grandin1-3/+3
2018-01-31Fix typoAndrea Gelmini1-1/+1
2018-01-31tdf#114596 dbaccess: fix mysterious dataloss bugMichael Stahl2-3/+5
2018-01-29Fix typosAndrea Gelmini1-1/+1
2018-01-27Add HSQLDB schema importTamas Bunth1-0/+26
2018-01-26Fix typosAndrea Gelmini1-1/+1
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: dbaccessStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann14-52/+52
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-2/+2
2017-12-30loplugin:passstuffbyref improved return in cui,dbaccessNoel Grandin2-5/+5
2017-12-30Incrementing end iterator has undefined behavior (dbaccess/cacheset)Julien Nabet1-1/+1
2017-12-28Use returned iterator (dbaccess/rowsetcache)Julien Nabet1-2/+1
2017-12-28Optimize a bit RowSetCache (dbacess)Julien Nabet1-20/+29
2017-12-28Use for-range loops in dbaccessJulien Nabet2-12/+6
2017-12-28dbaccess OStatementBase: correctly check database metadataLionel Elie Mamane1-9/+9
2017-12-27Use for-range loops in dbaccess/RowSetJulien Nabet1-13/+11
2017-12-27Use for-range loops in dbaccess/OptimisticSetJulien Nabet1-98/+74
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-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-2/+1
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin3-8/+8
2017-12-19loplugin:unusedmethodsNoel Grandin2-51/+0
2017-12-19remove unused typedefsNoel Grandin1-1/+0
2017-12-19inline use-once typedefsNoel Grandin8-22/+9
2017-12-19Fix typosAndrea Gelmini1-2/+2
2017-12-18loplugin:unusedindexMike Kaganski3-24/+15
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin7-7/+7
2017-12-08Fix isSalCallFunction so it also works on WindowsStephan Bergmann1-1/+1
2017-12-07loplugin:countusersofdefaultparams in connectivityNoel Grandin2-9/+9
2017-12-06tdf#113413 dbaccess: only use SolarMutex in ODatabaseDocumentMichael Stahl4-41/+11
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin27-180/+180
2017-12-05Replace deprecated std::mem_fun et al in dbaccessStephan Bergmann4-13/+13
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin7-14/+14
2017-12-01Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann1-1/+2
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-3/+3
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin2-10/+10
2017-11-10Properly construct vnd.sun.star.pkg URLStephan Bergmann1-5/+1
2017-11-09dbaccess: properly encode path to prevent stripping "fragment" from itMike Kaganski1-1/+5
2017-11-06Use std::initializer_list to construct SequenceMike Kaganski1-8/+8
2017-11-06ODatabaseContext::loadObjectFromURL: don't parse string for protocolMike Kaganski1-1/+1
2017-11-06loplugin:finalclasses in dbaccessNoel Grandin5-20/+9
2017-11-01loplugin:constantparam in connectivityNoel Grandin4-6/+6
2017-11-01loplugin:constantparam in d*Noel Grandin7-14/+13
2017-10-25Work around bogus Clang C++17 -Werror,-Wunused-valueStephan Bergmann1-2/+2