summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Make loplugin:salcall look into macros tooStephan Bergmann2017-12-131-2/+2
* Remove traces of Report Builder's former status as extensionLionel Elie Mamane2017-12-132-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-1140-74/+74
* Fix isSalCallFunction so it also works on WindowsStephan Bergmann2017-12-081-1/+1
* loplugin:salcall vcl builder methodsNoel Grandin2017-12-082-2/+2
* loplugin:countusersofdefaultparams in connectivityNoel Grandin2017-12-072-9/+9
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-061-0/+1
* tdf#113413 dbaccess: only use SolarMutex in ODatabaseDocumentMichael Stahl2017-12-064-41/+11
* loplugin:salcall handle virtual methodsNoel Grandin2017-12-0627-180/+180
* Replace deprecated std::bin2nd with lambda in dbaccessStephan Bergmann2017-12-053-7/+6
* Replace deprecated std::mem_fun et al in dbaccessStephan Bergmann2017-12-055-14/+14
* loplugin:countusersofdefaultparams in dbaccessNoel Grandin2017-12-0515-20/+20
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-057-14/+14
* Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann2017-12-011-1/+2
* dbaccess: -Werror,-Wimplicit-fallthroughMichael Stahl2017-11-301-0/+1
* xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl2017-11-302-3/+3
* dbaccess: split up ODBFilter::CreateContext()Michael Stahl2017-11-303-24/+173
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-271-3/+3
* Make loplugin:unnecessaryparen look through implicitStephan Bergmann2017-11-232-2/+2
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-222-2/+2
* Fix typosAndrea Gelmini2017-11-211-1/+1
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-204-12/+12
* Use for range loops and lambda in dbfindex (dbaccess)Julien Nabet2017-11-192-60/+32
* Replace list by vector in macromigrationdialog (dbaccess)Julien Nabet2017-11-181-23/+19
* Fix typosAndrea Gelmini2017-11-162-4/+4
* Delete test*.odb filesStephan Bergmann2017-11-161-0/+6
* Translate German comments and debug stringsJohnny_M2017-11-141-3/+3
* survive building dbaccess+connectivity with --disable-dynamic-loadingCaolán McNamara2017-11-131-2/+2
* use sal_uInt16 to pass PoolItem WhichIdJochen Nitschke2017-11-122-2/+2
* A user object id is *NOT* a SotClipboardFormatIdEike Rathke2017-11-114-9/+14
* Properly construct vnd.sun.star.pkg URLStephan Bergmann2017-11-102-9/+3
* loplugin:unusedmethodsNoel Grandin2017-11-105-17/+0
* dbaccess: properly encode path to prevent stripping "fragment" from itMike Kaganski2017-11-092-3/+9
* ODBFilter::filter: Also leave window wait on exceptionMike Kaganski2017-11-081-15/+23
* Use std::initializer_list to construct SequenceMike Kaganski2017-11-061-8/+8
* ODatabaseContext::loadObjectFromURL: don't parse string for protocolMike Kaganski2017-11-061-1/+1
* loplugin:finalclasses in dbaccessNoel Grandin2017-11-0666-243/+138
* Make Windows error reporting more robustMike Kaganski2017-11-041-4/+3
* loplugin:constantparam in connectivityNoel Grandin2017-11-0113-18/+18
* loplugin:constantparam in d*Noel Grandin2017-11-0111-27/+19
* loplugin:includeform: dbaccess (Windows)Stephan Bergmann2017-10-272-2/+2
* vcl: make MapMode constructor explicitMichael Stahl2017-10-2622-39/+39
* More loplugin:unnecessaryparenStephan Bergmann2017-10-262-2/+2
* Work around bogus Clang C++17 -Werror,-Wunused-valueStephan Bergmann2017-10-251-2/+2
* loplugin:includeform: dbaccessStephan Bergmann2017-10-23396-1575/+1575
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* use rtl::Reference in ODatabaseContextNoel Grandin2017-10-184-28/+12
* turn implicit container explicit in buildable notebooksCaolán McNamara2017-10-174-14/+56
* Move dbaccess/source/core/dataaccess include files to common include directoryStephan Bergmann2017-10-165-13/+13
* Related: tdf#107569 Remove useless slotsMaxim Monastirsky2017-10-061-1/+0