summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Revert "tdf#123020: migration to Firebird fix tablename for indexes (2)"Julien Nabet2019-02-201-6/+1
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-1913-21/+21
* tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen2019-02-192-0/+2
* loplugin:simplifybool, check for !(!a op !b)Noel Grandin2019-02-181-1/+1
* loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2019-02-151-1/+1
* Pointer is pointlessNoel Grandin2019-02-135-13/+13
* Remove dead and broken EmbeddedDatabases configurationStephan Bergmann2019-02-133-23/+5
* tdf#123020: migration to Firebird fix tablename for indexes (2)Julien Nabet2019-02-111-1/+6
* new loplugin writeonlyvarsNoel Grandin2019-02-116-17/+0
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2019-02-111-3/+4
* remove ControlDependencyManagerNoel Grandin2019-02-116-122/+53
* weld FmSearchDialogCaolán McNamara2019-02-101-1/+1
* Typo: isAggreateFunction + isNumericOrAggreateFunctionJulien Nabet2019-02-103-15/+15
* loplugin:indentation in dbaccess..drawinglayerNoel Grandin2019-02-0819-36/+34
* Make Firebird the (unconditional) default for new databasesStephan Bergmann2019-02-062-13/+2
* store originating exception when re-throwingNoel Grandin2019-02-061-5/+7
* tdf#119502: dbahsql: tables without primary keyTamas Bunth2019-02-052-13/+26
* tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen2019-02-0515-0/+17
* dbaccess: convert ORowSetBase::m_pCache to shared_ptrMichael Stahl2019-02-033-11/+6
* Revert "tdf#123020: migration to Firebird fix tablename for indexes"Julien Nabet2019-02-031-3/+2
* tdf#123020: migration to Firebird fix tablename for indexesJulien Nabet2019-02-021-2/+3
* Fix conversion of non-BMP charsStephan Bergmann2019-02-011-22/+43
* tdf#121069, tdf#121469 migrate special charactersTamas Bunth2019-01-314-38/+45
* dbaccess: don't try to migrate read-only fileMichael Stahl2019-01-291-4/+9
* dbaccess: fix Tdf119625Test with read-only $SRCDIRMichael Stahl2019-01-292-3/+6
* loplugin:constparams in dbaccess..ooxNoel Grandin2019-01-246-8/+8
* tdf#122885: fix crash when converting odb file to FirebirdJulien Nabet2019-01-221-1/+1
* tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen2019-01-2217-0/+20
* o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2019-01-2111-33/+23
* use comphelper::containerToSequence in OGenericUnoControllerNoel Grandin2019-01-211-21/+2
* tdf#42949 Fix remaining IWYU warnings in include/vcl/*Gabor Kelemen2019-01-181-0/+1
* tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen2019-01-153-0/+3
* No need to look for separator presence before using getTokenMatteo Casalin2019-01-131-5/+2
* Avoid index for single getToken callMatteo Casalin2019-01-131-2/+1
* Reduce OUString operationsMatteo Casalin2019-01-131-7/+4
* Resolves: tdf#122467 drop down field name is too narrowCaolán McNamara2019-01-091-9/+11
* convert "*xxx.get()" to "*xxx"Noel Grandin2019-01-084-5/+5
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-0724-0/+24
* Fix typo in codeAndrea Gelmini2019-01-032-3/+3
* Use copy instead of getToken to get last tokenMatteo Casalin2018-12-291-2/+1
* Use copy instead of getToken to get last tokenMatteo Casalin2018-12-281-2/+1
* Simplify: getToken(0,'.')=="*" to startsWith("*.")Matteo Casalin2018-12-281-1/+1
* Reduce OUString copyingMatteo Casalin2018-12-281-3/+1
* Simplify: getToken+getLength ==> indexOfMatteo Casalin2018-12-281-2/+1
* Use copy instead of getToken to get last tokenMatteo Casalin2018-12-281-2/+1
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-12-241-1/+1
* Resolves: tdf#122285 task panel too shortCaolán McNamara2018-12-232-3/+19
* Resolves: tdf#121838 catch exception for missing columnCaolán McNamara2018-12-211-1/+11
* undo the band-aidCaolán McNamara2018-12-211-3/+1
* tdf#122020 crash in SvTreeList::InvalidateEntryCaolán McNamara2018-12-212-10/+17