summaryrefslogtreecommitdiff
path: root/comphelper/source/container
AgeCommit message (Expand)Author
2024-07-14cid#1555652 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-02tdf#42982 Improve UNO API error reportingBeeram_12
2024-07-02tdf#42982 Use IllegalTypeException Error with messageHakimOttey
2024-05-03tdf#160915: make own OLE objects obey AddReplacementImages settingMike Kaganski
2024-04-30loplugin:ostr in comphelperNoel Grandin
2024-04-28Simplify a bitMike Kaganski
2024-03-30tdf#146619 Drop unused 'using namespace' in: comphelper/Gabor Kelemen
2024-02-13tdf#158237 comphelper: Use C++20 contains() instead of find() and end()AkshayWarrier
2024-02-13tdf#158237 comphelper: Use C++20 contains() instead of find() and end()Steven Casey (SMCode)
2024-02-09cid#1591762 Uncaught exceptionCaolán McNamara
2023-12-20tdf#158375: disable DDE when DisableActiveContent is setSarper Akdemir
2023-11-28tdf#156648 Prevent LO from adding an empty event listenerMatt K
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: comphelperStephan Bergmann
2023-09-10EnumerableMap does not need to implement XAggreggationNoel Grandin
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin
2022-11-11Drop counterproductive top-level constStephan Bergmann
2022-05-26clang-tidy modernize-pass-by-value in comphelperNoel Grandin
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin
2022-05-25allow comphelper::OEnumerationByName to use a vector too for namesNoel Grandin
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
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