Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx408 pPrev = pRoot->pCurrShell; in SV_IMPL_PTRARR_SORT()
409 pRoot->pCurrShell = pNew; in SV_IMPL_PTRARR_SORT()
422 pRoot->pCurrShell = pPrev; in ~CurrShell()
425 pRoot->pCurrShell = pRoot->pWaitingCurrShell; in ~CurrShell()
435 pRoot->pCurrShell = pSh; in SetShell()
443 if ( pCurrShell == pSh ) in DeRegisterShell()
444 pCurrShell = pSh->GetNext() != pSh ? (ViewShell*)pSh->GetNext() : 0; in DeRegisterShell()
493 pCurrShell( pSh ), in SwRootFrm()
583 if ( !pCurrShell || !pCurrShell->Imp()->IsUpdateExpFlds() ) in Init()
H A Dpaintfrm.cxx2859 ViewShell *pSh = pCurrShell; in Paint()
/trunk/main/sw/source/core/view/
H A Dvnew.cxx135 ViewShell *pCurrShell = GetDoc()->GetCurrentViewShell(); in Init() local
136 if( pCurrShell ) in Init()
137 pLayout = pCurrShell->pLayout; in Init()
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx682 SwWrtShell* pCurrShell = ( pActShell ? pActShell : mpWrtShell ); in Edit() local
684 !pCurrShell->getIDocumentDeviceAccess()->getPrinter( false ) ) in Edit()
685 pCurrShell->InitPrt( pCurrShell->getIDocumentDeviceAccess()->getPrinter( true ) ); in Edit()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx137 ViewShell *pCurrShell; member in SwRootFrm
178 ViewShell *GetCurrShell() const { return pCurrShell; } in GetCurrShell()

Completed in 75 milliseconds