summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appinit.cxx
AgeCommit message (Expand)Author
2017-04-13Removed duplicated includesAndrea Gelmini
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin
2017-02-21loplugin:subtlezeroinit: sfx2Stephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23use rtl::Reference in SfxAppData_ImplNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-02loplugin:singlevalfieldsNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-09loplugin:constantparam in sfx2Noel Grandin
2016-07-10ditch the application per-language IsAutoMnemonicEnabled settingCaolán McNamara
2016-07-10ditch the multiply dialog width * X where X is based on language thingCaolán McNamara
2016-06-06tdf#89329: use unique_ptr for pImpl in appXisco Fauli
2016-02-28Kill sfx2 menu supportMaxim Monastirsky
2016-02-09Remove excess newlinesChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-10-29com::sun::star->css in sfx2Noel Grandin
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-08-20more config skipping stuff and a tester toolCaolán McNamara
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-15Revert "std::list for Scheduler"Stephan Bergmann
2015-06-12std::list for SchedulerJuergen Funk
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-06Idle Timer: Invented Base ClassTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann
2014-12-01Resolves: fdo#86799 fix insert special char in Find/Find and ReplaceCaolán McNamara
2014-11-21Forward declare all the std::vector based impl container classes.Kohei Yoshida
2014-11-21Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.Kohei Yoshida
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-15osl_Module -> osl::ModuleCaolán McNamara
2014-10-01coverity#735489 constant guards dead codeCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler
2014-07-29Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-05-14sfx2: remove SAL_INFO's that only mark function entryNoel Grandin
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-10drop the SimpleErrorHandlerCaolán McNamara
2014-03-06sfx2: ensure that no timers are running after SfxApplication diesMichael Stahl
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann