summaryrefslogtreecommitdiff
path: root/framework/source/uielement/newmenucontroller.cxx
AgeCommit message (Expand)Author
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-26simplify SvtDynamicMenuOptionsNoel Grandin
2021-04-08Typos in code with variables containing "inital"->"initial"Julien Nabet
2020-12-02simplify SvtDynamicMenuOptionsNoel Grandin
2020-07-09clean up macro usageNoel Grandin
2020-07-07framework: create instances with uno constructorsNoel Grandin
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
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen
2019-08-15loplugin:sequenceloop in forms..ooxNoel Grandin
2019-07-20loplugin:referencecasting in frameworkNoel Grandin
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-04-11tdf#42949 Remove unnecessary localization headers from frameworkGabor Kelemen
2017-12-13sal_uLong->void* for userdata in MenuNoel Grandin
2017-10-23loplugin:includeform: frameworkStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:constparams in frameworkNoel Grandin
2017-04-20convert EDynamicMenuType to scoped enumNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-21tdf#95844 Refactor CommandInfoProviderRohan Kumar
2017-02-06framework: Pass Item ID to Menu::GetUserValue() instead of indexTakeshi Abe
2017-02-06framework: Retrieve shortcuts from document-specific configurationTakeshi Abe
2017-02-05tdf#105737 Menu::GetItemType takes position not item idMaxim Monastirsky
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-06NewMenuController: Fix template manager iconMaxim Monastirsky
2016-11-06NewMenuController: Remove duplicate async dispatch handlingMaxim Monastirsky
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-03-17tdf#92049 NewMenuController: track icon theme changes tooMaxim Monastirsky
2016-03-11framework: Kill BmkMenuMaxim Monastirsky
2016-02-18allow disabling file/new, wizards, recent documents menu entriesOliver Specht
2016-02-05Fix typosAndrea Gelmini
2016-01-15framework: loplugin:defaultparamsMiklos Vajna
2016-01-15Related tdf#96059 Fix icons in File->New menuSusobhan Ghosh
2016-01-12GetImageFromURL/SetImageProducer unusedNoel Grandin
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf
2016-01-05tdf#96059 Replaced imageproducer with CommandInfoProvidersusobhang70
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-09-18boost->stdCaolán McNamara