summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbc
AgeCommit message (Expand)AuthorFilesLines
2019-12-18sal_Char->char in connectivityNoel Grandin1-2/+2
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen1-1/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+5
2019-10-17Remove some memset callsMike Kaganski1-4/+2
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-2/+2
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin2-4/+2
2019-08-25Fix build on big-endian platforms with clangMike Kaganski1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann2-2/+2
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-4/+4
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-14tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl1-11/+32
2019-04-29Fix typoAndrea Gelmini1-1/+1
2019-04-21Fix typoAndrea Gelmini1-2/+2
2019-04-21Fix typoAndrea Gelmini1-1/+1
2019-04-13loplugin:sequentialassign in codemaker..connectivityNoel Grandin2-6/+3
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-38/+26
2019-02-21loplugin:indentation (macOS)Stephan Bergmann1-1/+1
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann1-1/+1
2019-02-08loplugin:indentation in connectivityNoel Grandin1-1/+1
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin2-14/+36
2018-10-21pvs-studio: Expression '_par0 > 0' is always true.Caolán McNamara1-6/+3
2018-10-20clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin4-7/+2
2018-09-06loplugin:useuniqueptr in OResultSetMetaDataNoel Grandin1-8/+7
2018-07-28loplugin:stringloop basctl,chart2,connectivityNoel Grandin1-5/+6
2018-07-16Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-05-07loplugin:useuniqueptr in OPreparedStatementNoel Grandin1-7/+6
2018-04-15remove some unused comphelper includesJochen Nitschke2-2/+0
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-05Rename OCharsetMap::find overload to findIanaNameStephan Bergmann1-1/+1
2018-02-02remove connectivity OSubComponentNoel Grandin2-17/+2
2018-01-29Fix typosAndrea Gelmini1-1/+1
2018-01-27Modernize a bit connectivity (part2)Julien Nabet3-7/+8
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann5-28/+28
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
2018-01-06tdf#114495: fix crash in odbc resultset dtrJulien Nabet1-1/+2
2018-01-04tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane2-22/+0
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin3-4/+4
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-18Assume thread encoding for ODBC status stringMike Kaganski1-2/+2
2017-11-13survive building dbaccess+connectivity with --disable-dynamic-loadingCaolán McNamara1-0/+2