summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2024-11-14Give DocumentEventHolder (aka EventHolder<DocumentEvent>) a key functionStephan Bergmann1-1/+5
2024-11-11remove dead commentNoel Grandin1-1/+1
2024-11-08Simplify a bitMike Kaganski1-1/+1
2024-11-06loplugin:passstuffbyref in comphelperNoel Grandin1-1/+1
2024-11-04move CryptTools from oox to comphelper so we can reuse itTomaž Vajngerl1-0/+99
2024-11-04comphelper: move tostring to hash.hxx so it can be reusedTomaž Vajngerl1-0/+3
2024-10-29fix enabled-mergelibs-more buildJuergen Funk1-2/+2
2024-10-21Optimize JsonToPropertyValues a bitMike Kaganski1-1/+1
2024-10-18tdf#158237 comphelper: Use C++20 contains() instead of find() and end()Sakura2861-1/+1
2024-10-14version COVERITY conditionalsCaolán McNamara1-1/+1
2024-10-01create method for doing the "dispose-on-destruct"Noel Grandin1-0/+3
2024-10-01loplugin:unusedmethodsNoel Grandin1-1/+0
2024-09-29cid#1607243 Overflowed constantNoel Grandin1-4/+4
2024-09-26ODF 1.4: add ODFVER_014_TEXT constantXisco Fauli1-0/+1
2024-09-18cid#1555574 drop unused copy ctorCaolán McNamara1-1/+0
2024-09-13use more concrete UNO types in chart2Noel Grandin1-0/+10
2024-09-12use more concrete UNO classes in comphelperNoel Grandin1-3/+3
2024-09-09tsan:lock-order-inversion in formsNoel Grandin1-3/+5
2024-08-28cid#1606736 silence Overflowed constantCaolán McNamara1-0/+1
2024-08-27tdf#158556 use more comphelper::ByteReaderNoel Grandin1-1/+5
2024-08-23make joinThreadsIfIdle return false if it cannot joinCaolán McNamara1-1/+2
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/+6
2024-08-05tdf#159040 tdf#162206: better the user key selection and test sign with defaultSarper Akdemir1-1/+1
2024-07-26lok: join Webdav Ticker thread.Michael Meeks1-0/+2
2024-07-25Adapt comphelper::ThreadPool to Emscripten's threading needsStephan Bergmann1-1/+7
2024-07-24tdf#159040: add sign with default certificate to save dialogSarper Akdemir1-0/+14
2024-07-20tdf#43157 Use SAL_WARN_IF instead of OSL_ENSUREGabor Kelemen1-3/+3
2024-07-19make pop-up on Encrypt With GPG Key modalSarper Akdemir1-1/+2
2024-07-18make UStringLess single-arg constructor explicitNoel Grandin1-2/+2
2024-07-15cid#1607843 Use of auto that causes a copyCaolán McNamara1-2/+2
2024-07-09Simplify comphelper::query_aggregationMike Kaganski1-0/+13
2024-06-21uui,ucb: webdav-curl: display curl error message on connection failureMichael Stahl1-0/+1
2024-06-15SequenceAsHashMap::contains can be constMike Kaganski1-1/+1
2024-05-27Related tdf#158839: pw and GPG encryption, add comments and TODOsMoritz Duge1-1/+1
2024-05-07lok: reseed comphelper's random number generator on fork.Michael Meeks1-0/+2
2024-04-30loplugin:ostr in comphelperNoel Grandin5-7/+7
2024-04-30Drop some uses of css::uno::Sequence::getConstArray ...Mike Kaganski1-6/+2
2024-04-22loplugin:constantparamNoel Grandin1-2/+1
2024-04-04loplugin:unusedmethodsNoel Grandin1-58/+0
2024-03-28convert OXSDDataType to comphelper::WeakImplHelperBaseNoel Grandin1-7/+6
2024-03-28Add comphelper::WeakImplHelperBaseNoel Grandin1-0/+56
2024-03-28lok: add isForkedChild method.Michael Meeks1-0/+6
2024-03-27convert OCellListSource to comphelper::WeakComponentImplHelperNoel Grandin1-5/+4
2024-03-26convert ODatabaseMetaDataResultSet to comphelper::WeakComponentImplHelperNoel Grandin1-0/+81
2024-03-26loplugin:finalmethodsNoel Grandin13-92/+92
2024-03-25tdf#157665 Use <=> operator for errcode and strong_intRMZeroFour1-6/+2
2024-03-13reduce symbol visibility in --enable-mergelibs=more modeNoel Grandin7-10/+17
2024-03-08use more string_viewNoel Grandin1-1/+1
2024-03-02add UNLESS_MERGELIBS_MORE and use to reduce symbol visibilityNoel Grandin3-5/+7