Home
last modified time | relevance | path

Searched refs:pSelMenu (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/menu/
H A Dthessubmenu.cxx98 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 Dmnumgr.cxx330 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()
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx316 IMPL_LINK( SidebarTxtControl, Select, Menu*, pSelMenu ) in IMPL_LINK() argument
318 mrSidebarWin.ExecuteCommand( pSelMenu->GetCurItemId() ); in IMPL_LINK()
/trunk/main/vcl/source/window/
H A Dmenu.cxx2987 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 41 milliseconds