summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appdispatchprovider.cxx
AgeCommit message (Expand)Author
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2Stephan Bergmann
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2018-07-06Some cleanup and commentsJan-Marek Glogowski
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-15Replace lists by vectors (sfx2)Julien Nabet
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-06-26loplugin:oncevar in sfx2Noel Grandin
2017-04-03tdf#39468 Translate German commentsJens Carl
2017-03-07can use a reference hereCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-10-18Lock SolarMutex in SfxAppDispatchProvider::queryDispatchStephan Bergmann
2016-09-01std::list<sal_Int16> to vectorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-04*_AppDispatchProvider_get_implementation cannot bypass XInitializationStephan Bergmann
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-15sfx: Use constructor feature for SfxAppDispatchProvider.Matúš Kukan