summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-06loplugin:unusedmethods vclNoel Grandin1-1/+0
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-05loplugin:constantfunctionNoel Grandin1-12/+6
2015-11-10desktop: Make the --writer/--calc/--impress command line options work again.Jan Holesovsky1-1/+1
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-5/+5
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-3/+3
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+5
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-5/+5
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-18/+18
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-17/+17
2015-03-30Revert "Merge the --invisible and --headless options"Tor Lillqvist1-13/+15
2015-03-30Merge the --invisible and --headless optionsTor Lillqvist1-15/+13
2015-03-28Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist1-35/+0
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-16/+17
2015-03-19loplugin:constantfunction: vclNoel Grandin1-3/+0
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl1-1/+1
2015-02-09vcl/settings.hxx "drag full options API" uses sal_uLongStephan Bergmann1-2/+2
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-3/+3
2015-02-03Clean up some weird loggingTor Lillqvist1-6/+0
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin1-3/+3
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-2/+1
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann1-1/+1
2014-12-11desktop: avoid loading to-be-recovered documents when recovery is disabledMiklos Vajna1-2/+4
2014-12-05desktop: avoid starting with new writer doc if OOO_DISABLE_RECOVERY setMichael Stahl1-2/+4
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara1-2/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+3
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+1
2014-10-11move the removeTree function from desktop to unotoolsMichael Stahl1-52/+2
2014-09-30desktop: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-09-29No extension cache to clean unless HAVE_FEATURE_EXTENSIONSTor Lillqvist1-0/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler1-8/+8
2014-09-07microoptimisation: no need to compute string length to test emptinessLionel Elie Mamane1-1/+1
2014-09-06Make OOO_EXIT_POST_STARTUP behave more nicely when blankMatthew J. Francis1-1/+2
2014-08-25everything is independent from vos these days...Michael Stahl1-4/+2
2014-08-16try that ErrorBox removal againCaolán McNamara1-4/+4
2014-08-16Revert "ErrorBox EBX_ERR_PRINTDISABLED to String"Markus Mohrhard1-2/+2
2014-08-15ErrorBox EBX_ERR_PRINTDISABLED to StringThomas Arnhold1-2/+2
2014-08-15fdo#70625 Add --cat parameter to make git diffs prettydeenafrancis1-0/+1
2014-07-25Typo: Destop->DesktopJulien Nabet1-2/+2