summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration
AgeCommit message (Expand)AuthorFilesLines
2024-07-29Prevent rtl::Reference -> css::uno::Reference -> rtl::Reference implicit pathMike Kaganski1-6/+3
2024-07-09cid#1554688 COPY_INSTEAD_OF_MOVECaolán McNamara2-6/+2
2024-05-28loplugin:ostr in sd/../uiNoel Grandin5-8/+8
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 9)Julien Nabet1-6/+3
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-03-15tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorYousef_Rabia1-2/+1
2023-01-26cid#1520593 Uncaught exceptionCaolán McNamara1-1/+1
2023-01-26use more concrete types in sdNoel Grandin5-14/+22
2023-01-24[API CHANGE] remove service sd::framework::ConfigurationControllerNoel Grandin1-26/+6
2023-01-23[API CHANGE] sd::frame::Configuration does not need to be an UNO serviceNoel Grandin1-26/+0
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin6-17/+19
2021-12-29use comphelper::WeakComponentImplHelper in sd::framework::ConfigurationNoel Grandin1-12/+9
2021-12-27use comphelper::WeakComponentImplHelper in UpdateRequestNoel Grandin2-10/+5
2021-12-27use comphelper::WeakComponentImplHelper in GenericConfigurationChangeRequestNoel Grandin2-8/+5
2021-12-19use more cppu::BaseMutexNoel Grandin6-32/+32
2021-10-30Prepare for removal of non-const operator[] from Sequence in sdMike Kaganski2-3/+5
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-10-11loplugin:moveparam in sdNoel Grandin1-3/+3
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+1
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin7-35/+10
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-4/+4
2021-08-01osl::Mutex->std::mutex in ResourceFactoryManagerNoel Grandin2-6/+6
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann5-8/+8
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC11-44/+11
2021-02-21loplugin:refcounting in sdNoel1-3/+1
2021-02-15loplugin:referencecasting in sdNoel1-1/+1
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-2/+1
2020-12-07tdf#42949 Fix new IWYU warnings in sd/Gabor Kelemen1-1/+0
2020-11-22tdf#123936 Formatting files in module sd with clang-formatPhilipp Hofer7-84/+106
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-2/+7
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann6-38/+38
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sdStephan Bergmann1-5/+5
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-1/+1
2020-05-21use for-range on Sequence in i18npool..sdNoel Grandin1-4/+4
2020-05-09compact namespace in sdNoel Grandin10-46/+46
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+2
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-02-11Avoid needless ListenerList temporaryStephan Bergmann1-1/+1
2020-02-10Avoid additional search in case of insertionMuhammet Kara1-2/+2
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2020-01-24loplugin:makeshared in sdNoel Grandin1-4/+4
2020-01-15clang-tidy modernize-concat-nested-namespace in sdNoel Grandin13-26/+26
2019-12-22sal_Char->char in sdNoel Grandin2-2/+2
2019-12-16sd: for_each -> range-forAshod Nakashian1-6/+2
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-09-29loplugin:constmethod in sdNoel Grandin2-2/+2
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin1-1/+1