summaryrefslogtreecommitdiff
path: root/sfx2/source/control/dispatch.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-06Enable allowing comment editing in readOnly view mode.Gökay Şatır1-2/+30
2024-04-03Use sdi properties for checking uno commands'a availability.Gökay Şatır1-0/+3
2024-03-21Moving parts of readonly checks from model to view.Gökay Şatır1-4/+9
2024-03-11Remove redundant function indirection in SfxHintPosterHassan Sajjad1-2/+2
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)1-2/+2
2024-02-08kit mode is similar to !HAVE_FEATURE_DESKTOP mode wrt menubarCaolán McNamara1-0/+3
2024-01-23ITEM: Solve SfxVoidItem(0) situationArmin Le Grand (allotropia)1-2/+2
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)1-6/+5
2023-12-28Added boolean op's to SfxPoolItemHolderArmin Le Grand (allotropia)1-2/+2
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)1-23/+26
2023-11-09lok: notebookbar: fix unit-copy-paste in onlineSzymon Kłos1-2/+1
2023-11-06lok: notebookbar: query SID_NOTEBOOKBAR only when requested to switch UISzymon Kłos1-1/+2
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-2/+2
2023-09-11ITEM: Diverse further changes/cleanups/preparationArmin Le Grand (allotropia)1-2/+2
2023-09-01SAL_WARN->SAL_INFO in SfxDispatcherNoel Grandin1-1/+1
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski1-1/+1
2023-04-26Related: tdf#155017 Stop after the first pop in case the shell was not on stackMike Kaganski1-0/+7
2023-04-26tdf#155017: make sure that the correct shell is popped from SfxDispatcherMike Kaganski1-4/+16
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-03-04check GetShellXisco Fauli1-6/+15
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin1-5/+3
2022-06-12Fix context menu on image which doesnt displayJulien Nabet1-1/+1
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-03-11loplugin:constparamsNoel Grandin1-1/+1
2022-01-27let SfxDispatcher::fillPopupMenu operate on css::awt::XPopupMenuCaolán McNamara1-95/+104
2021-12-08keep as css::awt::XPopupMenu through another layer of apiCaolán McNamara1-4/+6
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski1-4/+5
2021-09-28gives names to all the Idles and TasksNoel Grandin1-2/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-03-18inline some tiny sfx2 functionsNoel1-2/+2
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-10-22long->tools::Long in sfx2Noel1-1/+1
2020-10-13static_cast after dynamic_castNoel1-2/+2
2020-08-27Fix typosAndrea Gelmini1-1/+1
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-03-26Drop intermediate temporary variableMike Kaganski1-4/+1
2020-02-03make some headers privateCaolán McNamara1-1/+1
2020-01-02tdf#42949 Fix IWYU warnings in sfx2/source/[b-c]*/*cxxGabor Kelemen1-11/+1
2019-12-07Adapt o3tl::span to P1872R0Stephan Bergmann1-1/+2
2019-11-24Dispatch: Make fillPopupMenu() method accessible from other modules.Tamás Zolnai1-97/+92
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák1-1/+1
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-3/+3
2019-07-29sfx2: Re-enable the sidebars for LOKAshod Nakashian1-2/+2
2019-07-29Fix typosAndrea Gelmini1-2/+2
2019-07-20loplugin:referencecasting in sfx2Noel Grandin1-7/+6
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-1/+1