Lines Matching refs:rCEvt

4750 void SwEditWin::Command( const CommandEvent& rCEvt )  in Command()  argument
4757 Window::Command(rCEvt); in Command()
4768 if ( bIsOleActive && ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU )) in Command()
4776 switch ( rCEvt.GetCommand() ) in Command()
4784 if (rView.GetPostItMgr()->IsHit(rCEvt.GetMousePosPixel())) in Command()
4799 Point aDocPos( PixelToLogic( rCEvt.GetMousePosPixel() ) ); in Command()
4800 if ( !rCEvt.IsMouseEvent() ) in Command()
4804 SelectMenuPosition(rSh, rCEvt.GetMousePosPixel()); in Command()
4849 bCallBase = !rView.HandleWheelCommands( rCEvt ); in Command()
4858 rSh.GetDrawView()->GetTextEditOutlinerView()->Command( rCEvt ); in Command()
4862 const CommandVoiceData *pCData = rCEvt.GetVoiceData(); in Command()
4951 rSh.GetDrawView()->GetTextEditOutlinerView()->Command( rCEvt ); in Command()
4974 rSh.GetDrawView()->GetTextEditOutlinerView()->Command( rCEvt ); in Command()
5032 rSh.GetDrawView()->GetTextEditOutlinerView()->Command( rCEvt ); in Command()
5036 const CommandExtTextInputData* pData = rCEvt.GetExtTextInputData(); in Command()
5070 rSh.GetDrawView()->GetTextEditOutlinerView()->Command( rCEvt ); in Command()
5107 nDropDestination = GetDropDestination( rCEvt.GetMousePosPixel() ); in Command()
5118 const Point aDocPt( PixelToLogic( rCEvt.GetMousePosPixel() ) ); in Command()
5128 const CommandModKeyData* pCommandData = (const CommandModKeyData*)rCEvt.GetData(); in Command()
5151 const CommandSelectionChangeData *pData = rCEvt.GetSelectionChangeData(); in Command()
5225 Window::Command(rCEvt); in Command()