summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-21pass OSQLParseNode around by unique_ptrNoel Grandin5-18/+14
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen2-0/+2
2018-12-19simplify OContentHelper::notifyPropertiesChangeNoel Grandin1-19/+11
2018-12-17tdf#122152 set dialog parentCaolán McNamara1-1/+7
2018-12-17Related: tdf#122153 set more correct dialog parentsCaolán McNamara3-8/+11
2018-12-17give dbaccess save query dialog a parentCaolán McNamara1-1/+1
2018-12-17Allow setting some MediaDescriptor properties during runtimeSamuel Mehrbrodt2-0/+7
2018-12-12tdf#122020 - avoid nullptr deref.Michael Meeks1-1/+3
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen7-0/+7
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin8-14/+14
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann22-49/+49
2018-12-07tdf#121935 crash on "set up connect to text files"Caolán McNamara4-18/+33
2018-12-06Drop juh.jar dependency from Java UNO testsJan-Marek Glogowski1-0/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin4-10/+10