summaryrefslogtreecommitdiff
path: root/desktop/source/app/check_ext_deps.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-03lok: Make the bundled dictionaries work.Tamás Zolnai1-6/+7
2017-10-23loplugin:includeform: desktopStephan Bergmann1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-07-19loplugin:constparams in desktopNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: desktopStephan Bergmann1-1/+0
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin1-2/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-15/+7
2016-12-20tdf#95416 Fix an include for desktop directoryHuzaifa Iftikhar1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-09-12desktop: com::sun::star->cssNoel Grandin1-1/+1
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-09Use comphelper::LibreOfficeKit::isActive() instead of LOK_TEST env varTor Lillqvist1-2/+2
2015-03-28Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist1-1/+0
2015-03-09desktop: avoid restart when running in a LOK unit testMiklos Vajna1-2/+4
2014-08-15Don't do the annoying restart thing when sandboxed on OS X, ignore risks...Tor Lillqvist1-0/+3
2014-06-04desktop: fix includesThomas Arnhold1-11/+11
2014-05-08desktop: sal_Bool->boolNoel Grandin1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-6/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-12/+12
2014-02-23Remove unneccessary commentsAlexander Wilms1-15/+15
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan1-1/+0
2013-10-22Remove unnecessary component_getProcessComponentContext C wrapperStephan Bergmann1-2/+3
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-4/+3
2013-04-28namespacing cleanupThomas Arnhold1-0/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+4
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-6/+4
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-19Some clean-upStephan Bergmann1-1/+1
2012-08-24fdo#53968 etc.: Fix more "doesn't start after upgrade" problemsStephan Bergmann1-10/+28
2012-08-09fdo#53006: Remove user/extensions/bundled cache after upgradeStephan Bergmann1-7/+12
2012-06-02targeted string re-workNorbert Thiebaud1-9/+9
2012-04-24Force ExtensionManager resync when the implementation changesStephan Bergmann1-33/+22
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-5/+5
2011-12-06catch exception by constant referenceTakeshi Abe1-7/+7
2011-11-27remove include of pch header in desktopNorbert Thiebaud1-2/+0