Home
last modified time | relevance | path

Searched refs:MediaEventListenersImpl (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/avmedia/source/viewer/ !
H A Dmediaevent_impl.cxx40 MediaEventListenersImpl::MediaEventListenersImpl( Window& rEventWindow ) : in MediaEventListenersImpl() function in avmedia::priv::MediaEventListenersImpl
47 MediaEventListenersImpl::~MediaEventListenersImpl() in ~MediaEventListenersImpl()
53 void MediaEventListenersImpl::cleanUp() in cleanUp()
61 void SAL_CALL MediaEventListenersImpl::disposing( const ::com::sun::star::lang::EventObject& /* Sou… in disposing()
68 void SAL_CALL MediaEventListenersImpl::keyPressed( const ::com::sun::star::awt::KeyEvent& e ) in keyPressed()
88 void SAL_CALL MediaEventListenersImpl::keyReleased( const ::com::sun::star::awt::KeyEvent& e ) in keyReleased()
107 void SAL_CALL MediaEventListenersImpl::mousePressed( const ::com::sun::star::awt::MouseEvent& e ) in mousePressed()
128 void SAL_CALL MediaEventListenersImpl::mouseReleased( const ::com::sun::star::awt::MouseEvent& e ) in mouseReleased()
149 void SAL_CALL MediaEventListenersImpl::mouseEntered( const ::com::sun::star::awt::MouseEvent& /* e … in mouseEntered()
162 void SAL_CALL MediaEventListenersImpl::mouseExited( const ::com::sun::star::awt::MouseEvent& /* e *… in mouseExited()
[all …]
H A Dmediaevent_impl.hxx44 …class MediaEventListenersImpl : public ::cppu::WeakImplHelper4< ::com::sun::star::awt::XKeyListene… class
51 MediaEventListenersImpl( Window& rNotifyWindow );
52 ~MediaEventListenersImpl();
H A Dmediawindow_impl.hxx81 class MediaEventListenersImpl;
132 MediaEventListenersImpl* mpEvents;
H A Dmediawindow_impl.cxx172 …mxEventsIf( static_cast< ::cppu::OWeakObject* >( mpEvents = new MediaEventListenersImpl( maChildWi… in MediaWindowImpl()