summaryrefslogtreecommitdiff
path: root/desktop/source/app/dispatchwatcher.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-1/+0
2023-11-20Extended loplugin:ostr: desktopStephan Bergmann1-1/+1
2023-03-17tdf#153683: Refactor fixBaole Fang1-23/+22
2023-03-16tdf#153683: Show the used module in --convert-toBaole Fang1-1/+43
2023-02-14osl::Mutex->std::atomic in DispatchWatcherNoel Grandin1-14/+4
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-03clang-tidy modernize-pass-by-value in desktopNoel Grandin1-2/+3
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin1-5/+5
2022-01-14Recheck modules d* with IWYUGabor Kelemen1-1/+0
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-2/+2
2021-10-30Prepare for removal of non-const operator[] from Sequence in desktopMike Kaganski1-34/+28
2021-07-21Related: tdf#135762 Suppress cout if not command lineEike Rathke1-8/+11
2021-07-15Related: tdf#135762 Allow --convert-to csv to specify 1-based sheet numberEike Rathke1-2/+11
2021-07-14rhbz#1980800 allow --convert-to csv to write each sheet to a separate fileCaolán McNamara1-4/+22
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-9/+8
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-1/+1
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+2
2020-10-12desktop: fix misleading commentMiklos Vajna1-1/+1
2020-10-02loplugin:reducevarscope in desktop..emfioNoel1-1/+1
2020-05-20use for-range on Sequence in d*Noel Grandin1-7/+7
2020-02-27desktop: soffice --print-to-file generates PDF but names it ".ps"Michael Stahl1-1/+1
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen1-6/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-3/+2
2019-08-19loplugin:constvars in cppuhelper..desktopNoel Grandin1-1/+1
2019-07-19loplugin:referencecasting in desktopNoel Grandin1-2/+2
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin1-12/+10
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-4/+5
2019-02-15tdf#123474: use INetURLObject methods to construct valid URIMike Kaganski1-3/+6
2019-01-15Use utl::TempFile for exception safetyMike Kaganski1-26/+15
2018-12-26Use vector<PropertyValue> and containerToSequence to simplify thingsMike Kaganski1-84/+46
2018-12-26Remove redundant ClearableMutexGuard::clear() callMike Kaganski1-1/+0
2018-12-13loplugin:unusedfields in variousNoel Grandin1-1/+0
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-6/+6
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen1-0/+1
2018-03-08loplugin:constantparam in canvas..comphelperNoel Grandin1-1/+1
2017-10-23loplugin:includeform: desktopStephan Bergmann1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-4/+3
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin1-1/+1
2017-09-05tdf#109202: pass arg of --convert-images-to to (f)odt filterKatarina Behrens1-2/+24
2017-09-05Remove useless commentSamuel Mehrbrodt1-1/+1
2017-08-01loplugin:constparams in lotuswordproNoel Grandin1-1/+1
2017-07-31tdf#109262 - load libraries, and handle exceptions for --script-catMichael Meeks1-9/+27
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin1-6/+3
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-3/+1
2017-06-09Add --script-cat parameter to dump scripts content.Michael Meeks1-76/+153
2017-05-19loplugin:stringcopy: desktopStephan Bergmann1-1/+1