Searched refs:pCmdEvt (Results 1 – 3 of 3) sorted by relevance
1886 IMPL_LINK( ToolBarManager, Command, CommandEvent*, pCmdEvt ) in IMPL_LINK() argument1892 if ( pCmdEvt->GetCommand() != COMMAND_CONTEXTMENU ) in IMPL_LINK()1900 ::Point aPoint( pCmdEvt->GetMousePosPixel() ); in IMPL_LINK()
2575 const CommandEvent* pCmdEvt = rNEvt.GetCommandEvent(); in PreNotify() local2578 if ( pCmdEvt->GetCommand() == COMMAND_CONTEXTMENU && pCmdWin != this && pCmdWin != &aToolBox ) in PreNotify()2582 if ( pCmdEvt->IsMouseEvent() ) in PreNotify()2583 aPos = pCmdEvt->GetMousePosPixel(); in PreNotify()
714 CommandEvent* pCmdEvt = (CommandEvent*)rVclWindowEvent.GetData(); in ProcessWindowEvent() local715 … if ( mpImpl->getMouseListeners().getLength() && ( pCmdEvt->GetCommand() == COMMAND_CONTEXTMENU ) ) in ProcessWindowEvent()719 if ( !pCmdEvt->IsMouseEvent() ) in ProcessWindowEvent()
Completed in 178 milliseconds