summaryrefslogtreecommitdiff
path: root/eventattacher
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+8
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-2/+0
2020-10-02Use the new single-instance="true" attribute in eventattacherStephan Bergmann2-5/+2
2020-07-09eventattacher: create instances with uno constructorsNoel Grandin2-47/+12
2020-05-20use for-range on Sequence in e*Noel Grandin1-12/+8
2019-12-19sal_Char->char in editeng..eventattacherNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): eventattacherStephan Bergmann1-1/+1
2019-06-21simplify some getSupportedServiceNamesNoel Grandin1-2/+1
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov1-1/+1
2019-05-23tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/Gabor Kelemen2-2/+4
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski1-6/+6
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin1-1/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+4
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin1-3/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-20Translate German comments and debug strings (leftovers in e... dirs)Johnny_M1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-07Fix typosAndrea Gelmini1-1/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-02-06Add missing #includesStephan Bergmann1-0/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-55/+28
2017-01-19New loplugin:dynexcspec: Add @throws documentation, eventattacherStephan Bergmann1-0/+7
2016-12-05loplugin:unnecessaryoverride (dtors) in eventattacherStephan Bergmann1-7/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-8/+0
2015-12-23loplugin:unusedfields in eventattacherNoel Grandin1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-04yyyyyNoel Grandin1-1/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin1-1/+1
2015-10-18cppcheck:noExplicitConstructorNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-17/+17
2015-10-01com::sun::star->css in extensions/Noel Grandin1-4/+4
2015-08-05tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-5/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-7/+7
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-5/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
2014-05-24coverity#983657 Uncaught exceptionCaolán McNamara1-3/+2