Searched refs:pCurrShell (Results 1 – 5 of 5) sorted by relevance
408 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()
2768 ViewShell *pSh = pCurrShell; in Paint()
135 ViewShell *pCurrShell = GetDoc()->GetCurrentViewShell(); in Init() local136 if( pCurrShell ) in Init()137 pLayout = pCurrShell->pLayout; in Init()
673 SwWrtShell* pCurrShell = ( pActShell ? pActShell : mpWrtShell ); in Edit() local675 !pCurrShell->getIDocumentDeviceAccess()->getPrinter( false ) ) in Edit()676 pCurrShell->InitPrt( pCurrShell->getIDocumentDeviceAccess()->getPrinter( true ) ); in Edit()
138 ViewShell *pCurrShell; member in SwRootFrm179 ViewShell *GetCurrShell() const { return pCurrShell; } in GetCurrShell()
Completed in 55 milliseconds