summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration
AgeCommit message (Expand)Author
2023-01-17XUnoTunnel->dynamic_cast in RootItemContainerNoel Grandin
2022-12-06tdf#152134 Customize: assign user macro to menu hangsNoel Grandin
2022-09-28use more string_view in frameworkNoel Grandin
2022-08-03tdf#149966 Crash on Windows and freeze on Linux when customizing MenuNoel Grandin
2022-07-19Replace old png writer in imagemanagerimpl.cxxofftkp
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in frameworkStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-03-11loplugin:constparamsNoel Grandin
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2021-12-26use comphelper::WeakComponentImplHelper in WindowStateConfigurationNoel Grandin
2021-12-25use comphelper::WeakComponentImplHelper in ModuleUIConfigurationManagerSupplierNoel Grandin
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin
2021-12-20osl::Mutex->std::mutex in GlobalImageListNoel Grandin
2021-12-20osl::Mutex->std::mutex in ModuleUIConfigurationManagerNoel Grandin
2021-12-20osl::Mutex->std::mutex in ImageManagerImplNoel Grandin
2021-12-20osl::Mutex->std::mutex in UIConfigurationManagerNoel Grandin
2021-11-26loplugin:stringliteraldefine in frameworkNoel Grandin
2021-11-22osl::Mutex->std::mutex in GlobalSettings_AccessNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-19merge ModuleImageManager into ImageManagerNoel Grandin
2021-07-08SolarMutexGuard::clear called twice where the 2nd call site should undo the 1stCaolán McNamara
2021-06-18hold SvtSysLocale for lifetime of returned GetUILanguageTag referenceCaolán McNamara
2021-06-15remove some unnecessary LanguageType copiesNoel Grandin
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
2021-03-20use single-use attribute for UICategoryDescriptionNoel
2021-03-19use single-use attribute for WindowStateConfigurationNoel
2021-03-19use single-use attribute for ModuleUIConfigurationManagerSupplierNoel
2021-03-12drop PNGReader and use only PngImageReaderLuboš Luňák
2021-02-21loplugin:refcounting in frameworkNoel
2021-01-26loplugin:passstuffbyrefNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-13tdf#123936 Formatting files in module framework with clang-formatPhilipp Hofer
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen
2020-10-22long->tools::Long in forms..frameworkNoel
2020-09-18lok: make labels and tooltips translated for commandsSzymon Kłos
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-08Related: tdf#130445 Fix custom icon scale checkMaxim Monastirsky