summaryrefslogtreecommitdiffstats
path: root/framework/source/uielement/menubarmanager.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#126043 fetch the command properties just onceCaolán McNamara2019-11-261-3/+5
* tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen2019-11-111-0/+1
* MenuBarManager: Honor visible property of menu itemsMaxim Monastirsky2019-11-071-8/+10
* loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin2019-11-061-1/+0
* loplugin:stringadd look through a couple more known-good methodsNoel Grandin2019-10-161-9/+3
* loplugin:referencecasting in frameworkNoel Grandin2019-07-201-7/+7
* tdf#126054 uses after free when menubutton and menu torn down during executionCaolán McNamara2019-06-251-1/+3
* new loplugin writeonlyvarsNoel Grandin2019-02-111-3/+0
* reduce the amount of senseless exceptions during document loadMarkus Mohrhard2018-12-081-1/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-1/+1
* loplugin:useuniqueptr in MenuBarManagerNoel Grandin2018-08-151-30/+17
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* remove some unused comphelper includesJochen Nitschke2018-04-151-1/+0
* Use for-range loops in frameworkJulien Nabet2018-03-171-131/+104
* menu bar behavior consistency: remove checkbox from disabled menu itemVasily Melenchuk2018-03-011-0/+11
* loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin2018-02-261-2/+1
* tdf#98058 Respect menu:style="text" settingMaxim Monastirsky2017-12-171-12/+5
* sal_uLong->void* for userdata in MenuNoel Grandin2017-12-131-4/+4
* loplugin:constantparam in f*Noel Grandin2017-10-311-9/+1
* unused menu extension supplier stuffNoel Grandin2017-09-181-32/+0
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-2/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+1
* loplugin:constparams in frameworkNoel Grandin2017-07-201-1/+1
* loplugin:oncevar: empty strings: frameworkStephan Bergmann2017-07-131-2/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-051-2/+2
* loplugin:oncevar in formula..frameworkNoel Grandin2017-06-251-2/+1
* fix bug in MenuBarManager::FillMenuManagerNoel Grandin2017-06-151-2/+1
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-1/+0
* spelling instanciate -> instantiateNoel Grandin2017-06-051-1/+1
* Fix typosAndrea Gelmini2017-06-011-1/+1
* loplugin:unusedfieldsNoel Grandin2017-05-191-1/+0
* Revert "Popup menu controllers never attached to empty menus"Maxim Monastirsky2017-05-181-2/+24
* Remove slot usage from MenuBarManagerMaxim Monastirsky2017-05-181-21/+4
* Popup menu controllers never attached to empty menusMaxim Monastirsky2017-05-181-24/+2
* Use WeakComponentImplHelper for MenuBarManagerMaxim Monastirsky2017-05-181-65/+36
* Use CommandInfoProvider::GetModuleIdentifierMaxim Monastirsky2017-05-181-3/+3
* Remove the useless AddonMenu and AddonPopupMenuMaxim Monastirsky2017-05-181-1/+1
* Addon items will get their icons in Activate anywayMaxim Monastirsky2017-05-181-29/+0
* Fix AddonMenu iconMaxim Monastirsky2017-05-181-31/+9
* FwkResId and FwlResId are the sameCaolán McNamara2017-05-171-4/+4
* tdf#96444 Shortcuts are saved with non-parsed URLMaxim Monastirsky2017-05-141-2/+2
* tdf#106999 Feedback for style commandsMaxim Monastirsky2017-05-141-1/+4
* Allow destroying old MenuBarManager instancesMaxim Monastirsky2017-05-141-1/+10
* Remove useless m_xContext.is() checkMaxim Monastirsky2017-05-141-71/+60
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Use WeakImplHelper to implement MenuBarManagerStephan Bergmann2017-02-271-31/+2
* Use module name when getting labelsMaxim Monastirsky2017-02-211-3/+3
* Revert "Resolves: #i120029# Unregister on dispose."Maxim Monastirsky2017-02-211-3/+0
* tdf#95844 Refactor CommandInfoProviderRohan Kumar2017-02-211-9/+9
* tdf#100726 Improved readability of OUString concatenationsFakabbir Amin2017-02-161-2/+1