summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
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 Grandin2-15/+12
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 Bergmann4-4/+4
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 Grandin12-121/+112
2018-02-05loplugin:useuniqueptr in OStatement_BaseNoel Grandin2-4/+3
2018-02-05loplugin:useuniqueptr in OSQLParseNodeNoel Grandin1-29/+34
2018-02-05loplugin:useuniqueptr in OConnectionNoel Grandin2-7/+7
2018-02-02remove connectivity OSubComponentNoel Grandin34-242/+26
2018-02-01connectivity: remove dead codeChris Sherlock2-26/+0
2018-01-31connectivity: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski12-134/+23
2018-01-30coverity#1421119 Dereference after null checkCaolán McNamara1-5/+11
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 Grandin16-38/+34
2018-01-27Modernize a bit connectivity (part2)Julien Nabet15-129/+110
2018-01-27Add HSQLDB schema importTamas Bunth1-5/+3
2018-01-26Modernize a bit connectivity (part1)Julien Nabet14-109/+88
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 Grandin9-24/+15
2018-01-24Fix some IWYU warningsMiklos Vajna5-23/+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-19new loplugin:emptyifNoel Grandin2-12/+0
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-1/+1
2018-01-17Fix typosAndrea Gelmini2-2/+2
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2018-01-16Fix typosAndrea Gelmini1-2/+2
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 Bergmann72-365/+364
2018-01-11loplugin:redundantcast: connectivityStephan Bergmann1-2/+2
2018-01-11connectivity: various small cleanups in the Writer driverMiklos Vajna11-56/+52
2018-01-11(related:tdf#114939) connectivity: use real SHA1Michael Stahl1-10/+9
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2018-01-07fixup tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane1-1/+0
2018-01-07tdf#114495 ODBC: clear row status buffer *before* we throw away the statementJulien Nabet1-1/+1
2018-01-06Revert "tdf#114495: fix crash in odbc resultset dtr"Julien Nabet1-2/+1