summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.cxx
AgeCommit message (Expand)Author
37 hourscid#1555167 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-05-08tdf#69192: add StartingSlide to SID_PRESENTATION and cmdline show=Justin Luth
2024-05-07loplugin:ostr in desktopNoel Grandin
2024-05-01next is never passed a null pointer, use a referenceCaolán McNamara
2023-11-20Extended loplugin:ostr: desktopStephan Bergmann
2023-03-25loplugin:stringadd in d*Noel Grandin
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI
2022-09-20Only try to convert outdir to system path when it's not emptyMike Kaganski
2022-09-14close "OSL_PIPE" pipe on SIGTERMCaolán McNamara
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-06-10new loplugin:moveitNoel Grandin
2022-06-03clang-tidy modernize-pass-by-value in desktopNoel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-01-19WASM more initial bits and piecesJan-Marek Glogowski
2021-11-12rtl::Static to thread-safe staticNoel Grandin
2021-08-15rtl::Static -> thread-safe static localNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: desktopStephan Bergmann
2020-04-14loplugin:flatten in desktopNoel Grandin
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák
2019-10-01loplugin:stringadd in dbaccess..desktopNoel Grandin
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): desktopStephan Bergmann
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-01-08use unique_ptr in desktop::IpcThreadNoel Grandin
2018-12-29Fix typo in codeAndrea Gelmini
2018-12-25tdf#120676: don't send "processing done" when refused to processMike Kaganski
2018-12-12use std::<some_container>::swap, instead of copy and clearNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-19tdf#121498: also process --help/--version before VCL init on WinMike Kaganski
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-10-12tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08clang-tidy bugprone-unused-raii in RequestHandlerNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-05Use for-range loops in desktop (part1)Julien Nabet
2018-01-29Function already take const OUString&Mike Kaganski
2018-01-22tdf#38915: set cProcessed condition on any process outcomeMike Kaganski
2018-01-12More loplugin:cstylecast: desktopStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-06Finally make DbusIpcThread terminateStephan Bergmann
2017-10-27...and one more fix for DbusIpcThread,Stephan Bergmann
2017-10-25Avoid further unwanted interference of DbusIpcThread::execute/closeStephan Bergmann
2017-10-24Avoid race between DbusIpcThread::close and DbusIpcThread::executeStephan Bergmann