summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin1-15/+6
2019-09-30fix: SequenceOutputStream does append content correctlyVasily Melenchuk2-44/+17
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin4-12/+12
2019-09-26loplugin:constmethod in comphelper..desktopNoel Grandin1-1/+1
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-06Fixing "...."Andrea Gelmini3-4/+4
2019-09-01loplugin:unusedmethodsNoel Grandin1-11/+0
2019-08-30Remove work-around for isMobile()Muhammet Kara1-4/+0
2019-08-29LOK: per-view support for isMobile()Muhammet Kara1-6/+18
2019-08-29lok: Add isMobile() methodMuhammet Kara1-0/+12
2019-08-23loplugin:returnconstval in comphelperNoel Grandin3-5/+5
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-08-22The AsyncQuitHandler class needs to be implemented in the comphelper DLLTor Lillqvist2-0/+52
2019-08-22loplugin:constmethod in canvas,comphelperNoel Grandin2-2/+2
2019-08-21Make comphelper::findValue inline template and drop sequence.cxxMike Kaganski2-43/+0
2019-08-19loplugin:constvars in chart2..connectivityNoel Grandin5-5/+5
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet4-11/+4
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin1-1/+1
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara1-0/+14
2019-08-07tdf#126663 speed up styles displayNoel Grandin1-5/+11
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann17-29/+29
2019-07-23Don't draw gridlines and document background in Online server processMike Kaganski1-0/+6
2019-07-23dispose() methods should clear their smart pointersNoel Grandin1-0/+1
2019-07-19loplugin:referencecasting in comphelper..connectivityNoel Grandin4-19/+15
2019-07-19cid#1448429 Unchecked return valueCaolán McNamara1-7/+4
2019-07-08revert part of "small optimisations"Noel Grandin1-1/+1
2019-07-06small optimisationsNoel Grandin1-2/+2
2019-07-06remove duplicate codeNoel Grandin1-3/+0
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann1-4/+4
2019-06-19Lock comphelper::rng internals for multi-threaded accessStephan Bergmann1-4/+14
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-06-14Extend debug-mode timeoutStephan Bergmann1-3/+7
2019-06-12comphelper: use dispatchwithNotification only when we have a callbackAshod Nakashian1-5/+11
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov7-15/+15
2019-05-22New loplugin:dataStephan Bergmann2-4/+4
2019-05-14Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara1-11/+17
2019-05-13tdf#107592 Impress PPS save to ODP slowNoel Grandin1-0/+11
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2-2/+2
2019-05-12regenerate PCH headersLuboš Luňák1-5/+5
2019-05-10an uno -> a unoCaolán McNamara3-5/+5
2019-05-09tdf#124400 a11y: add accessible IDSamuel Thibault1-0/+6
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák3-47/+84
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-6/+1
2019-04-29optimise comphelper::AttributeList a littleNoel Grandin1-65/+5
2019-04-26Don't use std::function in scope guard for performance reasonsMike Kaganski2-59/+0
2019-04-26Fix a copypaste error in commentMike Kaganski1-1/+1
2019-04-26Add a unit test for comphelper's guardsMike Kaganski2-0/+58
2019-04-26SolarMutex::m_nThreadId is read without SolarMutex::m_aMutex lockedStephan Bergmann1-2/+2
2019-04-26tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl3-6/+111