summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin7-41/+33
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-11/+15
2023-03-22fix crash seen when experimenting with tdf#129547Caolán McNamara1-1/+4
2023-03-21sc drawstyles: Handle style commands and undoMaxim Monastirsky1-1/+2
2023-03-20little optimization in acceleratorsJuergen Funk2-4/+2
2023-03-20tdf#153587 If one of the multiple shortcuts is deleted,Juergen Funk1-2/+17
2023-03-14elide some temporary OStringsNoel Grandin1-1/+1
2023-03-14Related tdf#129547 and tdf#154136: add COLON keyJulien Nabet1-0/+1
2023-03-03flatten DocumentUndoGuardNoel Grandin1-47/+20
2023-02-28tdf#153857 Writer hangs right-clicking on form fieldNoel Grandin1-0/+2
2023-02-22BaseMutex->std::mutex in PopupMenuControllerBaseNoel Grandin15-82/+76
2023-02-21BaseMutex->std::mutex in JobExecutorNoel Grandin1-48/+46
2023-02-17osl::Mutex->std::mutex in UndoManagerHelper_ImplNoel Grandin1-29/+63
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen2-2/+0
2023-02-15Resolves: tdf#30920 don't terminate app on closing license frameCaolán McNamara1-1/+4
2023-02-14osl::Mutex->std::mutex in LoadEnvListenerNoel Grandin1-5/+5
2023-02-14osl::Mutex->std::mutex in ConfigurationAccess_UICommandNoel Grandin1-8/+8
2023-02-09tdf#95936: Tooltip not updated in Toolbars after change ShortcutJuergen Funk4-1/+26
2023-02-05tdf#143148 Use pragma once instead of include guardsGreg Kelesidis1-4/+1
2023-02-03tdf#56696 - Sort recent document list according to current LibO moduleAndreas Heinisch1-3/+50
2023-02-02osl::Mutex->std::mutex in ConfigurationAccess_UICategoryNoel Grandin1-5/+5
2023-02-02osl::Mutex->std::mutex in ConfigurationAccess_WindowStateNoel Grandin1-13/+14
2023-01-31Fix locking orderStephan Bergmann1-13/+13
2023-01-29use std:mutex in PropertySetContainerNoel Grandin2-6/+9
2023-01-27JobURL does not need to use the SolarMutexNoel Grandin1-7/+0
2023-01-27JobResult does not need to use the SolarMutexNoel Grandin1-16/+3
2023-01-27AcceleratorCache does not need to lock the SolarMutexNoel Grandin1-11/+0
2023-01-27Remove SolarMutex usage from framework::JobDataNoel Grandin3-65/+13
2023-01-27Move a UNO service creation outside a guarded areaStephan Bergmann1-3/+3
2023-01-18Fix typoAndrea Gelmini1-1/+1
2023-01-17Fix typoAndrea Gelmini1-1/+1
2023-01-17tdf#146638 In a titlebar, separator is changed from a hyphen to an emdashRadhey Parekh2-1/+5
2023-01-17XUnoTunnel->dynamic_cast in RootItemContainerNoel Grandin4-25/+7
2023-01-17XUnoTunnel->dynamic_cast in ConstItemContainerNoel Grandin5-30/+3
2023-01-17XUnoTunnel->dynamic_cast in RootActionTriggerContainerNoel Grandin2-20/+0
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski12-58/+11
2023-01-14XUnoTunnel->dynamic_cast in VCLXMenuNoel Grandin2-4/+4
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin14-24/+25
2023-01-11fix deadlock observed on jenkinsNoel Grandin1-2/+4
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann6-34/+5
2022-12-23loplugin:unocast (framework::Desktop)Stephan Bergmann2-1/+12
2022-12-20loplugin:unocast (weld::TransportAsXWindow)Stephan Bergmann1-1/+2
2022-12-16Use rtl::Reference to avoid a dynamic_castStephan Bergmann1-7/+7
2022-12-16Use rtl::Reference to avoid a dynamic_castStephan Bergmann4-6/+10
2022-12-14loplugin:implinheritancehelper in frameworkNoel Grandin2-72/+3
2022-12-14loplugin:unocast (framework::AddonsToolBarWrapper)Stephan Bergmann3-3/+20
2022-12-12tdf#151376 framework: fix calling in-document macros with reused framesMiklos Vajna3-0/+15
2022-12-06tdf#152134 Customize: assign user macro to menu hangsNoel Grandin1-21/+12
2022-11-22CppunitTest_framework_services: inherit from UnoApiTestXisco Fauli2-25/+10
2022-11-22CppunitTest_framework_loadenv: inherit from UnoApiTestXisco Fauli2-15/+10