summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
7 daysdrop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara4-17/+5
8 dayslok: reseed comphelper's random number generator on fork.Michael Meeks1-16/+18
11 daysFix typoAndrea Gelmini1-1/+1
12 daystry to work around clang compiler crash on macosNoel Grandin1-0/+8
12 daystdf#160915: make own OLE objects obey AddReplacementImages settingMike Kaganski1-16/+29
13 dayselide some OUString creation in GetContentPartNoel Grandin1-4/+2
2024-04-30loplugin:ostr in comphelperNoel Grandin46-344/+349
2024-04-28Simplify a bitMike Kaganski16-217/+128
2024-04-22loplugin:constantparamNoel Grandin1-2/+2
2024-04-12tdf#146266 Move WeakBag test to gbuild systemRMZeroFour5-74/+39
2024-04-07ofz#67491 avoid direct nss use to support --enable-tls-opensshCaolán McNamara1-10/+4
2024-03-30tdf#42982 Add error messages to thrown exceptionsRMZeroFour3-4/+5
2024-03-30tdf#146619 Drop unused 'using namespace' in: comphelper/Gabor Kelemen13-14/+0
2024-03-28Add comphelper::WeakImplHelperBaseNoel Grandin1-0/+28
2024-03-28lok: add isForkedChild method.Michael Meeks1-0/+12
2024-03-26convert ODatabaseMetaDataResultSet to comphelper::WeakComponentImplHelperNoel Grandin2-0/+65
2024-03-26Fix typoAndrea Gelmini1-1/+1
2024-03-26tdf#160184 ask user if they want to trust an untrusted certificatePatrick Luby1-5/+33
2024-03-09Support o3tl::iterateCodePoints with both sal_Int32 and std::size_tStephan Bergmann1-1/+1
2024-03-08use more string_viewNoel Grandin2-8/+8
2024-03-06Use less boost_headers in low level librariesGabor Kelemen4-17/+1
2024-02-27tdf#42982 Improve UNO API error reportingAhmedHamed1-3/+3
2024-02-23Fix warning C4477 when building with MSVC without -Wv:18Mike Kaganski1-1/+1
2024-02-22tdf#159519 comphelper,package: do not store document without SHA256Michael Stahl1-0/+1
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