Lines Matching refs:mxShow
621 if( mxShow.is() && mpDoc ) in disposing()
636 if( !mxShow.is() ) in disposing()
658 mxShow->removeView( mxView.getRef() ); in disposing()
660 Reference< XComponent > xComponent( mxShow, UNO_QUERY ); in disposing()
679 mxShow.clear(); in disposing()
915 DBG_ASSERT( !mxShow.is(), "sd::SlideshowImpl::startShow(), called twice!" ); in startShow()
916 if( mxShow.is() ) in startShow()
1188 mxShow = Reference< XSlideShow >( createSlideShow(), UNO_QUERY_THROW ); in startShowImpl()
1207 mxShow->setProperty( in startShowImpl()
1219 mxShow->setProperty( aProperties[nIndex] ); in startShowImpl()
1221 mxShow->addView( mxView.getRef() ); in startShowImpl()
1223 mxListenerProxy.set( new SlideShowListenerProxy( this, mxShow ) ); in startShowImpl()
1313 if( mxShow.is() && mxListenerProxy.is() ) try in removeShapeEvents()
1321 mxShow->setShapeCursor( (*aIter).first, awt::SystemPointer::ARROW ); in removeShapeEvents()
1439 mxShow->setShapeCursor( xShape, awt::SystemPointer::REFHAND ); in registerShapeEvents()
1461 if( mpSlideController.get() && mxShow.is() ) in displayCurrentSlide()
1465 mpSlideController->displayCurrentSlide( mxShow, xDrawPages, bSkipAllMainSequenceEffects ); in displayCurrentSlide()
1521 if( mxShow.is() ) in pause()
1523 mxShow->pause(sal_True); in pause()
1556 if( mxShow.is() ) in resume()
1558 mxShow->pause(sal_False); in resume()
1942 Reference< XSlideShow > xShow( mxShow ); in updateSlideShow()
1961 if (mxShow.is() && (fUpdate >= 0.0)) in updateSlideShow()
2012 if( !mxShow.is() || mbInputFreeze ) in keyInput()
2144 if( !mxShow.is() || mbInputFreeze ) in IMPL_LINK()
2798 if( !mbActive && mxShow.is() ) in activate()
2837 if( mbActive && mxShow.is() ) in deactivate()
2847 if( mbActive && mxShow.is() ) in IMPL_LINK()
2966 if( mxShow.is() && mpSlideController.get() ) in getCurrentSlide()
2982 if( mxShow.is() ) in getNextSlideIndex()
3079 if( mxShow.is() ) try in setUsePen()
3088 mxShow->setProperty( aPenProp ); in setUsePen()
3096 mxShow->setProperty( aPenPropWidth ); in setUsePen()
3102 mxShow->setProperty( aPenPropSwitchPenMode ); in setUsePen()
3173 if( mxShow.is() ) try in setEraseAllInk()
3178 mxShow->setProperty( aPenPropEraseAllInk ); in setEraseAllInk()
3208 return mxShow.is(); in isRunning()
3217 if( mxShow.is() && mpSlideController.get() && mpShowWindow ) in gotoNextEffect()
3233 mxShow->nextEffect(); in gotoNextEffect()
3245 if( mxShow.is() && mpSlideController.get() && mpShowWindow ) in gotoPreviousEffect()
3257 mxShow->previousEffect(); in gotoPreviousEffect()
3376 if( mxShow.is() && mpSlideController.get() ) try in gotoPreviousSlide()
3559 return mxShow; in getSlideShow()