Lines Matching refs:mpViewShell
551 , mpViewShell(pViewSh) in SlideshowImpl()
591 if( mpViewShell ) in SlideshowImpl()
592 mpOldActiveWindow = mpViewShell->GetActiveWindow(); in SlideshowImpl()
712 if( mpViewShell ) in disposing()
714 mpViewShell->SetActiveWindow(mpOldActiveWindow); in disposing()
746 if( mpViewShell && !mpViewShell->ISA(PresentationViewShell)) in disposing()
750 mpViewShell->GetViewShellBase().ShowUIControls (true); in disposing()
755 mpViewShell->ShowUIControls (true); in disposing()
769 if ( mpViewShell ) in disposing()
773 ::sd::Window* pActWin = mpViewShell->GetActiveWindow(); in disposing()
779 mpViewShell->VisAreaChanged(aVisAreaWin); in disposing()
786 if( mpViewShell->IsStartShowWithDialog() && getDispatcher() ) in disposing()
788 mpViewShell->SetStartShowWithDialog( sal_False ); in disposing()
792 mpViewShell->GetViewShellBase().UpdateBorder(true); in disposing()
861 …mpShowWindow = new ShowWindow( this, ((pParent == 0) && mpViewShell) ? mpParentWindow : pParent ); in startPreview()
862 if( mpViewShell ) in startPreview()
864 mpViewShell->SetActiveWindow( mpShowWindow ); in startPreview()
865 mpShowWindow->SetViewShell (mpViewShell); in startPreview()
866 mpViewShell->ShowUIControls (false); in startPreview()
880 else if( mpViewShell ) in startPreview()
882 Rectangle aContentRect (mpViewShell->GetViewShellBase().getClientRectangle()); in startPreview()
956 SdPage* pStartPage = mpViewShell ? mpViewShell->GetActualPage() : 0; in startShow()
1044 if( mpViewShell ) in startShow()
1046 mpViewShell->SetActiveWindow( mpShowWindow ); in startShow()
1047 mpShowWindow->SetViewShell (mpViewShell); in startShow()
1048 mpViewShell->GetViewShellBase().ShowUIControls (false); in startShow()
1051 mpPaneHider.reset(new PaneHider(*mpViewShell,this)); in startShow()
1080 if( !maPresSettings.mbFullScreen && mpViewShell ) in startShow()
1082 const Rectangle& aClientRect = mpViewShell->GetViewShellBase().getClientRectangle(); in startShow()
1498 if (mpViewShell) in displayCurrentSlide()
1501 mpViewShell->fireSwitchCurrentPage(currentPageIndex); in displayCurrentSlide()
1502 mpViewShell->NotifyAccUpdate(); in displayCurrentSlide()
1740 if (pOleObject && mpViewShell ) in click()
1741 mpViewShell->ActivateObject(pOleObject, pEvent->mnVerb); in click()
2720 return mpViewShell ? mpViewShell->GetViewFrame() : 0; in getViewFrame()
2727 …return (mpViewShell && mpViewShell->GetViewFrame()) ? mpViewShell->GetViewFrame()->GetDispatcher()… in getDispatcher()
2734 …return (mpViewShell && mpViewShell->GetViewFrame()) ? &mpViewShell->GetViewFrame()->GetBindings() … in getBindings()