summaryrefslogtreecommitdiff
path: root/sfx2/source/notify
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin2-4/+6
2022-05-14bypass some unnecessary wrapping in Any in SfxEvents_ImplNoel Grandin2-14/+12
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
2022-01-04osl::Mutex->std::mutex in SfxEvents_ImplNoel Grandin1-45/+47
2021-11-30tdf#117280: derive SfxEvents_Impl from css::document::XDocumentEventListenerMike Kaganski1-5/+5
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-08-02no need to use sequence for this dataNoel Grandin1-1/+1
2021-05-11don't leak when the SfxHintPoster is disabledNoel Grandin1-1/+4
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-1/+1
2021-04-01Add mechanism to selectively enable macros for document eventsSamuel Mehrbrodt1-0/+34
2021-03-19use single-use attribute for SfxGlobalEvents_ImplNoel1-18/+2
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-4/+0
2020-11-22tdf#123936 Formatting files in module sfx2 with clang-formatPhilipp Hofer1-10/+7
2020-05-11de-duplicate cut and paste functionCaolán McNamara1-24/+1
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-02-03make some headers privateCaolán McNamara1-1/+1
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen4-11/+0
2019-10-29remove unnecessary includesCaolán McNamara1-0/+1
2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin1-2/+2
2019-08-14revert part of 'warn on load when a document binds an event to a macro'Caolán McNamara1-4/+35
2019-08-14return early on empty type and script stringsCaolán McNamara1-16/+15
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2Stephan Bergmann1-1/+1
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov1-97/+63
2019-07-24expand LibreLogo check to global eventsCaolán McNamara1-6/+12
2019-07-20loplugin:referencecasting in sfx2Noel Grandin1-2/+1
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-4/+1
2019-04-28tdf#120703 PVS: dereference before nullptr checkMike Kaganski1-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
2019-02-07loplugin:flatten in sfx2Noel Grandin1-113/+113
2019-01-12use unique_ptr in SfxEventConfiguration::ConvertToMacroNoel Grandin1-4/+4
2018-12-01Simplify containers iterations in sfx2, shellArkadiy Illarionov1-11/+5
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-13pass SfxRequest around by std::unique_ptrNoel Grandin1-5/+7
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-18loplugin:unusedfields in sfx2Noel Grandin1-4/+1
2018-04-18tdf#42949 Remove unnecessary localization headers of sfx2Gabor Kelemen1-2/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-03-08loplugin:constantparam in linguistic..sfx2Noel Grandin1-5/+2