summaryrefslogtreecommitdiff
path: root/comphelper/source/container
AgeCommit message (Expand)Author
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann
2019-07-19loplugin:referencecasting in comphelper..connectivityNoel Grandin
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin
2019-04-21Fix typoAndrea Gelmini
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen
2019-04-18Fix typoAndrea Gelmini
2019-04-18Fix typoAndrea Gelmini
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 1Noel Grandin
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov
2019-02-08loplugin:indentation in codemaker..comphelperNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-10loplugin:unusedmethodsNoel Grandin
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-13Fix typosAndrea Gelmini
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin
2017-10-23loplugin:includeform: comphelperStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-22IndexedPropertyValuesContainer: remove iterators stupidityMike Kaganski
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-08-27If called on an empty collection, don't let OEnumerationByIndex.nextElement()Damjan Jovanovic
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-02loplugin:casttovoid: comphelperStephan Bergmann
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-19ofz: segv on nullptrCaolán McNamara
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist