summaryrefslogtreecommitdiffstats
path: root/eventattacher
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen2020-11-121-2/+0
* Use the new single-instance="true" attribute in eventattacherStephan Bergmann2020-10-022-5/+2
* eventattacher: create instances with uno constructorsNoel Grandin2020-07-092-47/+12
* use for-range on Sequence in e*Noel Grandin2020-05-201-12/+8
* sal_Char->char in editeng..eventattacherNoel Grandin2019-12-191-1/+1
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+8
* Improved loplugin:stringconstant (now that GCC 7 supports it): eventattacherStephan Bergmann2019-07-311-1/+1
* simplify some getSupportedServiceNamesNoel Grandin2019-06-211-2/+1
* Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov2019-05-311-1/+1
* tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/Gabor Kelemen2019-05-232-2/+4
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-02-121-6/+6
* loplugin:indentation in editeng..extensionsNoel Grandin2019-02-081-1/+1
* New loplugin:externalStephan Bergmann2018-09-171-2/+2
* loplugin:simplifyconstruct in editeng..extensionsNoel Grandin2018-09-081-1/+1
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-251-2/+4
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-141-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-111-2/+2
* loplugin:flatten in editeng..extensionsNoel Grandin2017-09-211-3/+2
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-1/+1
* Translate German comments and debug strings (leftovers in e... dirs)Johnny_M2017-05-201-1/+1
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* Fix typosAndrea Gelmini2017-05-071-1/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* Add missing #includesStephan Bergmann2017-02-061-0/+4
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-55/+28
* New loplugin:dynexcspec: Add @throws documentation, eventattacherStephan Bergmann2017-01-191-0/+7
* loplugin:unnecessaryoverride (dtors) in eventattacherStephan Bergmann2016-12-051-7/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* tdf#95857 Sort out German plurals ...danielt9982016-02-121-2/+2
* Remove excess newlinesChris Sherlock2016-02-091-8/+0
* loplugin:unusedfields in eventattacherNoel Grandin2015-12-231-3/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* yyyyyNoel Grandin2015-11-041-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-021-1/+1
* no need to be so verbose in constructing uno::ReferenceNoel Grandin2015-11-011-1/+1
* cppcheck:noExplicitConstructorNoel Grandin2015-10-181-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-17/+17
* com::sun::star->css in extensions/Noel Grandin2015-10-011-4/+4
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-051-5/+4
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-7/+7
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-071-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-5/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-3/+3
* coverity#983657 Uncaught exceptionCaolán McNamara2014-05-241-3/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-4/+4
* eventattacher: sal_Bool->boolNoel Grandin2014-04-221-3/+3
* Remove dead function declarationStephan Bergmann2014-04-141-1/+0