summaryrefslogtreecommitdiff
path: root/comphelper/source/container
AgeCommit message (Expand)Author
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-11-04comphelper : use std::mutex in enumhelperArnaud Versini
2021-10-29Prepare for removal of non-const operator[] from Sequence in comphelperMike Kaganski
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-18improve SvxShapeCollection::getByIndexNoel Grandin
2021-08-11no need to allocate KeyedValues separatelyNoel Grandin
2021-08-09Guard read of rCont_.bIsList with rCont_.rMutexStephan Bergmann
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-18osl::Mutex->std::mutex in NameContainerNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-01-20improve some IllegalArgumentException messagesNoel
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-10-13tdf#134987 convert DOCX to ODT: fix lost chartsBalazs Varga
2020-09-27improve some exception messagesNoel Grandin
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-31Fix typo in codeAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-22tdf#81522 comphelper: just ignore disposed obj on saveJustin Luth
2020-07-21loplugin:unusedmethodsNoel Grandin
2020-07-05comphelper: create instances with uno constructorsNoel Grandin
2020-05-29use for-range loop on SequenceNoel Grandin
2020-05-29improve pahole script and pack a few classesNoel Grandin
2020-05-28loplugin:simplifybool in canvas..cuiNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-08improve loplugin:referencecastingNoel Grandin
2020-04-18loplugin:flatten in comphelperNoel Grandin
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-02-08pack some data structuresNoel Grandin
2020-01-26simplify InterfaceContainerHelper::clearNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
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