summaryrefslogtreecommitdiff
path: root/sfx2/source/control/dispatch.cxx
AgeCommit message (Expand)Author
2023-11-19WIP: async popup menusJan-Marek Glogowski
2023-11-09lok: notebookbar: fix unit-copy-paste in onlineSzymon Kłos
2023-11-06lok: notebookbar: query SID_NOTEBOOKBAR only when requested to switch UISzymon Kłos
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-11ITEM: Diverse further changes/cleanups/preparationArmin Le Grand (allotropia)
2023-09-01SAL_WARN->SAL_INFO in SfxDispatcherNoel Grandin
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski
2023-04-26Related: tdf#155017 Stop after the first pop in case the shell was not on stackMike Kaganski
2023-04-26tdf#155017: make sure that the correct shell is popped from SfxDispatcherMike Kaganski
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-04check GetShellXisco Fauli
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin
2022-06-12Fix context menu on image which doesnt displayJulien Nabet
2022-06-10new loplugin:moveitNoel Grandin
2022-03-11loplugin:constparamsNoel Grandin
2022-01-27let SfxDispatcher::fillPopupMenu operate on css::awt::XPopupMenuCaolán McNamara
2021-12-08keep as css::awt::XPopupMenu through another layer of apiCaolán McNamara
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-03-18inline some tiny sfx2 functionsNoel
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara
2020-10-22long->tools::Long in sfx2Noel
2020-10-13static_cast after dynamic_castNoel
2020-08-27Fix typosAndrea Gelmini
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-03-26Drop intermediate temporary variableMike Kaganski
2020-02-03make some headers privateCaolán McNamara
2020-01-02tdf#42949 Fix IWYU warnings in sfx2/source/[b-c]*/*cxxGabor Kelemen
2019-12-07Adapt o3tl::span to P1872R0Stephan Bergmann
2019-11-24Dispatch: Make fillPopupMenu() method accessible from other modules.Tamás Zolnai
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-07-29sfx2: Re-enable the sidebars for LOKAshod Nakashian
2019-07-29Fix typosAndrea Gelmini
2019-07-20loplugin:referencecasting in sfx2Noel Grandin
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov
2019-04-16loplugin:sequentialassign in sfx2..solenvNoel Grandin
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-03-15Adapt to C++2a std::span<>::index_type being unsigned size_tStephan Bergmann
2019-02-07loplugin:flatten in sfx2Noel Grandin
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2019-01-13array_view was changed to span in upcoming C++20Stephan Bergmann
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-12-20use unique_ptr in sfx2Noel Grandin
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin