summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-20tdf#124168: We do need the BasicDLL thing also in the iOS appTor Lillqvist1-5/+3
2019-03-08We need <basic/sberrors.hxx> for the !HAVE_FEATURE_SCRIPTING caseTor Lillqvist1-0/+1
2019-02-24Fix unused parameter warning when !HAVE_FEATURE_SCRIPTINGTor Lillqvist1-0/+2
2019-02-22weld SvxScriptSelectorDialogCaolán McNamara1-3/+2
2019-02-09loplugin:indentation in sfx2..slideshowNoel Grandin1-1/+1
2018-10-16loplugin:singlevalfields in sfx2Noel Grandin1-1/+0
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-15/+12
2018-04-18tdf#42949 Remove unnecessary localization headers of sfx2Gabor Kelemen1-2/+0
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0
2018-01-24loplugin:constparamsNoel Grandin1-1/+1
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-3/+3
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-4/+4
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-9/+9
2017-07-25loplugin:unusedmethodsNoel Grandin1-6/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-3/+3
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-5/+0
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+1
2017-05-04loplugin:checkunusedparams in sfx2Noel Grandin1-1/+1
2017-04-27tdf#39468 cleanup source code commentsdennisroczek1-2/+1
2017-04-23Replace GetImage with CommandInfoProvider::GetImageForCommandMaxim Monastirsky1-1/+0
2017-03-07only one use of GetLastSaveDirectoryCaolán McNamara1-15/+0
2016-12-20convert SFX_EVENT constants to scoped enumNoel Grandin1-2/+2
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-11-18includes should be at the top of the fileNoel Grandin1-4/+3
2016-11-05Replace OSL_ENSURE by SAL_WARN_IF + clean includeJulien Nabet1-2/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-07SfxViewFrame::GetParentViewFrame_Impl always returns nullptrStephan Bergmann1-19/+13
2016-10-07loplugin:staticmethods: sfx2Stephan Bergmann1-5/+5
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-07-13Moved SfxModule owner to SfxApplicationMark Page1-1/+16
2016-07-10ditch the application per-language IsAutoMnemonicEnabled settingCaolán McNamara1-1/+0
2016-06-13loplugin:sallogareasStephan Bergmann1-1/+1
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-06-06tdf#89329: use unique_ptr for pImpl in appXisco Fauli1-32/+30
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0
2016-03-17loplugin:constantparam in sfx2Noel Grandin1-1/+1
2016-03-04Looks unusedStephan Bergmann1-9/+0
2016-02-28Kill sfx2 menu supportMaxim Monastirsky1-10/+0
2016-02-09Remove excess newlinesChris Sherlock1-8/+0
2016-01-12GetImageFromURL/SetImageProducer unusedNoel Grandin1-2/+0
2015-12-17[API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens1-1/+0
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt1-1/+0
2015-11-13sfx2: rename static variable SfxApplication::pApp etc.Michael Stahl1-7/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8