Lines Matching refs:mxShow
329 …void setShow( const uno::Reference< presentation::XSlideShow >& rShow ) { mxShow = rShow; init(); } in setShow()
335 uno::Reference< presentation::XSlideShow > mxShow; member in __anon1308a0850111::ChildWindow
341 mxShow() in ChildWindow()
349 if( mxShow.is() && mpView.is() ) in ~ChildWindow()
350 mxShow->removeView( mpView.get() ); in ~ChildWindow()
366 if( mxShow.is() ) in init()
367 mxShow->addView( mpView.get() ); in init()
413 uno::Reference< presentation::XSlideShow > mxShow; member in __anon1308a0850111::DemoWindow
423 mxShow(), in DemoWindow()
445 if( !mxShow.is() ) in init()
454 mxShow.set( xInt, in init()
457 maLeftChild.setShow( mxShow ); in init()
458 maRightTopChild.setShow( mxShow ); in init()
459 maRightBottomChild.setShow( mxShow ); in init()
462 if( mxShow.is() && !mbSlideDisplayed ) in init()
465 mxShow->displaySlide( xSlide, in init()
469 mxShow->setProperty( beans::PropertyValue( in init()
490 if( mxShow.is() ) in IMPL_LINK()
491 mxShow->update(nTimeout); in IMPL_LINK()