Searched refs:pSelMenu (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sfx2/source/menu/ |
H A D | thessubmenu.cxx | 98 IMPL_LINK_INLINE_START( SfxThesSubMenuControl, MenuSelect, Menu *, pSelMenu ) in IMPL_LINK_INLINE_START() argument 100 const sal_uInt16 nSlotId = pSelMenu->GetCurItemId(); in IMPL_LINK_INLINE_START() 105 IMPL_LINK_INLINE_END( SfxThesSubMenuControl, MenuSelect, Menu *, pSelMenu ) in IMPL_LINK_INLINE_END() argument
|
H A D | mnumgr.cxx | 330 IMPL_LINK( SfxMenuManager, Select, Menu *, pSelMenu ) in IMPL_LINK() argument 334 sal_uInt16 nId = (sal_uInt16) pSelMenu->GetCurItemId(); in IMPL_LINK() 335 String aCommand = pSelMenu->GetItemCommand( nId ); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | SidebarTxtControl.cxx | 316 IMPL_LINK( SidebarTxtControl, Select, Menu*, pSelMenu ) in IMPL_LINK() argument 318 mrSidebarWin.ExecuteCommand( pSelMenu->GetCurItemId() ); in IMPL_LINK()
|
/aoo42x/main/vcl/source/window/ |
H A D | menu.cxx | 2987 Menu* pSelMenu = nEventId ? this : NULL; in ImplFindSelectMenu() local 2989 for ( sal_uLong n = GetItemList()->Count(); n && !pSelMenu; ) in ImplFindSelectMenu() 2994 pSelMenu = pData->pSubMenu->ImplFindSelectMenu(); in ImplFindSelectMenu() 2997 return pSelMenu; in ImplFindSelectMenu() 3002 Menu* pSelMenu = NULL; in ImplFindMenu() local 3004 for ( sal_uLong n = GetItemList()->Count(); n && !pSelMenu; ) in ImplFindMenu() 3009 pSelMenu = this; in ImplFindMenu() 3011 pSelMenu = pData->pSubMenu->ImplFindMenu( nItemId ); in ImplFindMenu() 3014 return pSelMenu; in ImplFindMenu()
|
Completed in 66 milliseconds