Searched refs:pSfxViewShell (Results 1 – 5 of 5) sorted by relevance
131 SfxViewShell *pSfxViewShell; member in ViewShell454 inline SfxViewShell *GetSfxViewShell() { return pSfxViewShell; } in GetSfxViewShell()455 inline void SetSfxViewShell(SfxViewShell *pNew) { pSfxViewShell = pNew; } in SetSfxViewShell()
281 SfxViewShell* pSfxViewShell = pViewShell->GetViewShell(); in releaseResource() local282 if (pSfxViewShell != NULL) in releaseResource()283 pSfxViewShell->DisconnectAllClients(); in releaseResource()
181 pSfxViewShell( 0 ), in ViewShell()260 pSfxViewShell( 0 ), in ViewShell()
602 if(rVSh.pSfxViewShell) in CareChildWin()605 SfxViewFrame* pVFrame = rVSh.pSfxViewShell->GetViewFrame(); in CareChildWin()
440 SfxViewShell* pSfxViewShell = pViewFrame->GetViewShell(); in GetViewShellBase() local441 if (pSfxViewShell!=NULL && pSfxViewShell->ISA(::sd::ViewShellBase)) in GetViewShellBase()442 pBase = static_cast<ViewShellBase*>(pSfxViewShell); in GetViewShellBase()
Completed in 55 milliseconds