Lines Matching refs:mpViewShell
135 if( mpViewShell && mpViewShell->ISA(DrawViewShell)) in DoExecute()
138 static_cast<DrawViewShell*>(mpViewShell)->GetEditMode(); in DoExecute()
174 …AbstractSdPresLayoutDlg* pDlg = pFact ? pFact->CreateSdPresLayoutDlg(mpDocSh, mpViewShell, NULL, a… in DoExecute()
211 if( mpViewShell->ISA(DrawViewShell) && !bCheckMasters ) in DoExecute()
236 if (mpViewShell->ISA(DrawViewShell) && !bCheckMasters ) in DoExecute()
246 if (mpViewShell->ISA(DrawViewShell)) in DoExecute()
249 static_cast<DrawViewShell*>(mpViewShell)->GetView(); in DoExecute()
252 if (static_cast<DrawViewShell*>(mpViewShell)->GetPageKind() == PK_NOTES) in DoExecute()
260 …mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_MASTERPAGE, SFX_CALLMODE_ASYNCHRON | SFX… in DoExecute()
269 if( mpViewShell && mpViewShell->ISA( DrawViewShell ) ) in DoExecute()
272 static_cast<DrawViewShell*>(mpViewShell); in DoExecute()