summaryrefslogtreecommitdiff
path: root/framework/source/uielement/menubarmanager.cxx
AgeCommit message (Expand)Author
2020-05-21use for-range on Sequence in f*Noel Grandin
2020-04-08loplugin:flatten in frameworkNoel Grandin
2020-02-08move some headers inside frameworkNoel Grandin
2020-01-26rename some local variablesNoel Grandin
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen
2019-11-07MenuBarManager: Honor visible property of menu itemsMaxim Monastirsky
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-07-20loplugin:referencecasting in frameworkNoel Grandin
2019-06-25tdf#126054 uses after free when menubutton and menu torn down during executionCaolán McNamara
2019-02-11new loplugin writeonlyvarsNoel Grandin
2018-12-08reduce the amount of senseless exceptions during document loadMarkus Mohrhard
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-08-15loplugin:useuniqueptr in MenuBarManagerNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-03-17Use for-range loops in frameworkJulien Nabet
2018-03-01menu bar behavior consistency: remove checkbox from disabled menu itemVasily Melenchuk
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2017-12-17tdf#98058 Respect menu:style="text" settingMaxim Monastirsky
2017-12-13sal_uLong->void* for userdata in MenuNoel Grandin
2017-10-31loplugin:constantparam in f*Noel Grandin
2017-09-18unused menu extension supplier stuffNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:constparams in frameworkNoel Grandin
2017-07-13loplugin:oncevar: empty strings: frameworkStephan Bergmann
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin
2017-06-15fix bug in MenuBarManager::FillMenuManagerNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-05spelling instanciate -> instantiateNoel Grandin
2017-06-01Fix typosAndrea Gelmini
2017-05-19loplugin:unusedfieldsNoel Grandin
2017-05-18Revert "Popup menu controllers never attached to empty menus"Maxim Monastirsky
2017-05-18Remove slot usage from MenuBarManagerMaxim Monastirsky
2017-05-18Popup menu controllers never attached to empty menusMaxim Monastirsky
2017-05-18Use WeakComponentImplHelper for MenuBarManagerMaxim Monastirsky
2017-05-18Use CommandInfoProvider::GetModuleIdentifierMaxim Monastirsky
2017-05-18Remove the useless AddonMenu and AddonPopupMenuMaxim Monastirsky
2017-05-18Addon items will get their icons in Activate anywayMaxim Monastirsky
2017-05-18Fix AddonMenu iconMaxim Monastirsky
2017-05-17FwkResId and FwlResId are the sameCaolán McNamara
2017-05-14tdf#96444 Shortcuts are saved with non-parsed URLMaxim Monastirsky
2017-05-14tdf#106999 Feedback for style commandsMaxim Monastirsky
2017-05-14Allow destroying old MenuBarManager instancesMaxim Monastirsky
2017-05-14Remove useless m_xContext.is() checkMaxim Monastirsky
2017-03-25Fix typosAndrea Gelmini