Lines Matching refs:rCEvt
322 void SidebarTxtControl::Command( const CommandEvent& rCEvt ) in Command() argument
324 if ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU ) in Command()
328 GetTextView()->IsWrongSpelledWordAtPos( rCEvt.GetMousePosPixel(),sal_True )) in Command()
331 GetTextView()->ExecuteSpellPopup(rCEvt.GetMousePosPixel(),&aLink); in Command()
335 …Manager* pMgr = mrDocView.GetViewFrame()->GetDispatcher()->Popup(0, this,&rCEvt.GetMousePosPixel()… in Command()
347 if (rCEvt.IsMouseEvent()) in Command()
348 aPos = rCEvt.GetMousePosPixel(); in Command()
364 if (rCEvt.GetCommand() == COMMAND_WHEEL) in Command()
368 const CommandWheelData* pData = rCEvt.GetWheelData(); in Command()
371 mrDocView.HandleWheelCommands(rCEvt); in Command()
375 HandleScrollCommand( rCEvt, 0 , mrSidebarWin.Scrollbar()); in Command()
380 mrDocView.HandleWheelCommands(rCEvt); in Command()
386 GetTextView()->Command( rCEvt ); in Command()
388 Window::Command(rCEvt); in Command()