summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools
AgeCommit message (Expand)Author
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-22loplugin:refcounting in connectivityNoel
2021-02-17loplugin:referencecasting in connectivityNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-09Fix loplugin:stringviewparam handling of comparison operatorsStephan Bergmann
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-27tdf#137745: crash, when deleting tables and changed relationship isn't changedJulien Nabet
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-10-01loplugin:reducevarscope in comphelper,connectivityNoel
2020-08-20Use OSL_UNREACHABLEStephan Bergmann
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-14connectivity/dbtools: create instances with uno constructorsNoel Grandin
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: connectivityStephan Bergmann
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-18use for-range on Sequence in cli_ure..connectivityNoel Grandin
2020-05-05tdf#122408 make StatementComposer apply HAVING clauseLionel Elie Mamane
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-18loplugin:flatten connectivityNoel Grandin
2020-04-14loplugin:buriedassign in c*Noel Grandin
2020-03-18simplify ORefVector codeNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-20Move Boost.Spirit usage away from legacy namespaceAdam Majer
2020-02-10move some headers inside connectivityNoel Grandin
2020-02-06Log swallowed exceptionStephan Bergmann
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-28tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-28remove some unused local varsNoel Grandin
2020-01-24loplugin:makeshared in connectivity..cppuhelperNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in connectivityNoel Grandin
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2020-01-10use more std::make_sharedNoel Grandin
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-12-18sal_Char->char in connectivityNoel Grandin
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen
2019-12-02Simplify SQLError::ParamValue to just o3tl::optional<OUString>Stephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-12use std::move when popping stuff off stacksNoel Grandin
2019-10-09Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx)Julien Nabet