Home
last modified time | relevance | path

Searched refs:isPlaying (Results 1 – 23 of 23) sorted by relevance

/trunk/main/avmedia/source/viewer/
H A Dmediawindowbase_impl.cxx168 if( isPlaying() ) in stopPlayingInternal()
270 bool MediaWindowBaseImpl::isPlaying() const in isPlaying() function in avmedia::priv::MediaWindowBaseImpl
272 return( mxPlayer.is() && mxPlayer->isPlaying() ); in isPlaying()
376 if( isPlaying() ) in updateMediaItem()
430 if( !isPlaying() ) in executeMediaItem()
437 if( isPlaying() ) in executeMediaItem()
444 if( isPlaying() ) in executeMediaItem()
H A Dmediawindow.cxx219 bool MediaWindow::isPlaying() const in isPlaying() function in avmedia::MediaWindow
221 return( mpImpl != NULL && mpImpl->isPlaying() ); in isPlaying()
H A Dmediawindowbase_impl.hxx79 bool isPlaying() const;
/trunk/main/avmedia/source/macavf/
H A Dmacavf_player.cxx193 const bool bPlaying = isPlaying(); in stop()
201 sal_Bool SAL_CALL Player::isPlaying() in isPlaying() function in avmedia::macavf::Player
251 if( isPlaying() ) in getMediaTime()
H A Dmacavf_player.hxx54 virtual sal_Bool SAL_CALL isPlaying() throw (::com::sun::star::uno::RuntimeException);
/trunk/main/slideshow/source/engine/
H A Dsoundplayer.cxx146 if( mxPlayer->isPlaying() ) in getDuration()
158 if( mxPlayer->isPlaying() ) in startPlayback()
/trunk/main/avmedia/source/gstreamer/
H A Dgstplayer.cxx275 if( implInitPlayer() && !isPlaying() ) in start()
286 if( implInitPlayer() && isPlaying() ) in stop()
293 sal_Bool SAL_CALL Player::isPlaying() in isPlaying() function in avmedia::gst::Player
H A Dgstframegrabber.cxx191 if( isPlaying() ) in grabFrame()
H A Dgstplayer.hxx76 virtual sal_Bool SAL_CALL isPlaying()
/trunk/main/sd/source/ui/dlg/
H A Dfiledlg.cxx126 if (mxPlayer->isPlaying()) in IMPL_LINK()
193 mxPlayer.is() && mxPlayer->isPlaying() && in IMPL_LINK()
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx350 if (m_xPlayer->isPlaying()) in dispatchWithNotification()
453 …if (m_xPlayer.is() && m_xPlayer->isPlaying() && m_xPlayer->getMediaTime() < m_xPlayer->getDuration… in IMPL_LINK()
/trunk/main/avmedia/source/win/
H A Dplayer.cxx321 sal_Bool SAL_CALL Player::isPlaying() in isPlaying() function in avmedia::win::Player
359 const bool bPlaying = isPlaying(); in setMediaTime()
H A Dplayer.hxx74 virtual sal_Bool SAL_CALL isPlaying( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/slideshow/source/inc/
H A Dexternalmediashape.hxx71 virtual bool isPlaying() const = 0;
/trunk/main/slideshow/source/engine/shapes/
H A Dexternalshapebase.hxx78 virtual bool isPlaying() const;
H A Dexternalshapebase.cxx158 bool ExternalShapeBase::isPlaying() const in isPlaying() function in slideshow::internal::ExternalShapeBase
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationcommandnode.cxx98 if( mpShape->isPlaying() ) in activate_st()
/trunk/main/avmedia/inc/avmedia/
H A Dmediawindow.hxx99 bool isPlaying() const;
/trunk/main/avmedia/source/xine/
H A Dplayer.cxx71 sal_Bool SAL_CALL Player::isPlaying() in isPlaying() function in avmedia::xine::Player
H A Dplayer.hxx52 virtual sal_Bool SAL_CALL isPlaying( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/avmedia/source/java/
H A Davmedia.jarMETA-INF/MANIFEST.MF MediaUno.class MediaUno.java package public MediaUno extends java.lang ...
H A DPlayer.java108 public synchronized boolean isPlaying() in isPlaying() method in Player
/trunk/main/offapi/com/sun/star/media/
H A DXPlayer.idl57 boolean isPlaying();

Completed in 80 milliseconds