summaryrefslogtreecommitdiff
path: root/comphelper/source
AgeCommit message (Expand)AuthorFilesLines
2024-05-08drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara4-17/+5
2024-05-07lok: reseed comphelper's random number generator on fork.Michael Meeks1-16/+18
2024-05-03tdf#160915: make own OLE objects obey AddReplacementImages settingMike Kaganski1-16/+29
2024-05-02elide some OUString creation in GetContentPartNoel Grandin1-4/+2
2024-04-30loplugin:ostr in comphelperNoel Grandin38-275/+275
2024-04-28Simplify a bitMike Kaganski16-217/+128
2024-04-22loplugin:constantparamNoel Grandin1-2/+2
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 Grandin1-0/+64
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 Grandin1-4/+4
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-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-10avoid unnecessary intermediate bufferNoel Grandin1-8/+8
2023-11-10reduce noise in exceptionToStringImplNoel Grandin1-0/+3
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 Bergmann1-1/+1
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-121/+136