summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-03-06sync dbaccess ui files with swriter ui file structureandreas kainz
2019-03-06Blacklist some dialogs which won't get properly initializedStephan Bergmann
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-05weld ODatasourceSelectDialogCaolán McNamara
2019-03-04OSequenceIterator is not necessary anymoreNoel Grandin
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-03-04Fix typoAndrea Gelmini
2019-03-02OSQLNameEdit not needed as a buildable anymoreCaolán McNamara
2019-03-02drop newly unused OSQLNameComboBoxCaolán McNamara
2019-03-02weld OSaveAsDlgCaolán McNamara
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov
2019-02-25loplugin:unusedfields in dbaccessNoel Grandin
2019-02-20Revert "tdf#123020: migration to Firebird fix tablename for indexes (2)"Julien Nabet
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-13Pointer is pointlessNoel Grandin
2019-02-13Remove dead and broken EmbeddedDatabases configurationStephan Bergmann
2019-02-11tdf#123020: migration to Firebird fix tablename for indexes (2)Julien Nabet
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-02-11remove ControlDependencyManagerNoel Grandin
2019-02-10weld FmSearchDialogCaolán McNamara
2019-02-10Typo: isAggreateFunction + isNumericOrAggreateFunctionJulien Nabet
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-05tdf#119502: dbahsql: tables without primary keyTamas Bunth
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2019-02-03dbaccess: convert ORowSetBase::m_pCache to shared_ptrMichael Stahl
2019-02-03Revert "tdf#123020: migration to Firebird fix tablename for indexes"Julien Nabet
2019-02-02tdf#123020: migration to Firebird fix tablename for indexesJulien Nabet
2019-02-01Fix conversion of non-BMP charsStephan Bergmann
2019-01-31tdf#121069, tdf#121469 migrate special charactersTamas Bunth
2019-01-29dbaccess: don't try to migrate read-only fileMichael Stahl
2019-01-29dbaccess: fix Tdf119625Test with read-only $SRCDIRMichael Stahl
2019-01-24loplugin:constparams in dbaccess..ooxNoel Grandin
2019-01-22tdf#122885: fix crash when converting odb file to FirebirdJulien Nabet
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2019-01-21use comphelper::containerToSequence in OGenericUnoControllerNoel Grandin