Home
last modified time | relevance | path

Searched refs:xSelectionController (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx499 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in KeyInput() local
500 if( !xSelectionController.is() || !xSelectionController->onKeyInput( rKEvt, pWin ) ) in KeyInput()
569 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseButtonDown() local
570 if( !xSelectionController.is() || !xSelectionController->onMouseButtonDown( rMEvt, pWin ) ) in MouseButtonDown()
610 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseMove() local
611 if( !xSelectionController.is() || !xSelectionController->onMouseMove( rMEvt, pWin ) ) in MouseMove()
638 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseButtonUp() local
639 if( !xSelectionController.is() || !xSelectionController->onMouseButtonUp( rMEvt, pWin ) ) in MouseButtonUp()

Completed in 13 milliseconds