Home
last modified time | relevance | path

Searched refs:pMenu (Results 126 – 127 of 127) sorted by relevance

123456

/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx4818 Menu* pMenu = 0; in Command() local
4821 … if( GetView().TryContextMenuInterception( *pROPopup, sMenuName, pMenu, aEvent ) ) in Command()
4823 if ( pMenu ) in Command()
4825 sal_uInt16 nExecId = ((PopupMenu*)pMenu)->Execute(this, aPixPos); in Command()
4826 … if( !::ExecuteMenuCommand( *static_cast<PopupMenu*>(pMenu), *rView.GetViewFrame(), nExecId )) in Command()
/trunk/main/vcl/source/control/
H A Dedit.cxx2968 void Edit::DeletePopupMenu( PopupMenu* pMenu ) in DeletePopupMenu() argument
2970 delete pMenu; in DeletePopupMenu()

Completed in 56 milliseconds

123456