/aoo42x/main/avmedia/source/viewer/ |
H A D | mediawindowbase_impl.cxx | 168 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 D | mediawindow.cxx | 219 bool MediaWindow::isPlaying() const in isPlaying() function in avmedia::MediaWindow 221 return( mpImpl != NULL && mpImpl->isPlaying() ); in isPlaying()
|
H A D | mediawindowbase_impl.hxx | 79 bool isPlaying() const;
|
/aoo42x/main/avmedia/source/macavf/ |
H A D | macavf_player.cxx | 193 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 D | macavf_player.hxx | 54 virtual sal_Bool SAL_CALL isPlaying() throw (::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/slideshow/source/engine/ |
H A D | soundplayer.cxx | 146 if( mxPlayer->isPlaying() ) in getDuration() 158 if( mxPlayer->isPlaying() ) in startPlayback()
|
/aoo42x/main/avmedia/source/gstreamer/ |
H A D | gstplayer.cxx | 275 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 D | gstframegrabber.cxx | 191 if( isPlaying() ) in grabFrame()
|
H A D | gstplayer.hxx | 76 virtual sal_Bool SAL_CALL isPlaying()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | filedlg.cxx | 126 if (mxPlayer->isPlaying()) in IMPL_LINK() 193 mxPlayer.is() && mxPlayer->isPlaying() && in IMPL_LINK()
|
/aoo42x/main/avmedia/source/framework/ |
H A D | soundhandler.cxx | 350 if (m_xPlayer->isPlaying()) in dispatchWithNotification() 453 …if (m_xPlayer.is() && m_xPlayer->isPlaying() && m_xPlayer->getMediaTime() < m_xPlayer->getDuration… in IMPL_LINK()
|
/aoo42x/main/avmedia/source/win/ |
H A D | player.cxx | 321 sal_Bool SAL_CALL Player::isPlaying() in isPlaying() function in avmedia::win::Player 359 const bool bPlaying = isPlaying(); in setMediaTime()
|
H A D | player.hxx | 74 virtual sal_Bool SAL_CALL isPlaying( ) throw (::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/slideshow/source/inc/ |
H A D | externalmediashape.hxx | 71 virtual bool isPlaying() const = 0;
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | externalshapebase.hxx | 78 virtual bool isPlaying() const;
|
H A D | externalshapebase.cxx | 158 bool ExternalShapeBase::isPlaying() const in isPlaying() function in slideshow::internal::ExternalShapeBase
|
/aoo42x/main/slideshow/source/engine/animationnodes/ |
H A D | animationcommandnode.cxx | 98 if( mpShape->isPlaying() ) in activate_st()
|
/aoo42x/main/avmedia/inc/avmedia/ |
H A D | mediawindow.hxx | 99 bool isPlaying() const;
|
/aoo42x/main/avmedia/source/xine/ |
H A D | player.cxx | 71 sal_Bool SAL_CALL Player::isPlaying() in isPlaying() function in avmedia::xine::Player
|
H A D | player.hxx | 52 virtual sal_Bool SAL_CALL isPlaying( ) throw (::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/avmedia/source/java/ |
H A D | avmedia.jar | META-INF/MANIFEST.MF
MediaUno.class
MediaUno.java
package
public MediaUno extends java.lang ... |
H A D | Player.java | 108 public synchronized boolean isPlaying() in isPlaying() method in Player
|
/aoo42x/main/offapi/com/sun/star/media/ |
H A D | XPlayer.idl | 57 boolean isPlaying();
|