summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin4-12/+12
2017-11-19Use for range loops and lambda in dbfindex (dbaccess)Julien Nabet2-60/+32
2017-11-18Replace list by vector in macromigrationdialog (dbaccess)Julien Nabet1-23/+19
2017-11-16Fix typosAndrea Gelmini2-4/+4
2017-11-16Delete test*.odb filesStephan Bergmann1-0/+6
2017-11-14Translate German comments and debug stringsJohnny_M1-3/+3
2017-11-13survive building dbaccess+connectivity with --disable-dynamic-loadingCaolán McNamara1-2/+2
2017-11-12use sal_uInt16 to pass PoolItem WhichIdJochen Nitschke2-2/+2
2017-11-11A user object id is *NOT* a SotClipboardFormatIdEike Rathke4-9/+14
2017-11-10Properly construct vnd.sun.star.pkg URLStephan Bergmann2-9/+3
2017-11-10loplugin:unusedmethodsNoel Grandin5-17/+0
2017-11-09dbaccess: properly encode path to prevent stripping "fragment" from itMike Kaganski2-3/+9
2017-11-08ODBFilter::filter: Also leave window wait on exceptionMike Kaganski1-15/+23
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 Grandin66-243/+138