Lines Matching refs:rCEvt

4748 void SwEditWin::Command( const CommandEvent& rCEvt )  in Command()  argument
4755 Window::Command(rCEvt); in Command()
4766 if ( bIsOleActive && ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU )) in Command()
4774 switch ( rCEvt.GetCommand() ) in Command()
4782 if (rView.GetPostItMgr()->IsHit(rCEvt.GetMousePosPixel())) in Command()
4797 Point aDocPos( PixelToLogic( rCEvt.GetMousePosPixel() ) ); in Command()
4798 if ( !rCEvt.IsMouseEvent() ) in Command()
4802 SelectMenuPosition(rSh, rCEvt.GetMousePosPixel()); in Command()
4847 bCallBase = !rView.HandleWheelCommands( rCEvt ); in Command()
4856 rSh.GetDrawView()->GetTextEditOutlinerView()->Command( rCEvt ); in Command()
4860 const CommandVoiceData *pCData = rCEvt.GetVoiceData(); in Command()
4949 rSh.GetDrawView()->GetTextEditOutlinerView()->Command( rCEvt ); in Command()
4972 rSh.GetDrawView()->GetTextEditOutlinerView()->Command( rCEvt ); in Command()
5030 rSh.GetDrawView()->GetTextEditOutlinerView()->Command( rCEvt ); in Command()
5034 const CommandExtTextInputData* pData = rCEvt.GetExtTextInputData(); in Command()
5068 rSh.GetDrawView()->GetTextEditOutlinerView()->Command( rCEvt ); in Command()
5105 nDropDestination = GetDropDestination( rCEvt.GetMousePosPixel() ); in Command()
5116 const Point aDocPt( PixelToLogic( rCEvt.GetMousePosPixel() ) ); in Command()
5126 const CommandModKeyData* pCommandData = (const CommandModKeyData*)rCEvt.GetData(); in Command()
5149 const CommandSelectionChangeData *pData = rCEvt.GetSelectionChangeData(); in Command()
5223 Window::Command(rCEvt); in Command()