summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2024-02-13tdf#158237 comphelper: Use C++20 contains() instead of find() and end()AkshayWarrier1-4/+2
2024-02-13fix windows --enable-mergelibs buildNoel Grandin1-2/+2
2024-02-13tdf#158237 comphelper: Use C++20 contains() instead of find() and end()Steven Casey (SMCode)4-5/+5
2024-02-12tdf#158337 use std::erase instead of std::remove followed by erasevarshneydevansh1-1/+1
2024-02-09cid#1591762 Uncaught exceptionCaolán McNamara1-7/+3
2024-02-08tdf#157042: Revert "re-apply "optimize ConfigurationProperty::get()""Xisco Fauli1-80/+28
2024-02-06elide some OString temporariesNoel Grandin1-5/+5
2024-02-04cid#1591493 Unchecked return valueCaolán McNamara1-2/+6
2024-02-01check that rtl_random_getBytes() was successfulMichael Stahl2-2/+8
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-7/+7
2024-01-17Add back XComponentContext to officecfg::...::get() callsStephan Bergmann1-6/+9
2024-01-16loplugin:unusedfieldsNoel Grandin1-3/+1
2024-01-06cid#1560051 Missing move assignment operatorCaolán McNamara1-13/+22
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-4/+23
2023-12-29trace events: fix deadlock from non-recursive mutex.Michael Meeks1-6/+7
2023-12-23ofz#65295 AbrtCaolán McNamara1-0/+4
2023-12-23cid#1545209 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-22Use emplace_back instead of push_back (comphelper)Julien Nabet1-2/+2
2023-12-21allow passing if deep detection is wantedCaolán McNamara1-2/+2
2023-12-20tdf#158375: disable DDE when DisableActiveContent is setSarper Akdemir1-0/+4
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-1/+0
2023-11-29Extended loplugin:ostr: comphelperStephan Bergmann1-6/+6
2023-11-28tdf#156648 Prevent LO from adding an empty event listenerMatt K1-0/+3
2023-11-23tdf#158321 No error message when file doesn't existNoel Grandin2-38/+35
2023-11-20Extended loplugin:ostr: comphelperStephan Bergmann3-21/+21
2023-11-10avoid unnecessary intermediate bufferNoel Grandin1-8/+8
2023-11-10reduce noise in exceptionToStringImplNoel Grandin1-0/+3
2023-11-02'new Double' is deprecated in JavaNoel Grandin1-6/+6
2023-10-26cool#6893 cache the process component contextNoel Grandin1-1/+2
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: comphelperStephan Bergmann5-18/+18
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-1/+1
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann3-4/+4
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann2-6/+6
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-121/+136
2023-10-02reduce allocations in InterceptedInteractionNoel Grandin2-35/+38
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen2-0/+2
2023-09-13loplugin:unodispose in comphelperNoel Grandin3-0/+5
2023-09-10EnumerableMap does not need to implement XAggreggationNoel Grandin1-2/+2
2023-09-10GenericPropertySet does not need to implement XAggreggationNoel Grandin1-10/+4
2023-09-06tdf#156683 a11y: Handle both disposing variants in context wrapperMichael Weghorn1-6/+19
2023-09-06tdf#156683 a11y: Forward when wrapped a11y context is disposingMichael Weghorn1-2/+6
2023-09-06a11y: Just use std::map::clearMichael Weghorn1-2/+2
2023-08-31tdf#156967 cal basic, CSV import macro crashesNoel Grandin1-0/+3
2023-08-30tdf#156835 - FILEOPEN XLSX: add SHA-384 encryption support for ooxml importBalazs Varga2-0/+8
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin3-6/+11
2023-08-19loplugin: new global analysis locking2Noel Grandin1-1/+0
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin3-11/+6
2023-07-22Simplify a bit construction of AccessibleEventObject objectJulien Nabet1-6/+1
2023-07-17Simplify a bitMike Kaganski1-1/+1
2023-07-04loplugin:constantparamNoel Grandin1-7/+3