Searched refs:MediaWindowImpl (Results 1 – 5 of 5) sorted by relevance
77 static_cast< MediaWindowImpl* >( GetParent() )->updateMediaItem( aItem ); in update()85 static_cast< MediaWindowImpl* >( GetParent() )->executeMediaItem( rItem ); in execute()167 MediaWindowImpl::MediaWindowImpl( Window* pParent, MediaWindow* pMediaWindow, bool bInternalMediaCo… in MediaWindowImpl() function in avmedia::priv::MediaWindowImpl191 MediaWindowImpl::~MediaWindowImpl() in ~MediaWindowImpl()200 void MediaWindowImpl::cleanUp() in cleanUp()225 void MediaWindowImpl::onURLChanged() in onURLChanged()282 void MediaWindowImpl::update() in update()292 void MediaWindowImpl::setPosSize( const Rectangle& rRect ) in setPosSize()299 void MediaWindowImpl::setPointer( const Pointer& rPointer ) in setPointer()326 const Pointer& MediaWindowImpl::getPointer() const in getPointer()[all …]
83 class MediaWindowImpl : public Control, class91 … MediaWindowImpl( Window* parent, MediaWindow* pMediaWindow, bool bInternalMediaControl );92 virtual ~MediaWindowImpl();
50 mpImpl( new priv::MediaWindowImpl( parent, this, bInternalMediaControl ) ) in MediaWindow()472 uno::Reference< media::XPlayer > xPlayer( priv::MediaWindowImpl::createPlayer( in isMediaURL()520 return priv::MediaWindowImpl::createPlayer( rURL, bJavaBased ); in createPlayer()
42 class MediaWindowImpl;
64 namespace priv { class MediaWindowImpl; }162 priv::MediaWindowImpl* mpImpl;