Lines Matching refs:rCEvt
319 void SidebarTxtControl::Command( const CommandEvent& rCEvt ) in Command() argument
321 if ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU ) in Command()
325 GetTextView()->IsWrongSpelledWordAtPos( rCEvt.GetMousePosPixel(),sal_True )) in Command()
328 GetTextView()->ExecuteSpellPopup(rCEvt.GetMousePosPixel(),&aLink); in Command()
332 …Manager* pMgr = mrDocView.GetViewFrame()->GetDispatcher()->Popup(0, this,&rCEvt.GetMousePosPixel()… in Command()
344 if (rCEvt.IsMouseEvent()) in Command()
345 aPos = rCEvt.GetMousePosPixel(); in Command()
361 if (rCEvt.GetCommand() == COMMAND_WHEEL) in Command()
365 const CommandWheelData* pData = rCEvt.GetWheelData(); in Command()
368 mrDocView.HandleWheelCommands(rCEvt); in Command()
372 HandleScrollCommand( rCEvt, 0 , mrSidebarWin.Scrollbar()); in Command()
377 mrDocView.HandleWheelCommands(rCEvt); in Command()
383 GetTextView()->Command( rCEvt ); in Command()
385 Window::Command(rCEvt); in Command()