summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)Author
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-26Fix typosAndrea Gelmini
2018-10-22pvs-studio: V571 Recurring checkCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-13Ditch now unused class UserInformation and userinformation.?xxEike Rathke
2018-10-13Extract the one getUserLanguage() call from UserInformationEike Rathke
2018-10-12tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-22tdf#119569 try most likely to succeed method to get column metadata _before_Lionel Elie Mamane
2018-09-17New loplugin:externalStephan Bergmann
2018-09-11loplugin:unusedfieldsNoel Grandin
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin
2018-09-02tdf#118750: fix migration assistantJulien Nabet
2018-08-29new loplugin:oustringbufferNoel Grandin
2018-08-29loplugin:constantparam (1)Noel Grandin
2018-08-24Blind fix for -Werror,-Wunused-functionStephan Bergmann
2018-08-24give the migration warn dialog a parentCaolán McNamara
2018-08-16Fix typo: s/an other/another/gAndrea Gelmini
2018-08-16loplugin:returnconstant in dbaccessNoel Grandin
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-29replace double checked locking patternsJochen Nitschke
2018-07-29Merge identical conditional branches in OContentHelperMuhammet Kara
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin
2018-07-26dbaccess: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-24Fix typosAndrea Gelmini
2018-07-23Fix typosAndrea Gelmini
2018-07-10tdf#118634: Don't save embedded data source to a temporary preview documentMike Kaganski
2018-07-06HSQLDB Migration: overwrite backup xmlTamas Bunth
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov
2018-06-19Fix typoAndrea Gelmini
2018-06-18Back up content.xml when migrating databaseTamas Bunth
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-06-04Properly decompose vnd.sun.star.pkg URLStephan Bergmann
2018-06-03tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-05-17loplugin:unusedfields in dbaccess..drawinglayerNoel Grandin
2018-05-14loplugin:useuniqueptr in ORowSetNoel Grandin
2018-05-11(try to) fix dbaccess firebird-related testsRene Engelhard
2018-05-05Refactor: migration warn dlg without modifying APITamas Bunth
2018-04-29OUString: getLength() ==> isEmpty() when possibleMatteo Casalin
2018-04-29Reduce getTokenCount calls, use getToken with start indexMatteo Casalin
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl
2018-04-26dbu: Set Firebird to default in wizard..Tamas Bunth
2018-04-17Resolves: tdf#117057 use same style warning as elsewhereCaolán McNamara