Home
last modified time | relevance | path

Searched refs:mxShow (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/slideshow/test/
H A Ddemoshow.cxx318 …void setShow( const uno::Reference< presentation::XSlideShow >& rShow ) { mxShow = rShow; init(); } in setShow()
324 uno::Reference< presentation::XSlideShow > mxShow; member in __anon2ee10ab50111::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 __anon2ee10ab50111::DemoWindow
412 mxShow(), in DemoWindow()
434 if( !mxShow.is() ) in init()
[all …]
/AOO41X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx642 if( mxShow.is() && mpDoc ) in disposing()
657 if( !mxShow.is() ) in disposing()
679 mxShow->removeView( mxView.getRef() ); in disposing()
681 Reference< XComponent > xComponent( mxShow, UNO_QUERY ); in disposing()
700 mxShow.clear(); in disposing()
936 DBG_ASSERT( !mxShow.is(), "sd::SlideshowImpl::startShow(), called twice!" ); in startShow()
937 if( mxShow.is() ) in startShow()
1209 mxShow = Reference< XSlideShow >( createSlideShow(), UNO_QUERY_THROW ); in startShowImpl()
1228 mxShow->setProperty( in startShowImpl()
1240 mxShow->setProperty( aProperties[nIndex] ); in startShowImpl()
[all …]
H A Dslideshowimpl.hxx343 css::uno::Reference< css::presentation::XSlideShow > mxShow; member in sd::SlideshowImpl