summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-3/+3
2018-01-10tdf#113923: don't use twice a new column in table copyJulien Nabet1-3/+13
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin6-9/+9
2017-12-31tdf#114755: Remove extra parenthesisJulien Nabet1-1/+1
2017-12-30loplugin:passstuffbyref improved return in cui,dbaccessNoel Grandin17-22/+22
2017-12-30Incrementing end iterator has undefined behavior (dbaccess/cacheset)Julien Nabet1-1/+1
2017-12-29Fix typosAndrea Gelmini1-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 Nabet4-21/+12
2017-12-28tdf#114702 don't use XMultipleResultset unless DatabaseMetaData says we canLionel Elie Mamane1-1/+3
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-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-19loplugin:unusedmethodsNoel Grandin2-51/+0
2017-12-19remove unused typedefsNoel Grandin4-6/+0
2017-12-19inline use-once typedefsNoel Grandin12-34/+12
2017-12-19loplugin:unusedenumconstantsNoel Grandin1-1/+0
2017-12-19Fix typosAndrea Gelmini1-2/+2
2017-12-18loplugin:unusedindexMike Kaganski16-165/+102
2017-12-15Make temp copy of dbaccess/qa/unit/data/firebird_empty.odb for testingStephan Bergmann3-3/+30
2017-12-15CONTAINER_ENTRY_NOTFOUND not needed anymoreNoel Grandin3-4/+4
2017-12-15use ColumnPositions name more consistentlyNoel Grandin7-42/+41
2017-12-15sal_Bool -> boolStephan Bergmann14-16/+16
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann52-108/+108
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann1-2/+2
2017-12-13Remove traces of Report Builder's former status as extensionLionel Elie Mamane2-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin40-74/+74
2017-12-08Fix isSalCallFunction so it also works on WindowsStephan Bergmann1-1/+1
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin2-2/+2
2017-12-07loplugin:countusersofdefaultparams in connectivityNoel Grandin2-9/+9
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
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::bin2nd with lambda in dbaccessStephan Bergmann3-7/+6
2017-12-05Replace deprecated std::mem_fun et al in dbaccessStephan Bergmann5-14/+14
2017-12-05loplugin:countusersofdefaultparams in dbaccessNoel Grandin15-20/+20
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-30dbaccess: -Werror,-Wimplicit-fallthroughMichael Stahl1-0/+1
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl2-3/+3
2017-11-30dbaccess: split up ODBFilter::CreateContext()Michael Stahl3-24/+173
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-3/+3
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann2-2/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2-2/+2