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