Lines Matching refs:pRun
52 if ( pInst && pINST->pRun ) in isVBAEnabled()
53 result = pInst->pRun->bVBAEnabled; in isVBAEnabled()
281 pRun = NULL; in SbiInstance()
296 while( pRun ) in ~SbiInstance()
298 SbiRuntime* p = pRun->pNext; in ~SbiInstance()
299 delete pRun; in ~SbiInstance()
300 pRun = p; in ~SbiInstance()
419 for( SbiRuntime* p = pRun; p; p = p->pNext ) in Stop()
441 pRun->Error( n ); in Error()
457 pRun->Error( SbERR_BASIC_COMPAT, bVBATranslationAlreadyDone ); in ErrorVB()
476 pRun->FatalError( n ); in FatalError()
481 pRun->FatalError( _errCode, _details ); in FatalError()
488 pErrBasic->RTError( nErr, aErrorMsg, pRun->nLine, pRun->nCol1, pRun->nCol2 ); in Abort()
508 if( pRun ) in GetActiveModule()
509 return pRun->GetModule(); in GetActiveModule()
516 SbiRuntime* p = pRun; in GetCaller()
527 SbiRuntime* p = pRun; in GetLocals()
897 if ( pInst->pRun == this ) in Error()