summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Remove excess newlinesChris Sherlock1-1/+0
2016-06-11tdf#92191: Don't use any IPC pipe in a sandboxed OS X appTor Lillqvist1-0/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-04yyyyyNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-06Fix typosAndrea Gelmini1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-9/+9
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-6/+4
2015-08-27Clean up aEmptyStephan Bergmann1-8/+7
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-2/+2
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-4/+4
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-13/+13
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist1-3/+3
2015-04-01Check osl::LibreOfficeKit::isActive(), not Application::IsConsoleOnly()Tor Lillqvist1-7/+8
2015-03-30Revert "Merge the --invisible and --headless options"Tor Lillqvist1-3/+3
2015-03-30Merge the --invisible and --headless optionsTor Lillqvist1-3/+3
2015-03-29Don't use any IPC pipe when in console-only mode or in a LOKit-based programTor Lillqvist1-76/+102
2015-03-29Bin pointless static const members used only in one placeTor Lillqvist1-5/+1
2015-03-28Remove #if 0 block of codeTor Lillqvist1-14/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-02-04Use LibreOfficeKit in the TiledLibreOffice iOS demo app, tooTor Lillqvist1-6/+18
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-20Some more loplugin:cstylecast: desktopStephan Bergmann1-1/+1
2014-12-04Enable OfficeIPCThread for LOK on Android in a safer wayTomaž Vajngerl1-14/+14
2014-12-04TEMPORARY: We need OfficeIPCThread for LOK on Android for now.Andrzej Hunt1-14/+14
2014-12-04Add OfficeIPCThread::IsEnabled.Andrzej Hunt1-0/+5
2014-12-04Add OfficeIPCThread::WaitForReady.Andrzej Hunt1-0/+12
2014-10-23fdo#60689: replace SUPD variableMarcos Paulo de Souza1-1/+2
2014-08-15fdo#70625 Add --cat parameter to make git diffs prettydeenafrancis1-3/+4
2014-06-04desktop: fix includesThomas Arnhold1-1/+1
2014-05-08desktop: sal_Bool->boolNoel Grandin1-12/+12
2014-03-28Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-3/+3
2013-12-26WaE: unused variable 'ARGUMENT_PREFIX'Tor Lillqvist1-2/+1
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-2/+2
2013-09-17convert DESKTOP module from String to OUStringNoel Grandin1-2/+2
2013-08-18Revert "Fixing i#119950 warn about other running terminal sessions"Jesús Corrius1-31/+19
2013-07-30Fix a typo and -- hopefully -- tinderbox make checkFridrich Štrba1-1/+1
2013-07-30Fixing i#119950 warn about other running terminal sessionsJürgen Schmidt1-19/+32
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-39/+36
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist1-5/+6
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist1-5/+5