summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry
AgeCommit message (Expand)Author
2024-04-07tdf#159790 temporarily release mutex for child packagesPatrick Luby
2024-04-03tdf#159790 eliminate deadlock on main threadPatrick Luby
2023-11-20Extended loplugin:ostr: desktopStephan Bergmann
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 3)Julien Nabet
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: desktopStephan Bergmann
2023-09-02replace set(nullptr) with clear()Noel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-14Make encodeForXml accessible for other modulesSzymon Kłos
2023-03-25loplugin:stringadd in d*Noel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-28use more string_view in desktopNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-06-03clang-tidy modernize-pass-by-value in desktopNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in desktopStephan Bergmann
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-01-14Recheck modules d* with IWYUGabor Kelemen
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-11-25loplugin:stringliteraldefine in desktopNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in desktopMike Kaganski
2021-10-19Improve an error messageStephan Bergmann
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-10loplugin:moveparam in xmlscriptNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-22loplugin:refcounting in desktopNoel
2021-02-17loplugin:referencecasting in desktopNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann
2020-11-13tdf#123936 Formatting files in module desktop with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-10-02loplugin:reducevarscope in desktop..emfioNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman
2020-08-28Simply use aStr as-isStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-19Fix typosAndrea Gelmini