Searched refs:pRt (Results 1 – 4 of 4) sorted by relevance
809 SbiRuntime* pRt = this; in Step() local810 while( NULL != (pRt = pRt->pNext) ) in Step()813 if( pRt->bError == sal_False || pRt->pError != NULL ) in Step()815 pRtErrHdl = pRt; in Step()830 pRt = this; in Step()834 pRt->nError = err; in Step()835 if( pRt != pRtErrHdl ) in Step()840 ( pRt->pMeth, pRt->nLine, pRt->nCol1, pRt->nCol2 ); in Step()844 if( pRt == pRtErrHdl ) in Step()846 pRt = pRt->pNext; in Step()[all …]
1150 if( pRt->pNext ) in Run()1151 pRt->pNext->block(); in Run()1152 pINST->pRun = pRt; in Run()1157 while( pRt->Step() ) {} in Run()1158 if( pRt->pNext ) in Run()1159 pRt->pNext->unblock(); in Run()1190 delete pRt; in Run()1284 pRt->pNext = pINST->pRun; in RunInit()1285 pINST->pRun = pRt; in RunInit()1286 while( pRt->Step() ) {} in RunInit()[all …]
134 SwLayAction( SwRootFrm *pRt, SwViewImp *pImp );225 SwLayIdle( SwRootFrm *pRt, SwViewImp *pImp );
376 SwLayAction::SwLayAction( SwRootFrm *pRt, SwViewImp *pI ) : in SwLayAction() argument377 pRoot( pRt ), in SwLayAction()2406 SwLayIdle::SwLayIdle( SwRootFrm *pRt, SwViewImp *pI ) : in SwLayIdle() argument2407 pRoot( pRt ), in SwLayIdle()
Completed in 41 milliseconds