Lines Matching refs:pInst
51 SbiInstance* pInst = pINST; in isVBAEnabled() local
52 if ( pInst && pINST->pRun ) in isVBAEnabled()
53 result = pInst->pRun->bVBAEnabled; in isVBAEnabled()
543 : rBasic( *(StarBASIC*)pm->pParent ), pInst( pINST ), in SbiRuntime()
547 pIosys = pInst->pIosys; in SbiRuntime()
710 if( !( ++nOps & 0xF ) && pInst->IsReschedule() && bStaticGlobalEnableReschedule ) in Step()
723 if( pInst->IsReschedule() && bStaticGlobalEnableReschedule ) in Step()
776 pInst->nErr = err; in Step()
777 pInst->nErl = nLine; in Step()
856 pInst->Abort(); in Step()
878 String aMsg = pInst->GetErrorMsg(); in Error()
885 pInst->aErrorMsg = aMsg; in Error()
897 if ( pInst->pRun == this ) in Error()
899 pInst->Error( _errCode, _details ); in Error()
1293 SbiDllMgr* pDllMgr = pInst->GetDllMgr(); in DllCall()