Lines Matching refs:mpViewShell

530 , mpViewShell(pViewSh)  in SlideshowImpl()
570 if( mpViewShell ) in SlideshowImpl()
571 mpOldActiveWindow = mpViewShell->GetActiveWindow(); in SlideshowImpl()
691 if( mpViewShell ) in disposing()
693 mpViewShell->SetActiveWindow(mpOldActiveWindow); in disposing()
725 if( mpViewShell && !mpViewShell->ISA(PresentationViewShell)) in disposing()
729 mpViewShell->GetViewShellBase().ShowUIControls (true); in disposing()
734 mpViewShell->ShowUIControls (true); in disposing()
748 if ( mpViewShell ) in disposing()
752 ::sd::Window* pActWin = mpViewShell->GetActiveWindow(); in disposing()
758 mpViewShell->VisAreaChanged(aVisAreaWin); in disposing()
765 if( mpViewShell->IsStartShowWithDialog() && getDispatcher() ) in disposing()
767 mpViewShell->SetStartShowWithDialog( sal_False ); in disposing()
771 mpViewShell->GetViewShellBase().UpdateBorder(true); in disposing()
840 …mpShowWindow = new ShowWindow( this, ((pParent == 0) && mpViewShell) ? mpParentWindow : pParent ); in startPreview()
841 if( mpViewShell ) in startPreview()
843 mpViewShell->SetActiveWindow( mpShowWindow ); in startPreview()
844 mpShowWindow->SetViewShell (mpViewShell); in startPreview()
845 mpViewShell->ShowUIControls (false); in startPreview()
859 else if( mpViewShell ) in startPreview()
861 Rectangle aContentRect (mpViewShell->GetViewShellBase().getClientRectangle()); in startPreview()
935 SdPage* pStartPage = mpViewShell ? mpViewShell->GetActualPage() : 0; in startShow()
1023 if( mpViewShell ) in startShow()
1025 mpViewShell->SetActiveWindow( mpShowWindow ); in startShow()
1026 mpShowWindow->SetViewShell (mpViewShell); in startShow()
1027 mpViewShell->GetViewShellBase().ShowUIControls (false); in startShow()
1030 mpPaneHider.reset(new PaneHider(*mpViewShell,this)); in startShow()
1059 if( !maPresSettings.mbFullScreen && mpViewShell ) in startShow()
1061 const Rectangle& aClientRect = mpViewShell->GetViewShellBase().getClientRectangle(); in startShow()
1477 if (mpViewShell) in displayCurrentSlide()
1480 mpViewShell->fireSwitchCurrentPage(currentPageIndex); in displayCurrentSlide()
1481 mpViewShell->NotifyAccUpdate(); in displayCurrentSlide()
1719 if (pOleObject && mpViewShell ) in click()
1720 mpViewShell->ActivateObject(pOleObject, pEvent->mnVerb); in click()
2699 return mpViewShell ? mpViewShell->GetViewFrame() : 0; in getViewFrame()
2706 …return (mpViewShell && mpViewShell->GetViewFrame()) ? mpViewShell->GetViewFrame()->GetDispatcher()… in getDispatcher()
2713 …return (mpViewShell && mpViewShell->GetViewFrame()) ? &mpViewShell->GetViewFrame()->GetBindings() … in getBindings()