summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.cxx
AgeCommit message (Expand)Author
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2013-12-26WaE: unused variable 'ARGUMENT_PREFIX'Tor Lillqvist
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-09-17convert DESKTOP module from String to OUStringNoel Grandin
2013-08-18Revert "Fixing i#119950 warn about other running terminal sessions"Jesús Corrius
2013-07-30Fix a typo and -- hopefully -- tinderbox make checkFridrich Štrba
2013-07-30Fixing i#119950 warn about other running terminal sessionsJürgen Schmidt
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist
2013-03-19further OUString cleanupThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-27WaE: unused functionTor Lillqvist
2013-02-26Bypass the crack pipe on Android and iOSTor Lillqvist
2013-02-22s/the the/the/Tor Lillqvist
2013-02-21Clean up code that sends and recvs strings accross the OfficeIPC pipeStephan Bergmann
2013-02-19Good way to initialize array of char char var[NB]={0}Julien Nabet
2013-02-19coverity#983483 String not null terminatedNorbert Thiebaud
2013-02-16Clean up some supportsService implementationsStephan Bergmann
2013-02-05Ignore IPC socket setup errors on OS X as they occur always when sandboxedTor Lillqvist
2012-12-30RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/appChr. Rossmanith
2012-12-13Related fdo#33484: Terminate OfficeIPCThread by closing the accepting pipeStephan Bergmann
2012-12-13Reduce scope of OfficeIPCThread::maStreamPipeStephan Bergmann
2012-12-13startup: more reliable startup of multiple instancesPierre-Eric Pelloux-Prayer
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-09-26Clean up option processingStephan Bergmann
2012-06-20Avoid deadlock when signal handler joins threadStephan Bergmann
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-02Cleaned up CommandLineArgsStephan Bergmann
2012-04-25Proper handling of multiple --accept argumentsStephan Bergmann
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-30removed duplicate includes in desktop / editengTakeshi Abe
2012-03-06Resolves: rhbz#800272 complain about unknown command-line optionsCaolán McNamara
2012-02-27fix msvc2005 buildCaolán McNamara
2012-02-27make desktop Bytestring freeCaolán McNamara
2012-02-23accumulate into an OStringBufferCaolán McNamara
2012-02-23Adapted OfficeIPCThread to safer-to-use salhelper::ThreadStephan Bergmann
2012-01-15WaE: ordered comparison of pointer with integer zeroDavid Tardon
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2011-12-21Fix for fdo43460 Part XIII getLength() to isEmpty()Olivier Hallot
2011-12-06catch exception by constant referenceTakeshi Abe
2011-11-27remove include of pch header in desktopNorbert Thiebaud
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-04Further clean up of areas touched by previous commit.Stephan Bergmann
2011-11-04String->OUString, remove unused codeAugust Sodora
2011-10-05remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks
2011-09-29ByteString->rtl::OStringBufferCaolán McNamara
2011-09-29why use a pointer when a reference will doCaolán McNamara
2011-07-07Remove socomp library related codeMatus Kukan