Lines Matching refs:rCEvt
516 void DrawViewShell::Command(const CommandEvent& rCEvt, ::sd::Window* pWin) in Command() argument
525 if ( bIsOleActive && ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU )) in Command()
535 if( GetView() &&GetView()->getSmartTags().Command(rCEvt) ) in Command()
540 if( rCEvt.GetCommand() == COMMAND_PASTESELECTION && !bNativeShow ) in Command()
550 aPos = GetActiveWindow()->PixelToLogic( rCEvt.GetMousePosPixel() ); in Command()
568 else if( rCEvt.GetCommand() == COMMAND_CONTEXTMENU && !bNativeShow && in Command()
594 ShowSnapLineContextMenu(*pPV, nHelpLine, rCEvt.GetMousePosPixel()); in Command()
620 if ( rCEvt.IsMouseEvent() ) in Command()
621 aMPos = rCEvt.GetMousePosPixel(); in Command()
667 Point aPos(rCEvt.GetMousePosPixel()); in Command()
671 if( ( rCEvt.IsMouseEvent() && pOutlinerView->IsWrongSpelledWordAtPos(aPos) ) || in Command()
672 ( !rCEvt.IsMouseEvent() && pOutlinerView->IsCursorAtWrongSpelledWord() ) ) in Command()
678 if( !rCEvt.IsMouseEvent() ) in Command()
829 if(rCEvt.IsMouseEvent()) in Command()
865 ViewShell::Command(rCEvt, pWin); in Command()