summaryrefslogtreecommitdiff
path: root/cppu/source/uno/lbenv.cxx
AgeCommit message (Expand)Author
2024-04-30WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-27loplugin:ostr in cppu,cppuhelperNoel Grandin
2023-12-03cid#1546503 Using invalid iteratorCaolán McNamara
2023-03-24loplugin:stringadd in c*Noel Grandin
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann
2022-07-21elide some makeStringAndClear() callsNoel Grandin
2022-05-17clang-tidy modernize-pass-by-value in cppuNoel Grandin
2021-11-09rtl::Static to thread-safe staticNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-10clang:optin.performance.Padding in cppuNoel Grandin
2021-08-31Elide class makeOIdPartStephan Bergmann
2021-08-15rtl::Static -> thread-safe static localNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-11loplugin:stringviewNoel
2020-04-18loplugin:flatten in cppuNoel Grandin
2020-04-14loplugin:buriedassign in c*Noel Grandin
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin
2019-07-26cid#1448407 silence Resource leakCaolán McNamara
2019-05-22New loplugin:dataStephan Bergmann
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov
2019-01-29cppu: fix Android buildMiklos Vajna
2019-01-29tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-05-10move Java from config_features to already existing config_javaRene Engelhard
2018-01-12More loplugin:cstylecast: cppuStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-10-23loplugin:includeform: cppuStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-19loplugin:constparams in cppuNoel Grandin
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-04-01loplugin:staticanonymousStephan Bergmann