summaryrefslogtreecommitdiff
path: root/unoxml/source/events/eventdispatcher.cxx
AgeCommit message (Expand)Author
2021-02-19loplugin:refcounting in unoxmlNoel
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel
2020-08-06loplugin:flatten in unoxmlNoel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-05-05Use returned iterator from eraseJulien Nabet
2018-10-20use equal_range instead of lower_bound+upper_boundNoel Grandin
2018-08-13loplugin:returnconstant in unoxml,uuiNoel Grandin
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-16ofz: timeouts in fods/fodt/fodpCaolán McNamara
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2016-06-07unoxml: fix data race in CEventDispatcher::callListeners()Michael Stahl
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2014-12-15unoxml: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold
2014-05-02unoxml: sal_Bool->boolNoel Grandin
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-01-28bool improvementsStephan Bergmann
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2012-07-28callcatcher: unused dtor->fix leakCaolán McNamara
2012-07-06re-base on ALv2 code.Michael Meeks
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-01-19xmlfix3: #i113682#: unoxml: CDocument gets a member mutex:Michael Stahl
2011-01-19xmlfix3: #i113682#: unoxml: no more globals in CNode:Michael Stahl
2011-01-19xmlfix3: unoxml: CEventDispatcher::dispatchEvent(): fix iteration:Michael Stahl
2011-01-19xmlfix3: #i113682#: unoxml: no more globals in CEventDispatcher:Michael Stahl
2011-01-19xmlfix3: unoxml: add copyright headers in events subdir, clean up includesMichael Stahl
2011-01-19xmlfix3: #i113663#: unoxml: fix leaks caused by CNode::get returning CNode*:Michael Stahl
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2006-06-19INTEGRATION: CWS warnings01 (1.6.18); FILE MERGEDJens-Heiner Rechtien
2004-11-16INTEGRATION: CWS eforms2 (1.5.2); FILE MERGEDOliver Bolte
2004-03-12#i10000# (lo) fix solaris build problemsJens-Heiner Rechtien
2004-03-01#i25594# other event typesLars Oppermann
2004-02-27#i25594# event type stringsLars Oppermann
2004-02-25fix handling calling order (LO)Daniel Vogelheim
2004-02-16event handlingLars Oppermann