Home
last modified time | relevance | path

Searched refs:pCEvt (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/navipi/
H A Dscenwnd.cxx144 const CommandEvent* pCEvt = rNEvt.GetCommandEvent(); in Notify() local
145 if ( pCEvt && pCEvt->GetCommand() == COMMAND_CONTEXTMENU ) in Notify()
152 aPopup.Execute( this, pCEvt->GetMousePosPixel() ); in Notify()
/trunk/main/svx/source/gallery2/
H A Dgalbrws1.cxx129 const CommandEvent* pCEvt = rNEvt.GetCommandEvent(); in PreNotify() local
131 if( pCEvt && pCEvt->GetCommand() == COMMAND_CONTEXTMENU ) in PreNotify()
/trunk/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.cxx364 const CommandEvent* pCEvt = rNEvt.GetCommandEvent(); in PreNotify() local
365 sal_uInt16 nCmd = pCEvt->GetCommand(); in PreNotify()
368 Command(*pCEvt); in PreNotify()
H A Dmmaddressblockpage.cxx1229 const CommandEvent* pCEvt = rNEvt.GetCommandEvent(); in PreNotify() local
1230 sal_uInt16 nCmd = pCEvt->GetCommand(); in PreNotify()
1233 Command(*pCEvt); in PreNotify()
/trunk/main/cui/source/options/
H A Doptcolor.cxx1370 const CommandEvent* pCEvt = rNEvt.GetCommandEvent(); in PreNotify() local
1371 sal_uInt16 nCmd = pCEvt->GetCommand(); in PreNotify()
1374 Command(*pCEvt); in PreNotify()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx1364 const CommandEvent* pCEvt = rNEvt.GetCommandEvent(); in Notify() local
1365 if ( pCEvt->GetCommand() == COMMAND_CONTEXTMENU ) in Notify()
1368 sal_uInt16 nId = aMenu.Execute( this, pCEvt->GetMousePosPixel() ); in Notify()
/trunk/main/vcl/source/window/
H A Dwindow.cxx5103 const CommandEvent* pCEvt = rNEvt.GetCommandEvent(); in ImplNotifyKeyMouseCommandEventListeners() local
5104 if ( pCEvt->GetCommand() != COMMAND_CONTEXTMENU ) in ImplNotifyKeyMouseCommandEventListeners()
5117 … CommandEvent aCommandEvent = ImplTranslateCommandEvent( *pCEvt, rNEvt.GetWindow(), this ); in ImplNotifyKeyMouseCommandEventListeners()

Completed in 102 milliseconds