Lines Matching refs:mpMediaWindowControl
174 mpMediaWindowControl( bInternalMediaControl ? new MediaWindowControl( this ) : NULL ), in MediaWindowImpl()
182 if( mpMediaWindowControl ) in MediaWindowImpl()
184 mpMediaWindowControl->SetSizePixel( mpMediaWindowControl->getMinSizePixel() ); in MediaWindowImpl()
185 mpMediaWindowControl->Show(); in MediaWindowImpl()
195 delete mpMediaWindowControl; in ~MediaWindowImpl()
271 if( mpMediaWindowControl ) in onURLChanged()
276 mpMediaWindowControl->setState( aItem ); in onURLChanged()
335 return( mpMediaWindowControl != NULL ); in hasInternalMediaControl()
344 const sal_Int32 nOffset( mpMediaWindowControl ? AVMEDIA_CONTROLOFFSET : 0 ); in Resize()
348 if( mpMediaWindowControl ) in Resize()
350 const sal_Int32 nControlHeight = mpMediaWindowControl->GetSizePixel().Height(); in Resize()
354 …mpMediaWindowControl->SetPosSizePixel( Point( nOffset, nControlY ), Size( aCurSize.Width() - ( nOf… in Resize()