summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration
AgeCommit message (Expand)Author
2024-05-11replace createFromAscii with OUString literals in ImageManagerImplNoel Grandin
2024-05-11replace createFromAscii with OUString literals in CommandImageResolverNoel Grandin
2024-05-08loplugin:ostr in frameworkNoel Grandin
2024-04-01tdf#146619 Drop unused 'using namespace' in: framework/Gabor Kelemen
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-12-23cid#1546006 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-10cid#1545975 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-03Split the *Bitmap::CopyPixel functionsNoel Grandin
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: frameworkStephan Bergmann
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-05-25[API CHANGE] remove XModuleUIConfigurationManager3 and XUIConfigurationManager3Miklos Vajna
2023-05-23[API CHANGE] Add createShortCutManager function to uiconfigurationmanager.Gökay Şatır
2023-05-13simplifyNoel Grandin
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin
2023-02-05tdf#143148 Use pragma once instead of include guardsGreg Kelesidis
2023-02-02osl::Mutex->std::mutex in ConfigurationAccess_UICategoryNoel Grandin
2023-02-02osl::Mutex->std::mutex in ConfigurationAccess_WindowStateNoel Grandin
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