summaryrefslogtreecommitdiff
path: root/comphelper/source/container
AgeCommit message (Expand)AuthorFilesLines
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-1/+1
2020-02-08pack some data structuresNoel Grandin1-2/+2
2020-01-26simplify InterfaceContainerHelper::clearNoel Grandin1-7/+6
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-4/+28
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+2
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2-6/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann3-3/+3
2019-07-19loplugin:referencecasting in comphelper..connectivityNoel Grandin1-5/+3
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-1/+1
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-6/+1
2019-04-21Fix typoAndrea Gelmini1-1/+1
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen7-9/+6
2019-04-18Fix typoAndrea Gelmini1-2/+2
2019-04-18Fix typoAndrea Gelmini1-1/+1
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 1Noel Grandin1-44/+47
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-8/+8
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-12/+12
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen1-2/+0
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov3-88/+50
2019-02-08loplugin:indentation in codemaker..comphelperNoel Grandin1-3/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin2-2/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-1/+0
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin1-2/+2
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-10loplugin:unusedmethodsNoel Grandin1-60/+0
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet1-6/+2
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin1-14/+5
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann2-2/+2
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-6/+6
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin1-4/+4
2017-10-23loplugin:includeform: comphelperStephan Bergmann1-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-7/+7
2017-09-22IndexedPropertyValuesContainer: remove iterators stupidityMike Kaganski1-48/+3
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin1-49/+43
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-1/+1
2017-08-27If called on an empty collection, don't let OEnumerationByIndex.nextElement()Damjan Jovanovic1-7/+6
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-2/+2
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-1/+1
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-3/+3
2017-07-02loplugin:casttovoid: comphelperStephan Bergmann1-1/+0
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin1-2/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2