Home
last modified time | relevance | path

Searched refs:pBaseMenu (Results 1 – 2 of 2) sorted by relevance

/trunk/main/automation/source/server/
H A Dsta_list.cxx549 Menu* StatementList::GetMatchingMenu( Window* pWin, Menu* pBaseMenu ) in GetMatchingMenu() argument
551 if ( pBaseMenu ) in GetMatchingMenu()
553 if ( pBaseMenu->GetWindow() == pWin ) in GetMatchingMenu()
554 return pBaseMenu; in GetMatchingMenu()
560 while ( i < pBaseMenu->GetItemCount() ) in GetMatchingMenu()
562 PopupMenu* pPopup = pBaseMenu->GetPopupMenu( pBaseMenu->GetItemId( i ) ); in GetMatchingMenu()
569 pBaseMenu = pPopup; in GetMatchingMenu()
H A Dstatemnt.hxx246 Menu* GetMatchingMenu( Window* pWin, Menu* pBaseMenu = NULL );

Completed in 18 milliseconds