summaryrefslogtreecommitdiff
path: root/comphelper/source/eventattachermgr/eventattachermgr.cxx
AgeCommit message (Expand)AuthorFilesLines
117 min.Simplify a bitMike Kaganski1-2/+1
2024-03-30tdf#146619 Drop unused 'using namespace' in: comphelper/Gabor Kelemen1-1/+0
2023-08-31tdf#156967 cal basic, CSV import macro crashesNoel Grandin1-0/+3
2023-02-15tdf#153611 Opening dialog via macro no longer worksNoel Grandin1-5/+4
2023-01-31osl::Mutex->std::mutex in ImplEventAttacherManagerNoel Grandin1-37/+74
2022-05-26clang-tidy modernize-pass-by-value in comphelperNoel Grandin1-6/+7
2022-04-22use more string_view in comphelperNoel Grandin1-4/+4
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin1-3/+1
2021-11-27use more OInterfaceContainerHelper3 in ImplEventAttacherManagerNoel Grandin1-6/+6
2021-10-29Prepare for removal of non-const operator[] from Sequence in comphelperMike Kaganski1-3/+1
2021-01-20improve some IllegalArgumentException messagesNoel1-4/+4
2020-04-18loplugin:flatten in comphelperNoel Grandin1-14/+14
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-4/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann1-1/+1
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen1-2/+0
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov1-39/+27
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