summaryrefslogtreecommitdiff
path: root/sfx2/source/notify/globalevents.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-04-30Use getXWeak in sfx2Mike Kaganski1-4/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-14bypass some unnecessary wrapping in Any in SfxEvents_ImplNoel Grandin1-5/+7
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen1-1/+0
2022-01-21fix opengl slide transitionNoel Grandin1-2/+0
2022-01-18fix locking in comphelper::OInterfaceContainerHelper4::forEachNoel Grandin1-0/+1
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin1-37/+15
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski1-1/+2
2021-09-28fix deadlock on exit (attempt2)Noel Grandin1-3/+5
2021-09-28fix deadlock on exitNoel Grandin1-2/+8
2021-08-24osl::Mutex->std::mutex in SfxGlobalEvents_ImplNoel Grandin1-66/+68
2021-03-19use single-use attribute for SfxGlobalEvents_ImplNoel1-18/+2
2020-02-19Turn SfxGlobalEvents_Impl into an XComponentStephan Bergmann1-3/+127
2020-02-18Drop obsolete XEventBroadcaster again from XGlobalEventBroadcasterStephan Bergmann1-0/+1
2020-02-18Revert too aggressive clean-upStephan Bergmann1-1/+3
2020-02-18SfxGlobalEvents_Impl::m_xEvents is never changed and never nullStephan Bergmann1-9/+1
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen1-3/+0
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2Stephan Bergmann1-1/+1
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-2/+2
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-23/+22
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-3/+1
2018-12-01Simplify containers iterations in sfx2, shellArkadiy Illarionov1-11/+5
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-05-18loplugin:unusedfields in sfx2Noel Grandin1-4/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-03-08make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-55/+18
2016-12-05loplugin:unnecessaryoverride (dtors) in sfx2Stephan Bergmann1-7/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-06Avoid reserved identifiersStephan Bergmann1-11/+11
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+3
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-18/+18
2015-09-03sfx2: remove duplicative ModelCollectionEnumerationMichael Stahl1-75/+8
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-4/+3
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-04-14typo: artifical -> artificialThomas Arnhold1-1/+1
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-20/+20
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-37/+37
2014-02-26Remove visual noise from sfx2Alexander Wilms1-1/+1