Lines Matching refs:mxShow
318 …void setShow( const uno::Reference< presentation::XSlideShow >& rShow ) { mxShow = rShow; init(); } in setShow()
324 uno::Reference< presentation::XSlideShow > mxShow; member in __anond4551ff60111::ChildWindow
330 mxShow() in ChildWindow()
338 if( mxShow.is() && mpView.is() ) in ~ChildWindow()
339 mxShow->removeView( mpView.get() ); in ~ChildWindow()
355 if( mxShow.is() ) in init()
356 mxShow->addView( mpView.get() ); in init()
402 uno::Reference< presentation::XSlideShow > mxShow; member in __anond4551ff60111::DemoWindow
412 mxShow(), in DemoWindow()
434 if( !mxShow.is() ) in init()
443 mxShow.set( xInt, in init()
446 maLeftChild.setShow( mxShow ); in init()
447 maRightTopChild.setShow( mxShow ); in init()
448 maRightBottomChild.setShow( mxShow ); in init()
451 if( mxShow.is() && !mbSlideDisplayed ) in init()
454 mxShow->displaySlide( xSlide, in init()
457 mxShow->setProperty( beans::PropertyValue( in init()
478 if( mxShow.is() ) in IMPL_LINK()
479 mxShow->update(nTimeout); in IMPL_LINK()