summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* tdf#146266 Move WeakBag test to gbuild systemRMZeroFour6 days5-74/+39
* ofz#67491 avoid direct nss use to support --enable-tls-opensshCaolán McNamara11 days1-10/+4
* tdf#42982 Add error messages to thrown exceptionsRMZeroFour2024-03-303-4/+5
* tdf#146619 Drop unused 'using namespace' in: comphelper/Gabor Kelemen2024-03-3013-14/+0
* Add comphelper::WeakImplHelperBaseNoel Grandin2024-03-281-0/+28
* lok: add isForkedChild method.Michael Meeks2024-03-281-0/+12
* convert ODatabaseMetaDataResultSet to comphelper::WeakComponentImplHelperNoel Grandin2024-03-262-0/+65
* Fix typoAndrea Gelmini2024-03-261-1/+1
* tdf#160184 ask user if they want to trust an untrusted certificatePatrick Luby2024-03-261-5/+33
* Support o3tl::iterateCodePoints with both sal_Int32 and std::size_tStephan Bergmann2024-03-091-1/+1
* use more string_viewNoel Grandin2024-03-082-8/+8
* Use less boost_headers in low level librariesGabor Kelemen2024-03-064-17/+1
* tdf#42982 Improve UNO API error reportingAhmedHamed2024-02-271-3/+3
* Fix warning C4477 when building with MSVC without -Wv:18Mike Kaganski2024-02-231-1/+1
* tdf#159519 comphelper,package: do not store document without SHA256Michael Stahl2024-02-221-0/+1
* tdf#158237 comphelper: Use C++20 contains() instead of find() and end()AkshayWarrier2024-02-131-4/+2
* fix windows --enable-mergelibs buildNoel Grandin2024-02-131-2/+2
* tdf#158237 comphelper: Use C++20 contains() instead of find() and end()Steven Casey (SMCode)2024-02-134-5/+5
* tdf#158337 use std::erase instead of std::remove followed by erasevarshneydevansh2024-02-121-1/+1
* cid#1591762 Uncaught exceptionCaolán McNamara2024-02-091-7/+3
* tdf#157042: Revert "re-apply "optimize ConfigurationProperty::get()""Xisco Fauli2024-02-081-80/+28
* elide some OString temporariesNoel Grandin2024-02-061-5/+5
* cid#1591493 Unchecked return valueCaolán McNamara2024-02-041-2/+6
* check that rtl_random_getBytes() was successfulMichael Stahl2024-02-012-2/+8
* Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2024-01-272-7/+7
* Add back XComponentContext to officecfg::...::get() callsStephan Bergmann2024-01-171-6/+9
* loplugin:unusedfieldsNoel Grandin2024-01-161-3/+1
* cid#1560051 Missing move assignment operatorCaolán McNamara2024-01-061-13/+22
* move IsFuzzing to comphelperCaolán McNamara2023-12-301-4/+23
* trace events: fix deadlock from non-recursive mutex.Michael Meeks2023-12-291-6/+7
* ofz#65295 AbrtCaolán McNamara2023-12-231-0/+4
* cid#1545209 COPY_INSTEAD_OF_MOVECaolán McNamara2023-12-231-2/+1
* Use emplace_back instead of push_back (comphelper)Julien Nabet2023-12-221-2/+2
* allow passing if deep detection is wantedCaolán McNamara2023-12-211-2/+2
* tdf#158375: disable DDE when DisableActiveContent is setSarper Akdemir2023-12-201-0/+4
* simplify and modernise ScopedBitmapAccessNoel Grandin2023-12-071-1/+0
* Extended loplugin:ostr: comphelperStephan Bergmann2023-11-291-6/+6
* tdf#156648 Prevent LO from adding an empty event listenerMatt K2023-11-281-0/+3
* tdf#158321 No error message when file doesn't existNoel Grandin2023-11-232-38/+35
* Extended loplugin:ostr: comphelperStephan Bergmann2023-11-203-21/+21
* avoid unnecessary intermediate bufferNoel Grandin2023-11-101-8/+8
* reduce noise in exceptionToStringImplNoel Grandin2023-11-101-0/+3
* 'new Double' is deprecated in JavaNoel Grandin2023-11-021-6/+6
* cool#6893 cache the process component contextNoel Grandin2023-10-261-1/+2
* Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: comphelperStephan Bergmann2023-10-195-18/+18
* Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann2023-10-151-1/+1
* Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann2023-10-113-4/+4
* loplugin:ostr: automatic rewriteStephan Bergmann2023-10-072-6/+6
* replace ErrorInfo with simpler mechanismNoel Grandin2023-10-031-121/+136
* reduce allocations in InterceptedInteractionNoel Grandin2023-10-022-35/+38