Lines Matching refs:mxSlideShow
71 mxSlideShow(), in PresenterSlideShowView()
105 mxSlideShow = Reference<presentation::XSlideShow> ( in LateInit()
107 Reference<lang::XComponent> xSlideShowComponent (mxSlideShow, UNO_QUERY); in LateInit()
166 if (mxSlideShow.is() && ! mbIsViewAdded) in LateInit()
169 mxSlideShow->addView(xView); in LateInit()
178 mxSlideShow->setProperty(aProperty); in LateInit()
230 mxSlideShow = NULL; in disposing()
343 if (mxSlideShow.is() && mbIsViewAdded) in ReleaseView()
345 mxSlideShow->removeView(this); in ReleaseView()
580 else if (rEvent.Source == mxSlideShow) in disposing()
581 mxSlideShow = NULL; in disposing()
789 if (mxSlideShow.is() && ! mbIsViewAdded) in ActivatePresenterView()
791 mxSlideShow->addView(this); in ActivatePresenterView()
801 if (mxSlideShow.is() && mbIsViewAdded) in DeactivatePresenterView()
803 mxSlideShow->removeView(this); in DeactivatePresenterView()
1080 if (mxSlideShow.is() && mbIsViewAdded) in ForceRepaint()
1082 mxSlideShow->removeView(this); in ForceRepaint()
1083 mxSlideShow->addView(this); in ForceRepaint()