summaryrefslogtreecommitdiff
path: root/framework/source/uielement/menubarmanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-18Fix css.awt.XSystemDependentMenuPeer.getMenuHandleStephan Bergmann1-1/+2
2015-11-18SystemMenuData::nSize is never readStephan Bergmann1-1/+0
2015-11-18Don't wrongly redefine SystemMenuDataStephan Bergmann1-10/+1
2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt1-4/+3
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-1/+1
2015-11-11tdf#93837 Add a new PopupLabel propertyMaxim Monastirsky1-0/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-04Tweak MenuBarManager a bit for use with context menusMaxim Monastirsky1-4/+9
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-5/+5
2015-10-14com::sun::star->css in frameworkNoel Grandin1-28/+28
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-06simplifyMaxim Monastirsky1-1/+1
2015-10-06Related: tdf#91097 Support of enum commands in MenuBarManagerMaxim Monastirsky1-19/+36
2015-09-20tdf#76197 Make OfficeMenuBar work again in the start centerMaxim Monastirsky1-1/+2
2015-09-07convert Link<> to typedNoel Grandin1-2/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-27Clean up aEmptyStephan Bergmann1-2/+1
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+3
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-5/+5
2015-05-25convert TOTOP constants to scoped enumNoel Grandin1-1/+1
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-4/+1
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-3/+3
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-08Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann1-5/+5
2015-05-08Use typed Menu::SetHighlightHdl LinkStephan Bergmann1-2/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-3/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+1
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-2/+1
2015-02-23Avoid unnecessary bad downcasts from PopupMenu to AddonPopupMenuStephan Bergmann1-26/+7
2015-02-04rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara1-6/+6
2015-02-04fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara1-3/+2
2014-12-16fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+3
2014-12-12framework: Use appropriate OUString functions on string constantsStephan Bergmann1-35/+13
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-7/+7
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-5/+5
2014-10-02loplugin: cstylecastNoel Grandin1-12/+13
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-5/+5
2014-06-05lp#1296715: refresh invalidated menusBjoern Michaelsen1-1/+6
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-2/+2
2014-05-19Resolves: #i86528# use the module manager to identify the context...Tsutomu Uchino1-7/+3
2014-05-11fix-includes.pl: frameworkThomas Arnhold1-2/+2
2014-04-16coverity#1202950 Uninitialized scalar fieldCaolán McNamara1-0/+1