summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2018-09-14Fix warning out-of-range value from the DatasourceType selectionJulien Nabet1-0/+2
2018-09-11loplugin:unusedfieldsNoel Grandin2-4/+0
2018-09-09Avoid getTokenCount()Matteo Casalin1-1/+1
2018-09-09Remove return variableMatteo Casalin1-3/+2
2018-09-09Reduce OUString operationsMatteo Casalin1-7/+3
2018-09-09Avoid getTokenCount()Matteo Casalin1-8/+7
2018-09-09Avoid getTokenCount()Matteo Casalin1-5/+5
2018-09-09Avoid getTokenCount()Matteo Casalin1-7/+5
2018-09-08loplugin:useuniqueptr in OGenericAdministrationPageNoel Grandin20-185/+179
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-8/+3
2018-09-07Cppcheck: resource leak warningMike Kaganski2-2/+6
2018-09-07tdf#119694: read embedded hsqldb file generated before 6.1Julien Nabet1-0/+1
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin22-35/+7
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin3-3/+3
2018-09-02tdf#118750: fix migration assistantJulien Nabet1-2/+9
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov5-10/+10
2018-08-29loplugin:constantparam (2)Noel Grandin1-3/+3
2018-08-29new loplugin:oustringbufferNoel Grandin11-48/+47
2018-08-29loplugin:constantparam (1)Noel Grandin2-7/+7
2018-08-24Blind fix for -Werror,-Wunused-functionStephan Bergmann1-0/+2
2018-08-24give the migration warn dialog a parentCaolán McNamara1-1/+18
2018-08-24pass DelFormats around using std::vectorNoel Grandin1-5/+3
2018-08-23we have a suitable parent window at this pointCaolán McNamara1-1/+2
2018-08-20loplugin:useuniqueptr in svt::DialogNoel Grandin3-4/+4
2018-08-16Fix typo: s/an other/another/gAndrea Gelmini1-1/+1
2018-08-16loplugin:returnconstant in dbaccessNoel Grandin8-27/+21
2018-08-15loplugin:useuniqueptr in ODbAdminDialogNoel Grandin10-20/+13
2018-08-14tdf#119245 Set a parent for OParameterDialogMaxim Monastirsky2-1/+16
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen42-0/+42
2018-07-29replace double checked locking patternsJochen Nitschke2-22/+6
2018-07-29Merge identical conditional branches in OContentHelperMuhammet Kara1-13/+1
2018-07-29Remove unused local variable aErrorMuhammet Kara1-1/+0
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin9-60/+52
2018-07-27Remove unused local variable aImageProviderMuhammet Kara3-5/+0
2018-07-26dbaccess: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann3-9/+0
2018-07-26dbaccess: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+5
2018-07-24Fix typosAndrea Gelmini1-1/+1
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-22Fix typos in codeAndrea Gelmini1-2/+2
2018-07-21Fix typosAndrea Gelmini1-1/+1
2018-07-18Fix typosAndrea Gelmini1-2/+2
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-2/+2
2018-07-10tdf#118634: Don't save embedded data source to a temporary preview documentMike Kaganski2-11/+36
2018-07-10Translate German commentsJohnny_M2-5/+4
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-1/+1
2018-07-08Fix typoAndrea Gelmini1-1/+1
2018-07-06HSQLDB Migration: overwrite backup xmlTamas Bunth1-1/+5
2018-07-06dbahsql: Look for properties only after nameTamas Bunth2-2/+23
2018-07-06dbahsql: refactor, around parseColumnpartTamas Bunth1-35/+46