Lines Matching refs:mxShow

642 	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()
1242 mxShow->addView( mxView.getRef() ); in startShowImpl()
1244 mxListenerProxy.set( new SlideShowListenerProxy( this, mxShow ) ); in startShowImpl()
1334 if( mxShow.is() && mxListenerProxy.is() ) try in removeShapeEvents()
1342 mxShow->setShapeCursor( (*aIter).first, awt::SystemPointer::ARROW ); in removeShapeEvents()
1460 mxShow->setShapeCursor( xShape, awt::SystemPointer::REFHAND ); in registerShapeEvents()
1482 if( mpSlideController.get() && mxShow.is() ) in displayCurrentSlide()
1486 mpSlideController->displayCurrentSlide( mxShow, xDrawPages, bSkipAllMainSequenceEffects ); in displayCurrentSlide()
1542 if( mxShow.is() ) in pause()
1544 mxShow->pause(sal_True); in pause()
1577 if( mxShow.is() ) in resume()
1579 mxShow->pause(sal_False); in resume()
1963 Reference< XSlideShow > xShow( mxShow ); in updateSlideShow()
1982 if (mxShow.is() && (fUpdate >= 0.0)) in updateSlideShow()
2033 if( !mxShow.is() || mbInputFreeze ) in keyInput()
2165 if( !mxShow.is() || mbInputFreeze ) in IMPL_LINK()
2819 if( !mbActive && mxShow.is() ) in activate()
2858 if( mbActive && mxShow.is() ) in deactivate()
2868 if( mbActive && mxShow.is() ) in IMPL_LINK()
2987 if( mxShow.is() && mpSlideController.get() ) in getCurrentSlide()
3003 if( mxShow.is() ) in getNextSlideIndex()
3100 if( mxShow.is() ) try in setUsePen()
3109 mxShow->setProperty( aPenProp ); in setUsePen()
3117 mxShow->setProperty( aPenPropWidth ); in setUsePen()
3123 mxShow->setProperty( aPenPropSwitchPenMode ); in setUsePen()
3194 if( mxShow.is() ) try in setEraseAllInk()
3199 mxShow->setProperty( aPenPropEraseAllInk ); in setEraseAllInk()
3229 return mxShow.is(); in isRunning()
3238 if( mxShow.is() && mpSlideController.get() && mpShowWindow ) in gotoNextEffect()
3254 mxShow->nextEffect(); in gotoNextEffect()
3266 if( mxShow.is() && mpSlideController.get() && mpShowWindow ) in gotoPreviousEffect()
3278 mxShow->previousEffect(); in gotoPreviousEffect()
3397 if( mxShow.is() && mpSlideController.get() ) try in gotoPreviousSlide()
3580 return mxShow; in getSlideShow()