summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2019-02-20Revert "tdf#123020: migration to Firebird fix tablename for indexes (2)"Julien Nabet1-6/+1
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann13-21/+21
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen2-0/+2
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin1-1/+1
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-1/+1
2019-02-13Pointer is pointlessNoel Grandin5-13/+13
2019-02-13Remove dead and broken EmbeddedDatabases configurationStephan Bergmann3-23/+5
2019-02-11tdf#123020: migration to Firebird fix tablename for indexes (2)Julien Nabet1-1/+6
2019-02-11new loplugin writeonlyvarsNoel Grandin6-17/+0
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+4
2019-02-11remove ControlDependencyManagerNoel Grandin6-122/+53
2019-02-10weld FmSearchDialogCaolán McNamara1-1/+1
2019-02-10Typo: isAggreateFunction + isNumericOrAggreateFunctionJulien Nabet3-15/+15
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin19-36/+34
2019-02-06Make Firebird the (unconditional) default for new databasesStephan Bergmann2-13/+2
2019-02-06store originating exception when re-throwingNoel Grandin1-5/+7
2019-02-05tdf#119502: dbahsql: tables without primary keyTamas Bunth2-13/+26
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen15-0/+17
2019-02-03dbaccess: convert ORowSetBase::m_pCache to shared_ptrMichael Stahl3-11/+6
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-29dbaccess: don't try to migrate read-only fileMichael Stahl1-4/+9
2019-01-29dbaccess: fix Tdf119625Test with read-only $SRCDIRMichael Stahl2-3/+6
2019-01-24loplugin:constparams in dbaccess..ooxNoel Grandin6-8/+8
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 Kelemen17-0/+20
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen11-33/+23
2019-01-21use comphelper::containerToSequence in OGenericUnoControllerNoel Grandin1-21/+2
2019-01-18tdf#42949 Fix remaining IWYU warnings in include/vcl/*Gabor Kelemen1-0/+1
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen3-0/+3
2019-01-13No need to look for separator presence before using getTokenMatteo Casalin1-5/+2
2019-01-13Avoid index for single getToken callMatteo Casalin1-2/+1
2019-01-13Reduce OUString operationsMatteo Casalin1-7/+4
2019-01-09Resolves: tdf#122467 drop down field name is too narrowCaolán McNamara1-9/+11
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin4-5/+5
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen24-0/+24
2019-01-03Fix typo in codeAndrea Gelmini2-3/+3
2018-12-29Use copy instead of getToken to get last tokenMatteo Casalin1-2/+1
2018-12-28Use copy instead of getToken to get last tokenMatteo Casalin1-2/+1
2018-12-28Simplify: getToken(0,'.')=="*" to startsWith("*.")Matteo Casalin1-1/+1
2018-12-28Reduce OUString copyingMatteo Casalin1-3/+1
2018-12-28Simplify: getToken+getLength ==> indexOfMatteo Casalin1-2/+1
2018-12-28Use copy instead of getToken to get last tokenMatteo Casalin1-2/+1
2018-12-24tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-12-23Resolves: tdf#122285 task panel too shortCaolán McNamara2-3/+19
2018-12-21Resolves: tdf#121838 catch exception for missing columnCaolán McNamara1-1/+11
2018-12-21undo the band-aidCaolán McNamara1-3/+1
2018-12-21tdf#122020 crash in SvTreeList::InvalidateEntryCaolán McNamara2-10/+17