Lines Matching refs:pViewSh
78 …SfxViewShell* pViewSh; // SfxViewShell falls Shell ViewFrame/ViewShell/SubShell i… member
148 pImp->pViewSh = 0; in SfxShell()
159 SfxShell::SfxShell( SfxViewShell *pViewSh ) in SfxShell() argument
174 pImp->pViewSh = pViewSh; in SfxShell()
272 return pImp->pViewSh; in GetViewShell()
305 if ( pImp->pViewSh ) in GetFrame()
306 return pImp->pViewSh->GetViewFrame(); in GetFrame()
1079 SfxViewShell *pViewSh = PTR_CAST ( SfxViewShell, this); in SFX_EXEC_STUB() local
1081 DBG_ASSERT(pViewSh, "SetVerbs nur an der ViewShell aufrufen!"); in SFX_EXEC_STUB()
1082 if ( !pViewSh ) in SFX_EXEC_STUB()
1089 pViewSh->GetViewFrame()->GetDispatcher()->GetBindings(); in SFX_EXEC_STUB()
1138 if (pViewSh) in SFX_EXEC_STUB()
1142 SfxBindings *pBindings = pViewSh->GetViewFrame()->GetDispatcher()-> in SFX_EXEC_STUB()
1287 pImp->pViewSh = pView; in SetViewShell_Impl()