summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter
AgeCommit message (Expand)AuthorFilesLines
2019-07-19loplugin:referencecasting in dbaccessNoel Grandin1-1/+1
2019-07-17tdf#123020 dbahsql: Support string delimiterTamas Bunth1-2/+18
2019-07-13dbaccess: use local variable aBytesXisco Fauli1-1/+1
2019-07-12tdf#126268: Add support for negative decimalXisco Fauli1-1/+19
2019-07-11tdf#126268: first byte is not used for the sign symbolXisco Fauli1-19/+1
2019-06-15loplugin:logexceptionnicely in dbaccessNoel Grandin1-4/+2
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov3-7/+7
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2-2/+2
2019-05-10an is used before a vowel soundCaolán McNamara1-2/+2
2019-05-04Fix typoAndrea Gelmini1-1/+1
2019-05-04Fix typoAndrea Gelmini1-1/+1
2019-04-13loplugin:sequentialassign in dbaccess..desktopNoel Grandin1-2/+1
2019-03-12tdf#121092: save db:suppress-version-columns to ODBMike Kaganski1-1/+11
2019-03-05re-land "new loplugin typedefparam""Noel Grandin4-17/+12
2019-03-04OSequenceIterator is not necessary anymoreNoel Grandin1-3/+5
2019-03-04Revert "new loplugin typedefparam"Noel Grandin4-12/+17
2019-03-04new loplugin typedefparamNoel Grandin4-17/+12
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin2-10/+0
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov2-3/+5
2019-02-20Revert "tdf#123020: migration to Firebird fix tablename for indexes (2)"Julien Nabet1-6/+1
2019-02-11tdf#123020: migration to Firebird fix tablename for indexes (2)Julien Nabet1-1/+6
2019-02-11new loplugin writeonlyvarsNoel Grandin2-7/+0
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin2-2/+2
2019-02-05tdf#119502: dbahsql: tables without primary keyTamas Bunth2-13/+26
2019-02-03Revert "tdf#123020: migration to Firebird fix tablename for indexes"Julien Nabet1-3/+2
2019-02-02tdf#123020: migration to Firebird fix tablename for indexesJulien Nabet1-2/+3
2019-02-01Fix conversion of non-BMP charsStephan Bergmann1-22/+43
2019-01-31tdf#121069, tdf#121469 migrate special charactersTamas Bunth4-38/+45
2019-01-22tdf#122885: fix crash when converting odb file to FirebirdJulien Nabet1-1/+1
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen16-0/+19
2018-12-28Use copy instead of getToken to get last tokenMatteo Casalin1-2/+1
2018-12-21Resolves: tdf#121838 catch exception for missing columnCaolán McNamara1-1/+11
2018-12-02Related: tdf#121810 pass suitable message dialog parent aroundCaolán McNamara2-3/+11
2018-11-30loplugin:singlevalfieldsNoel Grandin2-9/+3
2018-11-22improve function-local statics in dbaccess..filterNoel Grandin2-14/+16
2018-10-29tdf#120691 Migrate tables which contain spacesTamas Bunth1-0/+18
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin2-5/+4
2018-10-22 tdf#119625: coerce migrated Time between 0 and 24 hoursTerrence Enger1-8/+6
2018-10-21pvs-studio: Expression 'pException' is always false.Caolán McNamara1-3/+3
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin2-3/+3
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-16/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin3-13/+13
2018-09-17New loplugin:externalStephan Bergmann3-4/+8
2018-09-07tdf#119694: read embedded hsqldb file generated before 6.1Julien Nabet1-0/+1
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin3-3/+2
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin3-3/+3
2018-08-29new loplugin:oustringbufferNoel Grandin1-11/+11
2018-08-01Add missing sal/log.hxx headersGabor Kelemen8-0/+8
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-1/+1