Lines Matching refs:xView
264 presentation::XSlideShowView>& xView) const;
447 uno::Reference<presentation::XSlideShowView> xView ((*aIter)->getUnoView()); in forEachView() local
448 if (xView.is()) in forEachView()
450 (xView.get()->*pViewMethod)( mxListener.get() ); in forEachView()
454 OSL_ASSERT(xView.is()); in forEachView()
461 const uno::Reference<presentation::XSlideShowView>& xView) const in findUnoView()
470 boost::cref( xView ), in findUnoView()
608 uno::Reference<presentation::XSlideShowView> xView( in notifyMouseHandlers() local
611 ENSURE_OR_RETURN_FALSE( xView.is(), "EventMultiplexer::notifyHandlers(): " in notifyMouseHandlers()
623 boost::cref( xView ), in notifyMouseHandlers()
1228 bool EventMultiplexer::notifyViewChanged( const uno::Reference<presentation::XSlideShowView>& xView… in notifyViewChanged() argument
1230 UnoViewSharedPtr pView( mpImpl->findUnoView(xView) ); in notifyViewChanged()
1245 const uno::Reference<presentation::XSlideShowView>& xView ) in notifyViewClobbered() argument
1247 UnoViewSharedPtr pView( mpImpl->findUnoView(xView) ); in notifyViewClobbered()