summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/interceptionhelper.cxx
AgeCommit message (Expand)Author
2022-12-16Use rtl::Reference to avoid a dynamic_castStephan Bergmann
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-15Fix typo "vetor"->"vector"Andrea Gelmini
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-07-13framework, sfx2: catch more exceptions when the object is already disposedMiklos Vajna
2019-07-20loplugin:referencecasting in frameworkNoel Grandin
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-02-09loplugin:indentation in frameworkNoel Grandin
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-03-17Use for-range loops in frameworkJulien Nabet
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-07-22Fix typosAndrea Gelmini
2016-05-23framework: last dispatchInterceptor gets asked firstThorsten Behrens
2016-05-20framework: avoid excessive queryDispatch callsThorsten Behrens
2016-05-12framework: initial implementation of a dispatch disabler.Michael Meeks
2016-01-16tdf#96949 Remove global static variable m_bPreferrFirstInterceptor and unused...shubhamtibra
2016-01-10Fix typosAndrea Gelmini
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-27automaticly -> automatically.Jan Holesovsky
2014-04-18Typo: s/cant/can't/Tor Lillqvist
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-03-18Use SolarMutexGuard directlyStephan Bergmann
2014-03-17Consolidate framework::{Read,Write}GuardStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet
2014-01-17fwk: Use constructor feature for Frame.Matúš Kukan
2013-12-20typo fixesAndras Timar
2013-11-11remove unnecessary use of OUString constructor in FRAMEWORK moduleNoel Grandin
2013-09-09Bin some uses of the stupid DECLARE_ASCII macroTor Lillqvist
2013-07-23convert more services in framework module to WeakImplHelperNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
2012-08-08remove include comments and boxesThomas Arnhold
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-30Bin a bunch of pointless commentsTor Lillqvist
2011-11-27remove include of pch header from frameworkNorbert Thiebaud
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens