summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* New loplugin:externalStephan Bergmann2018-09-1718-33/+41
* Fix warning out-of-range value from the DatasourceType selectionJulien Nabet2018-09-141-0/+2
* loplugin:unusedfieldsNoel Grandin2018-09-112-4/+0
* Avoid getTokenCount()Matteo Casalin2018-09-091-1/+1
* Remove return variableMatteo Casalin2018-09-091-3/+2
* Reduce OUString operationsMatteo Casalin2018-09-091-7/+3
* Avoid getTokenCount()Matteo Casalin2018-09-091-8/+7
* Avoid getTokenCount()Matteo Casalin2018-09-091-5/+5
* Avoid getTokenCount()Matteo Casalin2018-09-091-7/+5
* loplugin:useuniqueptr in OGenericAdministrationPageNoel Grandin2018-09-0820-185/+179
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-09-081-8/+3
* Cppcheck: resource leak warningMike Kaganski2018-09-072-2/+6
* tdf#119694: read embedded hsqldb file generated before 6.1Julien Nabet2018-09-071-0/+1
* loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin2018-09-0622-35/+7
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-063-3/+3
* tdf#118750: fix migration assistantJulien Nabet2018-09-021-2/+9
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-295-10/+10
* loplugin:constantparam (2)Noel Grandin2018-08-291-3/+3
* new loplugin:oustringbufferNoel Grandin2018-08-2911-48/+47
* loplugin:constantparam (1)Noel Grandin2018-08-292-7/+7
* Blind fix for -Werror,-Wunused-functionStephan Bergmann2018-08-241-0/+2
* give the migration warn dialog a parentCaolán McNamara2018-08-241-1/+18
* pass DelFormats around using std::vectorNoel Grandin2018-08-241-5/+3
* we have a suitable parent window at this pointCaolán McNamara2018-08-231-1/+2
* loplugin:useuniqueptr in svt::DialogNoel Grandin2018-08-203-4/+4
* Fix typo: s/an other/another/gAndrea Gelmini2018-08-161-1/+1
* loplugin:returnconstant in dbaccessNoel Grandin2018-08-168-27/+21
* loplugin:useuniqueptr in ODbAdminDialogNoel Grandin2018-08-1510-20/+13
* tdf#119245 Set a parent for OParameterDialogMaxim Monastirsky2018-08-142-1/+16
* add operator+=(OUStringBuffer) method to OUStringNoel Grandin2018-08-011-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-0142-0/+42
* replace double checked locking patternsJochen Nitschke2018-07-292-22/+6
* Merge identical conditional branches in OContentHelperMuhammet Kara2018-07-291-13/+1
* Remove unused local variable aErrorMuhammet Kara2018-07-291-1/+0
* loplugin:stringloop cui,dbaccessNoel Grandin2018-07-289-60/+52
* Remove unused local variable aImageProviderMuhammet Kara2018-07-273-5/+0
* dbaccess: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-263-9/+0
* dbaccess: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-261-0/+5
* Fix typosAndrea Gelmini2018-07-241-1/+1
* Fix typosAndrea Gelmini2018-07-231-1/+1
* Fix typos in codeAndrea Gelmini2018-07-221-2/+2
* Fix typosAndrea Gelmini2018-07-211-1/+1
* Fix typosAndrea Gelmini2018-07-181-2/+2
* merge IUndoManager into SfxUndoManagerNoel Grandin2018-07-131-2/+2
* tdf#118634: Don't save embedded data source to a temporary preview documentMike Kaganski2018-07-102-11/+36
* Translate German commentsJohnny_M2018-07-102-5/+4
* pass SvStream around by std::unique_ptrNoel Grandin2018-07-101-1/+1
* Fix typoAndrea Gelmini2018-07-081-1/+1
* HSQLDB Migration: overwrite backup xmlTamas Bunth2018-07-061-1/+5
* dbahsql: Look for properties only after nameTamas Bunth2018-07-062-2/+23