Home
last modified time | relevance | path

Searched refs:pCmdEvt (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1886 IMPL_LINK( ToolBarManager, Command, CommandEvent*, pCmdEvt ) in IMPL_LINK() argument
1892 if ( pCmdEvt->GetCommand() != COMMAND_CONTEXTMENU ) in IMPL_LINK()
1900 ::Point aPoint( pCmdEvt->GetMousePosPixel() ); in IMPL_LINK()
/aoo42x/main/sfx2/source/appl/
H A Dnewhelp.cxx2575 const CommandEvent* pCmdEvt = rNEvt.GetCommandEvent(); in PreNotify() local
2578 if ( pCmdEvt->GetCommand() == COMMAND_CONTEXTMENU && pCmdWin != this && pCmdWin != &aToolBox ) in PreNotify()
2582 if ( pCmdEvt->IsMouseEvent() ) in PreNotify()
2583 aPos = pCmdEvt->GetMousePosPixel(); in PreNotify()
/aoo42x/main/toolkit/source/awt/
H A Dvclxwindow.cxx714 CommandEvent* pCmdEvt = (CommandEvent*)rVclWindowEvent.GetData(); in ProcessWindowEvent() local
715 … if ( mpImpl->getMouseListeners().getLength() && ( pCmdEvt->GetCommand() == COMMAND_CONTEXTMENU ) ) in ProcessWindowEvent()
719 if ( !pCmdEvt->IsMouseEvent() ) in ProcessWindowEvent()

Completed in 94 milliseconds