summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-22CppunitTest_framework_dispatch: inherit from UnoApiTestXisco Fauli2-27/+10
2022-11-10Simplify the method and fix its descriptionMike Kaganski1-9/+5
2022-10-31lok: fix convert-to batch mode, quiet interactionHenry Castro1-0/+8
2022-10-28It's Frame-Controller-Model, not Model-View-ControllerMike Kaganski1-2/+2
2022-10-28Introduce utl::ConnectModelViewControllerMike Kaganski1-5/+2
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2022-10-03tdf#127856: sc: Status bar "languages" when you click...Henry Castro1-1/+5
2022-09-30tdf#151172 crash in notebookbar with extension enabledMaxim Monastirsky1-2/+3
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-3/+1
2022-09-28use more string_view in frameworkNoel Grandin5-43/+44
2022-09-18use more string_view in utl::TempFileNoel Grandin1-4/+1
2022-09-14Fix typo signes->signsAndrea Gelmini1-1/+1
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin3-3/+3
2022-09-06tdf#150682 - bad shortcut in french langageNoel Grandin1-0/+1
2022-09-04tdf#150773: Avoid bringing loading files to front several timesMike Kaganski2-19/+24
2022-09-04Some refactorMike Kaganski1-8/+8
2022-08-30tdf#149956 Rework toolbar image flippingMaxim Monastirsky3-1/+105
2022-08-30tdf#149741 tdf#149956 Make flipping work also in the sidebarMaxim Monastirsky1-1/+13
2022-08-30tdf#149956 Remove previous vcl only solutionMaxim Monastirsky2-10/+0
2022-08-29ref-count SdrObjectNoel Grandin1-0/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann15-15/+15
2022-08-16No need to use throwing Reference ctor from 'this'Mike Kaganski1-2/+1
2022-08-16Drop redundant warning after throwing checkMike Kaganski1-3/+2
2022-08-10Missing colon in toolbar help idsMaxim Monastirsky1-1/+1
2022-08-10Make ToolBox::InsertItem take the command nameMaxim Monastirsky2-8/+4
2022-08-10Unnecessary ToolBox::SetItemText callMaxim Monastirsky2-8/+3
2022-08-04tdf#150249 close of popover not detectedCaolán McNamara1-12/+16
2022-08-03tdf#149966 Crash on Windows and freeze on Linux when customizing MenuNoel Grandin1-21/+13
2022-07-21elide some makeStringAndClear() callsNoel Grandin2-3/+3
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-1/+1
2022-07-19Replace old png writer in imagemanagerimpl.cxxofftkp1-3/+4
2022-07-18Simplify by using InitAnyPropertySequenceMaxim Monastirsky1-29/+16
2022-07-18Remove the broken SupportsVisible hackMaxim Monastirsky1-8/+0
2022-07-17No need for SfxWeldToolBoxControllerFactoryMaxim Monastirsky3-59/+11
2022-07-15Fix typo "vetor"->"vector"Andrea Gelmini1-1/+1
2022-07-13tdf#149956 Pass the correct frame to VclStatusListenerMaxim Monastirsky2-0/+10