summaryrefslogtreecommitdiff
path: root/desktop/source/app/appinit.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-05Use for-range loops in desktop (part1)Julien Nabet1-3/+2
2018-02-28Don't do unnecessary check for trailing slashMike Kaganski1-7/+0
2018-02-28Clean up Desktop::CreateTemporaryDirectoryStephan Bergmann1-12/+5
2018-01-20iOS, allow unorc to be readjan Iversen1-0/+7
2017-10-23loplugin:includeform: desktopStephan Bergmann1-3/+3
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-11/+3
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin1-1/+2
2016-10-20Check for enable safe mode earlierSamuel Mehrbrodt1-3/+0
2016-10-17Force disable OpenGL in Safe ModeSamuel Mehrbrodt1-0/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-10-20afl-eventtesting: shutdown cleaner to allow things to deregisterCaolán McNamara1-2/+3
2015-10-09afl-eventtesting: we want to allow dialogs in ui-testing modeCaolán McNamara1-3/+3
2015-09-12desktop: com::sun::star->cssNoel Grandin1-1/+1
2015-09-02ditch gnome-vfs2 supportCaolán McNamara1-27/+0
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-3/+6
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-28Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist1-10/+0
2015-02-03Clean up some weird loggingTor Lillqvist1-1/+1
2014-12-12desktop: Use appropriate OUString functions on string constantsStephan Bergmann1-7/+5
2014-07-26fdo#75757: remove inheritance to std::mapTakeshi Abe1-0/+3
2014-05-08desktop: sal_Bool->boolNoel Grandin1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-07make the error not a secretCaolán McNamara1-2/+2
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-17convert DESKTOP module from String to OUStringNoel Grandin1-4/+4
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-11/+10
2013-05-11fdo#64311 - fix namespace issue / compile failure.Michael Meeks1-1/+1
2013-05-11fdo#64311 - fix pre-processor conditionals & don't bail-out without gnome-vfs.Michael Meeks1-17/+26
2013-04-28namespacing cleanupThomas Arnhold1-4/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+6
2013-04-05Remove SvtInternalOptionsThomas Arnhold1-14/+1
2013-02-20Some cppcheck cleaningJulien Nabet1-4/+1
2013-02-11fdo#46808, convert code in desktop module to XComponentContextNoel Grandin1-7/+7
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann1-1/+0
2012-11-30Remove SvtStartOptionsStephan Bergmann1-3/+4
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-19/+0
2012-09-24fdo#54385: Displaying help/version early on UNX requires service managerStephan Bergmann1-4/+5
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-79/+23
2012-06-02targeted string re-workNorbert Thiebaud1-12/+11
2012-05-18removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-05-02Cleaned up CommandLineArgsStephan Bergmann1-39/+5
2012-04-25Proper handling of multiple --accept argumentsStephan Bergmann1-13/+11