summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2023-07-15tdf#71550 autosave: remove empty, new file on failed autosaveJustin Luth1-0/+6
2023-06-16tdf#155699 - MRU: show pinned documents at the beginning of the listAndreas Heinisch1-13/+34
2023-06-06use more officecfg for SvtMiscOptionsNoel Grandin4-21/+17
2023-06-06SvtCommandOptions only supports CMDOPTION_DISABLEDNoel Grandin6-16/+12
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin2-2/+2
2023-05-25merge some stringaddsNoel Grandin1-6/+1
2023-05-25[API CHANGE] remove XModuleUIConfigurationManager3 and XUIConfigurationManager3Miklos Vajna3-7/+7
2023-05-23[API CHANGE] Add createShortCutManager function to uiconfigurationmanager.Gökay Şatır4-8/+20
2023-05-13simplifyNoel Grandin2-10/+6
2023-05-07framework/taskcreator: declare ARGUMENT_HIDDENFORCONVERSION and use itJulien Nabet3-2/+7
2023-05-07Simplify some initializations in framework/source/classes/taskcreator.cxxJulien Nabet1-30/+9
2023-05-07framework/inc/taskcreatordefs.hxx: these are bool and not sal_Bool (2)Julien Nabet1-1/+1
2023-05-07framework/inc/taskcreatordefs.hxx: these are bool and not sal_Bool since 2014Julien Nabet1-9/+8
2023-05-07Typo: freature->featureJulien Nabet1-2/+2
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin1-0/+3
2023-04-28survive exporting to pdf without config for fuzzingCaolán McNamara2-13/+21
2023-04-28remove dodgy code in OReadToolBoxDocumentHandlerNoel Grandin2-27/+8
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen1-1/+0
2023-04-17Remove some unused includesMiklos Vajna2-2/+0
2023-04-15Simplify initialized checkMike Kaganski1-11/+4
2023-04-14loplugin:stringviewparam improvementsNoel Grandin2-9/+10
2023-04-13try to fix CppunitTest_framework_dispatch on windowsNoel Grandin1-0/+9
2023-04-12OUString::intern is a relicNoel Grandin5-13/+6
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski1-8/+8
2023-04-07drop unused eventtesting stuffCaolán McNamara1-2/+1
2023-04-05Resolves: tdf#154308 if start center frame exists, use it as dialog parentCaolán McNamara1-1/+10
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski10-53/+45
2023-04-01use more XVclWindowPeerNoel Grandin5-10/+11
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