summaryrefslogtreecommitdiff
path: root/eventattacher
AgeCommit message (Expand)Author
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): eventattacherStephan Bergmann
2019-06-21simplify some getSupportedServiceNamesNoel Grandin
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov
2019-05-23tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/Gabor Kelemen
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-20Translate German comments and debug strings (leftovers in e... dirs)Johnny_M
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07Fix typosAndrea Gelmini
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, eventattacherStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in eventattacherStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-09Remove excess newlinesChris Sherlock
2015-12-23loplugin:unusedfields in eventattacherNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin
2015-10-18cppcheck:noExplicitConstructorNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01com::sun::star->css in extensions/Noel Grandin
2015-08-05tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-05-24coverity#983657 Uncaught exceptionCaolán McNamara
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-04-22eventattacher: sal_Bool->boolNoel Grandin
2014-04-14Remove dead function declarationStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-02-27eventattacher: fix out of bounds string accessMiklos Vajna
2014-02-26Remove visual noise from eventattacherAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann