summaryrefslogtreecommitdiff
path: root/sfx2/source/notify
AgeCommit message (Expand)AuthorFilesLines
2021-04-25Add mechanism to selectively enable macros for document eventsSamuel Mehrbrodt1-0/+34
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
2018-01-10This is a hash: '#', this is a slash: '/'Tor Lillqvist1-4/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-23loplugin:includeform: sfx2Stephan Bergmann2-4/+4
2017-07-21loplugin:constparams in sfx2Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-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 Bergmann2-65/+24
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+0
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in sfx2Stephan Bergmann1-7/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-09loplugin:constantparam in sfx2Noel Grandin1-7/+8
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-06Avoid reserved identifiersStephan Bergmann1-11/+11
2016-03-30Replace MACRO_PRFIX and MACRO_POSTFIX in eventsupplier.cxxJulien Nabet1-6/+2
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+3