Home
last modified time | relevance | path

Searched refs:pCurrShells (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx410 pRoot->pCurrShells->Insert( this ); in SV_IMPL_PTRARR_SORT()
420 pRoot->pCurrShells->Remove( this ); in ~CurrShell()
423 if ( !pRoot->pCurrShells->Count() && pRoot->pWaitingCurrShell ) in ~CurrShell()
434 if ( !pRoot->pCurrShells->Count() ) in SetShell()
451 for ( sal_uInt16 i = 0; i < pCurrShells->Count(); ++i ) in DeRegisterShell()
453 CurrShell *pC = (*pCurrShells)[i]; in DeRegisterShell()
461 pRoot->pCurrShells = new SwCurrShells; in InitCurrShells()
620 for ( sal_uInt16 i = 0; i < pCurrShells->Count(); ++i ) in ~SwRootFrm()
621 (*pCurrShells)[i]->pRoot = 0; in ~SwRootFrm()
623 delete pCurrShells; in ~SwRootFrm()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx139 SwCurrShells *pCurrShells; member in SwRootFrm

Completed in 27 milliseconds