Lines Matching refs:mpViewShell

166 	if ( mpViewShell )  in SetPrinter()
168 ::sd::View* pView = mpViewShell->GetView(); in SetPrinter()
400 if( mpViewShell ) in LoadFrom()
401 pWait = new WaitObject( (Window*) mpViewShell->GetActiveWindow() ); in LoadFrom()
693 if( mpViewShell ) in SaveCompleted()
695 if( mpViewShell->ISA( OutlineViewShell ) ) in SaveCompleted()
696 static_cast<OutlineView*>(mpViewShell->GetView()) in SaveCompleted()
699 SdrOutliner* pOutl = mpViewShell->GetView()->GetTextEditOutliner(); in SaveCompleted()
702 SdrObject* pObj = mpViewShell->GetView()->GetTextEditObject(); in SaveCompleted()
712 SfxViewFrame* pFrame = ( mpViewShell && mpViewShell->GetViewFrame() ) ? in SaveCompleted()
713 mpViewShell->GetViewFrame() : in SaveCompleted()
754 if (mpViewShell && mpViewShell->ISA(DrawViewShell)) in GotoBookmark()
756 DrawViewShell* pDrawViewShell = static_cast<DrawViewShell*>(mpViewShell); in GotoBookmark()
757 ViewShellBase& rBase (mpViewShell->GetViewShellBase()); in GotoBookmark()
859 mpViewShell = pHelper->GetViewShell(FrameworkHelper::msCenterPaneURL).get(); in GotoBookmark()
860 pDrawViewShell = dynamic_cast<sd::DrawViewShell*>(mpViewShell); in GotoBookmark()
932 if (mpViewShell && mpViewShell->ISA(DrawViewShell)) in IsMarked()
934 DrawViewShell* pDrViewSh = (DrawViewShell*) mpViewShell; in IsMarked()
949 if (mpViewShell && mpViewShell->ISA(DrawViewShell)) in GetObjectIsmarked()
951 DrawViewShell* pDrViewSh = (DrawViewShell*) mpViewShell; in GetObjectIsmarked()
988 ( ( mpViewShell && mpViewShell->GetViewFrame() ) ? in GetObjectIsmarked()
989 mpViewShell->GetViewFrame() : SfxViewFrame::Current() )-> in GetObjectIsmarked()
993 pDrViewSh = (DrawViewShell*) mpViewShell; in GetObjectIsmarked()
1056 if (mpViewShell && mpViewShell->ISA(DrawViewShell)) in GotoTreeBookmark()
1058 DrawViewShell* pDrViewSh = (DrawViewShell*) mpViewShell; in GotoTreeBookmark()
1095 ( ( mpViewShell && mpViewShell->GetViewFrame() ) ? in GotoTreeBookmark()
1096 mpViewShell->GetViewFrame() : SfxViewFrame::Current() )-> in GotoTreeBookmark()
1100 pDrViewSh = (DrawViewShell*) mpViewShell; in GotoTreeBookmark()
1151 SfxBindings& rBindings = ( ( mpViewShell && mpViewShell->GetViewFrame() ) ? in GotoTreeBookmark()
1152 mpViewShell->GetViewFrame() : SfxViewFrame::Current() )->GetBindings(); in GotoTreeBookmark()
1280 …( mpViewShell ? mpViewShell->GetViewFrame() : SfxViewFrame::Current() )->GetBindings().Execute( SI… in OpenBookmark()