Home
last modified time | relevance | path

Searched refs:pSfxViewShell (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/inc/
H A Dviewsh.hxx131 SfxViewShell *pSfxViewShell; member in ViewShell
454 inline SfxViewShell *GetSfxViewShell() { return pSfxViewShell; } in GetSfxViewShell()
455 inline void SetSfxViewShell(SfxViewShell *pNew) { pSfxViewShell = pNew; } in SetSfxViewShell()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx281 SfxViewShell* pSfxViewShell = pViewShell->GetViewShell(); in releaseResource() local
282 if (pSfxViewShell != NULL) in releaseResource()
283 pSfxViewShell->DisconnectAllClients(); in releaseResource()
/trunk/main/sw/source/core/view/
H A Dvnew.cxx181 pSfxViewShell( 0 ), in ViewShell()
260 pSfxViewShell( 0 ), in ViewShell()
H A Dviewsh.cxx602 if(rVSh.pSfxViewShell) in CareChildWin()
605 SfxViewFrame* pVFrame = rVSh.pSfxViewShell->GetViewFrame(); in CareChildWin()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx440 SfxViewShell* pSfxViewShell = pViewFrame->GetViewShell(); in GetViewShellBase() local
441 if (pSfxViewShell!=NULL && pSfxViewShell->ISA(::sd::ViewShellBase)) in GetViewShellBase()
442 pBase = static_cast<ViewShellBase*>(pSfxViewShell); in GetViewShellBase()

Completed in 64 milliseconds