summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)AuthorFilesLines
2019-05-31dbaccess: fix more memory leaks caused by circular ReferenceMichael Stahl2-8/+11
2019-05-29tdf#114596 dbaccess: fix mysterious dataloss bug (part 2)Xisco Fauli2-4/+5
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-22tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen1-0/+1
2019-05-16tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl1-13/+34
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin16-29/+29
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2019-05-04Fix typoAndrea Gelmini1-1/+1
2019-05-02Fix typoAndrea Gelmini1-1/+1
2019-05-02Fix typoAndrea Gelmini1-1/+1
2019-05-02Fix typoAndrea Gelmini1-1/+1
2019-05-02Fix typoAndrea Gelmini1-1/+1
2019-05-02Fix typoAndrea Gelmini1-4/+4
2019-05-02Fix typoAndrea Gelmini1-1/+1
2019-05-01Fix typoAndrea Gelmini1-2/+2
2019-05-01Fix typoAndrea Gelmini1-1/+1
2019-05-01Fix typoAndrea Gelmini1-1/+1
2019-05-01Fix typoAndrea Gelmini1-4/+4
2019-04-22Fix typoAndrea Gelmini1-1/+1
2019-04-22Fix typoAndrea Gelmini1-2/+2
2019-04-15Suppress migration dialog during unit test runheiko tietze1-1/+2
2019-04-13loplugin:sequentialassign in dbaccess..desktopNoel Grandin2-4/+2
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski5-43/+45
2019-03-28Fix typoAndrea Gelmini1-1/+1
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen8-10/+0
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-25new loplugin:unoqueryNoel Grandin10-68/+68
2019-03-22Fix typoAndrea Gelmini1-1/+1
2019-03-20Fix typoAndrea Gelmini1-1/+1
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen15-0/+19
2019-03-09Fix typoAndrea Gelmini1-1/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin3-5/+8
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-2/+2
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin4-5/+2
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov7-110/+72
2019-02-25loplugin:unusedfields in dbaccessNoel Grandin5-14/+0
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann7-9/+9
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-1/+1
2019-02-13Remove dead and broken EmbeddedDatabases configurationStephan Bergmann1-20/+2
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin4-6/+6
2019-02-06Make Firebird the (unconditional) default for new databasesStephan Bergmann1-7/+1
2019-02-06store originating exception when re-throwingNoel Grandin1-5/+7
2019-02-03dbaccess: convert ORowSetBase::m_pCache to shared_ptrMichael Stahl3-11/+6
2019-01-29dbaccess: don't try to migrate read-only fileMichael Stahl1-4/+9
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-12-29Use copy instead of getToken to get last tokenMatteo Casalin1-2/+1
2018-12-21pass OSQLParseNode around by unique_ptrNoel Grandin1-4/+4
2018-12-19simplify OContentHelper::notifyPropertiesChangeNoel Grandin1-19/+11
2018-12-17Related: tdf#122153 set more correct dialog parentsCaolán McNamara3-8/+11