summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2024-08-27tdf#158556 use more comphelper::ByteReaderNoel Grandin2-1/+41
2024-08-23make joinThreadsIfIdle return false if it cannot joinCaolán McNamara1-1/+3
2024-08-21use less exception throwing for flow controlNoel Grandin3-17/+23
2024-08-19cid#1557694 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-16sfx2: fix crash in SfxObjectShell::IsHelpDocument()Miklos Vajna1-1/+2
2024-08-16cid#1557618 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-16cid#1616498 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-14Related: cool#9735 vcl lok: add an AnyInput() callbackMiklos Vajna1-0/+21
2024-08-14Related: tdf#42982 replace IllegalTypeException with RuntimeExceptionHakimOttey1-1/+1
2024-08-13tdf#161909: make showing GPG keys only an explicit functionalityMoritz Duge1-1/+1
2024-08-05tdf#159040 tdf#162206: better the user key selection and test sign with defaultSarper Akdemir2-19/+21
2024-07-27comphelper, msicreator, odk: fix issues found by Ruff linterIlmari Lauhakangas1-1/+1
2024-07-25O[U]String overloads that return view for rest parameterNoel Grandin1-1/+1
2024-07-24tdf#159040: add sign with default certificate to save dialogSarper Akdemir1-0/+29
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen1-0/+1
2024-07-19make pop-up on Encrypt With GPG Key modalSarper Akdemir1-1/+8
2024-07-16cid#1554709 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-14cid#1555652 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-07-04comphelper: treat zip file path segments '.' and '..' as invalidMichael Stahl1-2/+11
2024-07-02tdf#42982 Improve UNO API error reportingBeeram_121-2/+2
2024-07-02tdf#42982 Use IllegalTypeException Error with messageHakimOttey1-3/+3
2024-05-20loplugin:ostr in variousNoel Grandin1-1/+1
2024-05-15tdf#158337 Use C++20 std::erase instead of std::remove followed by eraseAmandaQuaresmaCoutinho1-4/+2
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-04Fix typoAndrea Gelmini1-1/+1
2024-05-03try to work around clang compiler crash on macosNoel Grandin1-0/+8
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 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