aboutsummaryrefslogtreecommitdiff
path: root/source/kn/cui
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-10-17 22:09:44 +0200
committerAndras Timar <andras.timar@collabora.com>2018-10-18 16:34:55 +0200
commit4aa7a68c325fa9d151a022acecf96325e270afb3 (patch)
tree1b41dcb104f2e5d578a1d4dec49f7e8dd3f16425 /source/kn/cui
parentd5dfa69beda2e6f63d0e16f46c86d0542e248421 (diff)
Change-Id: I2fbf6583f2f1c8cf73077a0325bfa0be3e7de893
Diffstat (limited to 'source/kn/cui')
0 files changed, 0 insertions, 0 deletions
ure/table_rotated_text LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.cxx
AgeCommit message (Expand)Author
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
2017-10-23loplugin:includeform: desktopStephan Bergmann
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin
2017-09-05tdf#109202: pass arg of --convert-images-to to (f)odt filterKatarina Behrens
2017-09-05tdf#109202: Convert images via command line parameter, CLI supportSamuel Mehrbrodt
2017-07-19loplugin:constparams in desktopNoel Grandin
2017-06-30loplugin:oncevarStephan Bergmann
2017-06-09Add --script-cat parameter to dump scripts content.Michael Meeks
2017-05-16loplugin:checkunusedparams variousNoel Grandin
2017-05-10Resolves: rhbz#144437 make gnome-documents not crash the whole timeCaolán McNamara
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock
2017-04-29Move getProcessWorkingDir from tools to unotoolsChris Sherlock
2017-03-25Fix typosAndrea Gelmini