Searched refs:xSelectionController (Results 1 – 1 of 1) sorted by relevance
499 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in KeyInput() local500 if( !xSelectionController.is() || !xSelectionController->onKeyInput( rKEvt, pWin ) ) in KeyInput()569 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseButtonDown() local570 if( !xSelectionController.is() || !xSelectionController->onMouseButtonDown( rMEvt, pWin ) ) in MouseButtonDown()610 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseMove() local611 if( !xSelectionController.is() || !xSelectionController->onMouseMove( rMEvt, pWin ) ) in MouseMove()638 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseButtonUp() local639 if( !xSelectionController.is() || !xSelectionController->onMouseButtonUp( rMEvt, pWin ) ) in MouseButtonUp()
Completed in 8 milliseconds