summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/dp_misc.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-17boost->stdCaolán McNamara1-5/+4
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
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-09Fix Linux baseline buildMiklos Vajna1-1/+2
2014-09-17Use SAL_INFOStephan Bergmann1-4/+1
2014-09-16Rename LO-specific uno ini-file (Linux: program/unorc) to "louno"Stephan Bergmann1-1/+1
2014-08-15Don't do the annoying restart thing when sandboxed on OS X, ignore risks...Tor Lillqvist1-1/+3
2014-06-04desktop: fix includesThomas Arnhold1-19/+19
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-22desktop: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27Remove visual noise from desktopAlexander Wilms1-8/+8
2014-02-25The LO process is called just "soffice" on OS XTor Lillqvist1-0/+4
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-22bool improvementsStephan Bergmann1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-2/+2
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in DESKTOP moduleNoel Grandin1-4/+4
2013-10-22Remove unnecessary component_getProcessComponentContext C wrapperStephan Bergmann1-1/+1
2013-09-09Extension Manager: surely we should be able to spawn uno ...Michael Stahl1-3/+8
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+3
2013-06-10_UNICODE macro unusedFridrich Štrba1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-12/+10
2013-03-27-Wunused-macrosStephan Bergmann1-2/+4
2012-12-30RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/deployment/miscChr. Rossmanith1-35/+22
2012-11-30de-cargocult singleton creationBjoern Michaelsen1-4/+2
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-30In "unopkg gui" dispose component context from DeInitVCLStephan Bergmann1-0/+22
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1
2012-08-24TypoStephan Bergmann1-3/+3
2012-08-24fdo#53968 etc.: Fix more "doesn't start after upgrade" problemsStephan Bergmann1-2/+3
2012-08-09fdo#53006: Remove user/extensions/bundled cache after upgradeStephan Bergmann1-4/+3
2012-08-02fdo#53006 Force reinstall of all bundled extensions on upgradeStephan Bergmann1-1/+1
2012-06-25callcatcher: update listCaolán McNamara1-43/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-04-24Force ExtensionManager resync when the implementation changesStephan Bergmann1-2/+4
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-10/+5
2012-01-15WaE: ordered comparison of pointer with integer zeroDavid Tardon1-1/+1
2011-12-21Fix for fdo43460 Part XIII getLength() to isEmpty()Olivier Hallot1-4/+4
2011-12-06catch exception by constant referenceTakeshi Abe1-1/+1
2011-11-27remove include of pch header in desktopNorbert Thiebaud1-2/+0
2011-10-20Undo basis/brand split: moved ini files from basis program/ to brand program/.Stephan Bergmann1-1/+1
2011-07-21Header filename case sensitivity fixesTor Lillqvist1-1/+1
2011-06-01tweak these a bit to allow better templateCaolán McNamara1-2/+2
2011-05-25add salhelper::LinkResolverCaolán McNamara1-8/+4
2011-05-21Drop OS2Tor Lillqvist1-1/+1
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (desktop)Christina Rossmanith1-1/+1
2011-04-12Resolves: #i113273# use modification time of soft link targets if linkedCaolán McNamara1-7/+22