summaryrefslogtreecommitdiffstats
path: root/comphelper/source
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2019-09-101-1/+1
* Fixing "...."Andrea Gelmini2019-09-063-4/+4
* loplugin:unusedmethodsNoel Grandin2019-09-011-11/+0
* Remove work-around for isMobile()Muhammet Kara2019-08-301-4/+0
* LOK: per-view support for isMobile()Muhammet Kara2019-08-291-6/+18
* lok: Add isMobile() methodMuhammet Kara2019-08-291-0/+12
* loplugin:returnconstval in comphelperNoel Grandin2019-08-233-5/+5
* Mark move ctors/assignments noexceptMike Kaganski2019-08-231-2/+2
* The AsyncQuitHandler class needs to be implemented in the comphelper DLLTor Lillqvist2019-08-221-0/+51
* loplugin:constmethod in canvas,comphelperNoel Grandin2019-08-222-2/+2
* Make comphelper::findValue inline template and drop sequence.cxxMike Kaganski2019-08-211-42/+0
* loplugin:constvars in chart2..connectivityNoel Grandin2019-08-195-5/+5
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-174-11/+4
* loplugin:sequenceloop in basic..cuiNoel Grandin2019-08-151-1/+1
* warn on load when a document binds an event to a macroCaolán McNamara2019-08-131-0/+14
* tdf#126663 speed up styles displayNoel Grandin2019-08-071-5/+11
* Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann2019-07-3117-29/+29
* 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
* 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-092-25/+25
* 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-261-58/+0
* 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-261-6/+13
* Fix typoAndrea Gelmini2019-04-211-1/+1
* tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen2019-04-1947-112/+33
* 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