summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)Author
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-13Remove dead and broken EmbeddedDatabases configurationStephan Bergmann
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin
2019-02-06Make Firebird the (unconditional) default for new databasesStephan Bergmann
2019-02-06store originating exception when re-throwingNoel Grandin
2019-02-03dbaccess: convert ORowSetBase::m_pCache to shared_ptrMichael Stahl
2019-01-29dbaccess: don't try to migrate read-only fileMichael Stahl
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-29Use copy instead of getToken to get last tokenMatteo Casalin
2018-12-21pass OSQLParseNode around by unique_ptrNoel Grandin
2018-12-19simplify OContentHelper::notifyPropertiesChangeNoel Grandin
2018-12-17Related: tdf#122153 set more correct dialog parentsCaolán McNamara
2018-12-17Allow setting some MediaDescriptor properties during runtimeSamuel Mehrbrodt
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-12-02Related: tdf#121810 pass suitable message dialog parent aroundCaolán McNamara
2018-11-24convert AGGREGATE_ACTION to scoped enumNoel Grandin
2018-11-19Fix _REFESH_ -> _REFRESH_Andrea Gelmini
2018-11-16Fix typosAndrea Gelmini
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin
2018-11-10Avoid getToken to just get last tokenMatteo Casalin
2018-11-10Avoid getTokenCount()Matteo Casalin
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-04Replace preprocessor macro with short function definitionsMike Kaganski
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