summaryrefslogtreecommitdiff
path: root/comphelper/source/eventattachermgr
AgeCommit message (Expand)AuthorFilesLines
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin1-2/+2
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-1/+3
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin1-10/+6
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-7/+7
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-1/+0
2017-02-20cppcheck: unreadVariableJochen Nitschke1-2/+0
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-24/+24
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-03makeAny->Any in canvas..configmgrNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-51/+20
2017-01-19New loplugin:dynexcspec: Add @throws documentation, comphelperStephan Bergmann1-0/+2
2017-01-17use rtl::Reference in AttacherAllListener_ImplNoel Grandin1-12/+11
2016-11-28loplugin:unnecessaryoverride (dtors) in comphelperStephan Bergmann1-6/+0
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-20Clean up uses of Any::getValue() in comphelperStephan Bergmann1-9/+12
2016-04-26tdf#60418: improve perf of opening/closing odts with form tagsAron Budea1-9/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-02-17Typo: namesapce(s)->namespace(s)Julien Nabet1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-6/+0
2016-01-29sequence->vector in AttachedObject_ImplNoel Grandin1-15/+9
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-4/+4
2015-12-23loplugin:unusedfields in chart2Noel Grandin1-2/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-10/+2
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-17/+17
2015-09-24comphelper: replace for_each with range-based forDaniel Robertson1-99/+51
2015-07-27com::sun::star->css in comphelperNoel Grandin1-3/+3
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-4/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-9/+9
2015-03-09V801: Decreased performanceCaolán McNamara1-7/+7
2014-10-10coverity#706275 Uncaught exceptionCaolán McNamara1-5/+12
2014-09-22loplugin: cstylecastNoel Grandin1-2/+2
2014-06-05comphelper: remove SAL_THROW macroNoel Grandin1-2/+2
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann1-6/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-17/+17
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-2/+2
2014-02-27Remove visual noise from comphelperAlexander Wilms1-8/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-34/+34
2014-02-23Remove unneccessary commentsAlexander Wilms1-14/+14
2014-01-27coverity#707679 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-01-27coverity#705787 Dereference before null checkCaolán McNamara1-8/+6