summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann3-3/+11
2020-09-05Drop some seemingly redundant OUString(OUString::getStr()) constructionsStephan Bergmann2-6/+6
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara1-1/+1
2020-09-02move Edit into toolkit only headersCaolán McNamara1-1/+1
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-1/+1
2020-08-29Fix typo in codeAndrea Gelmini1-4/+4
2020-08-29Fix typo in codeAndrea Gelmini1-5/+5
2020-08-29Use OUString::copyStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann6-14/+14
2020-08-27remove some unused includes and update pchesCaolán McNamara2-2/+3
2020-08-24Fix typosAndrea Gelmini1-1/+1
2020-08-23Fix typo in codeAndrea Gelmini1-3/+3
2020-08-20Use OSL_UNREACHABLEStephan Bergmann2-7/+4
2020-08-19update pchesCaolán McNamara1-1/+1
2020-08-17inline some use-once typedefsNoel Grandin2-9/+3
2020-08-14loplugin:simplifybool moreNoel Grandin6-6/+6
2020-08-13Remove some unused includesMiklos Vajna1-1/+0
2020-08-13connectivity: avoid unnamed parameterMiklos Vajna1-1/+1
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara9-28/+10
2020-08-11loplugin:flattenNoel Grandin1-12/+12
2020-08-04Silence -Werror,-Wdeprecated-enum-enum-conversion (clang-cl)Stephan Bergmann1-1/+1
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin2-3/+3
2020-08-01connectivity/sdbc2: create instances with uno constructorsNoel Grandin5-105/+45
2020-07-30fix leak in Mork::OResultSetNoel Grandin3-10/+10
2020-07-29Remove some unused includesMiklos Vajna11-15/+0
2020-07-23connectivity/odbc: create instances with uno constructorsNoel Grandin7-185/+18
2020-07-23connectivity/ado: create instances with uno constructorsNoel Grandin6-145/+19
2020-07-20Fix typoAndrea Gelmini1-1/+1
2020-07-18compact namespace: connectivityNoel Grandin205-941/+359
2020-07-16loplugin:unusedmethodsNoel Grandin3-12/+1
2020-07-14connectivity/dbpool2: create instances with uno constructorsNoel Grandin5-95/+14
2020-07-14connectivity/firebird: create instances with uno constructorsNoel Grandin5-143/+16
2020-07-14connectivity/hsqldb: create instances with uno constructorsNoel Grandin5-139/+16
2020-07-14connectivity/jdbc: create instances with uno constructorsNoel Grandin5-137/+11
2020-07-14connectivity/macab: create instances with uno constructorsNoel Grandin5-137/+12
2020-07-14connectivity/evoab: create instances with uno constructorsNoel Grandin5-148/+20
2020-07-14connectivity/dbtools: create instances with uno constructorsNoel Grandin5-72/+19
2020-07-13connectivity/mozab: create instances with uno constructorsNoel Grandin3-58/+13
2020-07-13connectivity/postgresql: create instances with uno constructorsNoel Grandin5-208/+21
2020-07-13connectivity/mysql: create instances with uno constructorsNoel Grandin5-97/+19
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen7-0/+8
2020-07-12update pchesCaolán McNamara3-3/+6
2020-07-11connectivity: create instances with uno constructorsNoel Grandin19-481/+72
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-3/+3
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: connectivityStephan Bergmann20-58/+58
2020-06-26Upcoming improved loplugin:elidestringvar: connectivityStephan Bergmann1-2/+1
2020-06-24use more std::container::insert instead of std::copyNoel Grandin2-8/+2
2020-06-22Consolidate unique_ptr deleters calling freeStephan Bergmann1-2/+2
2020-06-17connectivity: fix mysql testMichael Stahl3-12/+25