summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-04-12Revert "Remove dead HSQLDB driver"Sophia Schröder16-0/+2342
2018-04-11new loplugin:unusedvariablemoreNoel Grandin2-11/+1
2018-04-10Remove dead HSQLDB driverTamas Bunth16-2342/+0
2018-04-07dbaccess: Enable hsql migration by defaultTamas Bunth3-5/+5
2018-04-07tdf#96099: replaced trivial typedef OStringVectorkowther6-17/+16
2018-04-03new loplugin:dbgunhandledexceptionNoel Grandin1-1/+1
2018-04-03coverity#1433773 Useless callCaolán McNamara1-6/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin6-12/+12
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke7-8/+0
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke1-1/+0
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-1/+1
2018-03-08loplugin:constantparam in canvas..comphelperNoel Grandin1-6/+6
2018-03-08loplugin:unusedmethodsNoel Grandin2-41/+0
2018-03-08loplugin:unusedfieldsNoel Grandin3-7/+3
2018-03-07Firebird: allow setting BINARY fix and VARBINARYTamas Bunth1-29/+62
2018-03-05Rename OCharsetMap::find overload to findIanaNameStephan Bergmann3-3/+3
2018-03-05tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-8/+16
2018-02-28Translate German comments and debug stringsJohnny_M3-3/+3
2018-02-16connectitivty: can use o3tl::make_unique<> hereMiklos Vajna1-1/+2
2018-02-12cppcheck useInitializationListJochen Nitschke1-1/+0
2018-02-05loplugin:useuniqueptr in OTableNoel Grandin10-90/+90
2018-02-05loplugin:useuniqueptr in OStatement_BaseNoel Grandin1-3/+2
2018-02-05loplugin:useuniqueptr in OConnectionNoel Grandin2-7/+7
2018-02-02remove connectivity OSubComponentNoel Grandin23-138/+15
2018-02-01connectivity: remove dead codeChris Sherlock2-26/+0
2018-01-31connectivity: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-54/+7
2018-01-29Fix typosAndrea Gelmini2-2/+2
2018-01-29sw: prefix members of SwExtUserField, SwFileNameField and SwFileNameFieldTypeMiklos Vajna1-1/+1
2018-01-29loplugin:useuniqueptr in OCatalogNoel Grandin12-25/+25
2018-01-27Modernize a bit connectivity (part2)Julien Nabet12-80/+71
2018-01-27Add HSQLDB schema importTamas Bunth1-5/+3
2018-01-26Modernize a bit connectivity (part1)Julien Nabet10-53/+55
2018-01-26Update comment to reflect the right typeJens Carl1-1/+1
2018-01-25Change property value to get CellContentType in connectivity/Jens Carl1-2/+2
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin6-19/+11
2018-01-24Fix some IWYU warningsMiklos Vajna3-21/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann8-26/+26
2018-01-22remove some sal_Bool remnantsNoel Grandin1-1/+1
2018-01-20loplugin:emptyif (macOS)Stephan Bergmann1-6/+0
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann8-35/+35
2018-01-19loplugin:unnecessaryparen (macOS)Stephan Bergmann1-1/+1
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-1/+1
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: connectivityStephan Bergmann3-8/+8
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin3-6/+6
2018-01-14Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann58-285/+284
2018-01-11loplugin:redundantcast: connectivityStephan Bergmann1-2/+2