Home
last modified time | relevance | path

Searched refs:keyInput (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx1070 bool SlideShow::keyInput(const KeyEvent& rKEvt) in keyInput() function in SlideShow
1072 return mxController.is() ? mxController->keyInput(rKEvt) : false; in keyInput()
H A Dshowwin.cxx160 bReturn = mxController->keyInput(rKEvt); in KeyInput()
H A Dslideshowimpl.hxx248 bool keyInput(const KeyEvent& rKEvt);
H A Dslideshowimpl.cxx2021 bool SlideshowImpl::keyInput(const KeyEvent& rKEvt) in keyInput() function in sd::SlideshowImpl
/trunk/main/sd/source/ui/inc/
H A Dslideshow.hxx181 bool keyInput(const KeyEvent& rKEvt);
/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx488 bReturn = xSlideShow->keyInput(rKEvt); in KeyInput()