Lines Matching refs:pINST
721 SbiInstance* pInst = pINST; in Find()
1040 sal_Bool bDelInst = sal_Bool( pINST == NULL ); in Run()
1052 pINST = new SbiInstance( (StarBASIC*) GetParent() ); in Run()
1123 if( ++pINST->nCallLvl <= nMaxCallLevel ) in Run()
1138 pINST->CalcBreakCallLevel( pMeth->GetDebugFlags() ); in Run()
1146 dbg_traceNotifyCall( this, pMeth, pINST->nCallLvl ); in Run()
1149 pRt->pNext = pINST->pRun; in Run()
1152 pINST->pRun = pRt; in Run()
1155 pINST->EnableCompatibility( sal_True ); in Run()
1163 dbg_traceNotifyCall( this, pMeth, pINST->nCallLvl, bLeave ); in Run()
1176 while( pINST->nCallLvl != 1 ) in Run()
1181 pINST->pRun = pRt->pNext; in Run()
1182 pINST->nCallLvl--; // Call-Level wieder runter in Run()
1200 DBG_ASSERT(pINST->nCallLvl==0,"BASIC-Call-Level > 0"); in Run()
1201 delete pINST, pINST = NULL, bDelInst = sal_False; in Run()
1234 pINST->nCallLvl--; // Call-Level wieder runter in Run()
1238 pINST->nCallLvl--; // Call-Level wieder runter in Run()
1249 delete pINST; in Run()
1250 pINST = NULL; in Run()
1252 if ( pBasic && pBasic->IsDocBasic() && pBasic->IsQuitApplication() && !pINST ) in Run()
1284 pRt->pNext = pINST->pRun; in RunInit()
1285 pINST->pRun = pRt; in RunInit()
1293 pINST->pRun = pRt->pNext; in RunInit()
1618 if( pINST && pINST->pRun ) in SetBP()
1619 pINST->pRun->SetDebugFlags( SbDEBUG_BREAK ); in SetBP()
1998 if( pINST ) in GetLocals()
1999 return pINST->GetLocals( this ); in GetLocals()
2681 if ( !pDocObject && !GetSbData()->bRunInit && pINST ) in Find()