summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/menubarmanager.hxx
AgeCommit message (Expand)Author
2024-03-22improve loplugin:staticmethodsNoel Grandin
2023-11-10loplugin:fieldcast in framework::MenuBarManager::MenuItemHandlerNoel Grandin
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin
2022-03-25Fold MenuBarManager::Destroy into its only call siteStephan Bergmann
2021-12-25use comphelper::WeakComponentImplHelper in MenuBarManagerNoel Grandin
2021-09-21Remove some "Attention" comments of little valueStephan Bergmann
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
2020-09-07Pass correct module id and dispatch provider to the window menuMaxim Monastirsky
2020-09-07MenuBarManager: Simplify module id handlingMaxim Monastirsky
2020-09-07MenuBarManager: Simplify addon menu creationMaxim Monastirsky
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-29loplugin:unusedfieldsNoel Grandin
2020-08-28MenuBarManager: Extract the window list to own controllerMaxim Monastirsky
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen
2019-11-07MenuBarManager: Honor visible property of menu itemsMaxim Monastirsky
2018-08-15loplugin:useuniqueptr in MenuBarManagerNoel Grandin
2017-11-02loplugin:finalclasses in frameworkNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-18unused menu extension supplier stuffNoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-20loplugin:constparams in frameworkNoel Grandin
2017-05-19loplugin:unusedfieldsNoel Grandin
2017-05-18Use WeakComponentImplHelper for MenuBarManagerMaxim Monastirsky
2017-05-18Remove the useless AddonMenu and AddonPopupMenuMaxim Monastirsky
2017-05-14tdf#96444 Shortcuts are saved with non-parsed URLMaxim Monastirsky
2017-02-27Use WeakImplHelper to implement MenuBarManagerStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-30Let Menu dispose submenusMaxim Monastirsky
2016-10-30BmkMenu is dead nowMaxim Monastirsky
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-01Looks like the menu highlight handler is now unusedMaxim Monastirsky
2016-06-24loplugin:singlevalfields in frameworkNoel Grandin
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-04-12Don't use bitfield bool members in MenuBarManagerStephan Bergmann
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-03-10MenuDispatcher::m_pMenuManager is always nullptrMaxim Monastirsky
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin
2015-11-04Tweak MenuBarManager a bit for use with context menusMaxim Monastirsky
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-07convert Link<> to typedNoel Grandin
2015-07-15loplugin:unusedmethods frameworkNoel Grandin
2015-05-08Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann
2015-05-08Use typed Menu::SetHighlightHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-02-23Avoid unnecessary bad downcasts from PopupMenu to AddonPopupMenuStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist