Searched refs:mxShow (Results 1 – 3 of 3) sorted by relevance
329 …void setShow( const uno::Reference< presentation::XSlideShow >& rShow ) { mxShow = rShow; init(); } in setShow()335 uno::Reference< presentation::XSlideShow > mxShow; member in __anon6d19d2f60111::ChildWindow341 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 __anon6d19d2f60111::DemoWindow423 mxShow(), in DemoWindow()445 if( !mxShow.is() ) in init()[all …]
632 if( mxShow.is() && mpDoc ) in disposing()647 if( !mxShow.is() ) in disposing()669 mxShow->removeView( mxView.getRef() ); in disposing()671 Reference< XComponent > xComponent( mxShow, UNO_QUERY ); in disposing()690 mxShow.clear(); in disposing()926 DBG_ASSERT( !mxShow.is(), "sd::SlideshowImpl::startShow(), called twice!" ); in startShow()927 if( mxShow.is() ) in startShow()1199 mxShow = Reference< XSlideShow >( createSlideShow(), UNO_QUERY_THROW ); in startShowImpl()1218 mxShow->setProperty( in startShowImpl()1230 mxShow->setProperty( aProperties[nIndex] ); in startShowImpl()[all …]
341 css::uno::Reference< css::presentation::XSlideShow > mxShow; member in sd::SlideshowImpl