summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
AgeCommit message (Expand)Author
2021-05-17Simplify some initializations in connectivityJulien Nabet
2021-05-17Directly initialize maps in ADatabaseMetaDataResultSet.cxxJulien Nabet
2021-05-14Directly initialize vector in connectivity (part 3)Julien Nabet
2021-05-14Directly initialize vector in connectivity (part 2)Julien Nabet
2021-05-14Directly initialize vector in connectivity (part 1)Julien Nabet
2021-05-14Directly initialize ODatabaseMetaDataResultSet in CDatabaseMetaData.cxxJulien Nabet
2021-05-04loplugin:noexcept (macOS)Stephan Bergmann
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin
2021-04-02Simplify some static variable initializationsMike Kaganski
2021-03-27tdf#141115 semi-userfriendly message on UNION query on file driverLionel Elie Mamane
2021-03-25fix connectivity buildCaolán McNamara
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-23tdf#124176: Use pragma once instead of include guardsMehmet Sait Gülmez
2021-03-23tdf#124176 replace include guards with pragma oncePanos
2021-03-23tdf#124176 Use pragma once in connectivityVincent LE GARREC
2021-03-21fix typo in code: anylizeSQL->analyzeSQLJulien Nabet
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann
2021-03-08loplugin:refcounting (macOS)Stephan Bergmann
2021-03-05loplugin:refcounting (--enable-evolution2)Stephan Bergmann
2021-03-03loplugin:refcounting (--enable-postgresql-sdbc)Stephan Bergmann
2021-03-03loplugin:refcounting (clang-cl)Stephan Bergmann
2021-03-03loplugin:referencecasting (clang-cl)Stephan Bergmann
2021-03-02loplugin:refcounting (macOS)Stephan Bergmann
2021-02-26loplugin:refcounting in connectivityNoel
2021-02-22loplugin:refcounting in connectivityNoel
2021-02-19loplugin:referencecasting (--enable-evolution2)Stephan Bergmann
2021-02-18loplugin:referencecasting (macOS)Stephan Bergmann
2021-02-18createResulSet -> createResultSetNoel Grandin
2021-02-17loplugin:referencecasting in connectivityNoel
2021-02-10Remove unneeded breaksAndrea Gelmini
2021-02-09loplugin:referencecasting check for Reference::queryNoel
2021-02-05restore com.sun.star.mozilla.MozillaBootstrapCaolán McNamara
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2021-01-26loplugin:passstuffbyrefNoel
2021-01-13loplugin:stringviewparam (clang-cl)Stephan Bergmann
2021-01-12loplugin:stringview (clang-cl)Stephan Bergmann
2021-01-10tdf#124176 Use pragma once instead of include guardsanirudhS
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-08Fix uses of OTools::get/putValue with string argumentsStephan Bergmann
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann