summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Don't draw gridlines and document background in Online server processMike Kaganski2019-07-231-0/+6
* dispose() methods should clear their smart pointersNoel Grandin2019-07-231-0/+1
* loplugin:referencecasting in comphelper..connectivityNoel Grandin2019-07-194-19/+15
* cid#1448429 Unchecked return valueCaolán McNamara2019-07-191-7/+4
* revert part of "small optimisations"Noel Grandin2019-07-081-1/+1
* small optimisationsNoel Grandin2019-07-061-2/+2
* remove duplicate codeNoel Grandin2019-07-061-3/+0
* Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann2019-06-201-4/+4
* Lock comphelper::rng internals for multi-threaded accessStephan Bergmann2019-06-191-4/+14
* loplugin:passstuffbyrefNoel Grandin2019-06-181-1/+1
* Extend debug-mode timeoutStephan Bergmann2019-06-141-3/+7
* comphelper: use dispatchwithNotification only when we have a callbackAshod Nakashian2019-06-121-5/+11
* Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2019-06-107-15/+15
* New loplugin:dataStephan Bergmann2019-05-222-4/+4
* Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara2019-05-141-11/+17
* tdf#107592 Impress PPS save to ODP slowNoel Grandin2019-05-131-0/+11
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-132-2/+2
* regenerate PCH headersLuboš Luňák2019-05-121-5/+5
* an uno -> a unoCaolán McNamara2019-05-103-5/+5
* tdf#124400 a11y: add accessible IDSamuel Thibault2019-05-091-0/+6
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-093-47/+84
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-301-6/+1
* optimise comphelper::AttributeList a littleNoel Grandin2019-04-291-65/+5
* Don't use std::function in scope guard for performance reasonsMike Kaganski2019-04-262-59/+0
* Fix a copypaste error in commentMike Kaganski2019-04-261-1/+1
* Add a unit test for comphelper's guardsMike Kaganski2019-04-262-0/+58
* SolarMutex::m_nThreadId is read without SolarMutex::m_aMutex lockedStephan Bergmann2019-04-261-2/+2
* tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl2019-04-263-6/+111
* Fix typoAndrea Gelmini2019-04-211-1/+1
* tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen2019-04-1953-128/+119
* Fix typoAndrea Gelmini2019-04-181-2/+2
* Fix typoAndrea Gelmini2019-04-181-1/+1
* Split localProcessFactory function into class with setter and getterStephan Bergmann2019-04-171-13/+25
* loplugin:sequentialassign in comphelper..cuiNoel Grandin2019-04-121-2/+1
* don't kill threads after 3 minutes while debuggingLuboš Luňák2019-04-111-2/+53
* tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 1Noel Grandin2019-04-081-44/+47
* Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski2019-04-082-9/+9
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-075-59/+58
* Drop UNICODE/_UNICODE definesMike Kaganski2019-04-041-4/+0
* Fix typosJens Carl2019-04-031-1/+1
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-311-4/+1
* Remove unused using declarations in directories [a-d]*Gabor Kelemen2019-03-277-12/+0
* Increase the life-cycle of threads in thread-pool...Dennis Francis2019-03-211-6/+10
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-171-1/+1
* Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov2019-03-129-176/+109
* Write HiDPI consistently without a hyphenTor Lillqvist2019-03-121-1/+1
* Simplify Sequence constructionStephan Bergmann2019-03-051-5/+1
* simplify UNO getTypes methodsNoel Grandin2019-03-043-23/+13
* loplugin:unusedfields in variousNoel Grandin2019-02-251-10/+0
* pretty up logging of exceptionsNoel Grandin2019-02-191-1/+1