summaryrefslogtreecommitdiff
path: root/comphelper/source/container/enumerablemap.cxx
AgeCommit message (Expand)Author
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-11no need to allocate KeyedValues separatelyNoel Grandin
2021-01-20improve some IllegalArgumentException messagesNoel
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-07-21loplugin:unusedmethodsNoel Grandin
2020-07-05comphelper: create instances with uno constructorsNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-04-21Fix typoAndrea Gelmini
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-10-23loplugin:includeform: comphelperStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-06Add missing #includesStephan Bergmann
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin
2016-09-13loplugin:dllprivateStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-02-24convert ComponentMethodGuard::MethodType to scoped enumNoel Grandin
2015-11-20loplugin:unusedfields in comphelperNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07loplugin:mergeclassesNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-07-27com::sun::star->css in comphelperNoel Grandin
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-11fix-includes.pl: comphelperThomas Arnhold
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-29typo: sicne -> sinceThomas Arnhold