Lines Matching refs:pImg
46 String aStr = pImg->GetString( static_cast<short>( nOp1 ) ); in StepLOADNC()
68 p->PutString( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepLOADSC()
89 String aAlias( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepARGN()
160 if( nOp1 >= pImg->GetCodeSize() ) in StepJUMP()
163 pCode = (const sal_uInt8*) pImg->GetCode() + nOp1; in StepJUMP()
205 nOp1 = (sal_uInt32) ( (const char*) pCode - pImg->GetCode() ) + 5 * --n; in StepONJUMP()
214 if( nOp1 >= pImg->GetCodeSize() ) in StepGOSUB()
216 pCode = (const sal_uInt8*) pImg->GetCode() + nOp1; in StepGOSUB()
375 pCode = pMod->FindNextStmnt( pErrCode, n1, n2, sal_True, pImg ); in StepRESUME()
511 String aClass( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepSETCLASS_impl()
531 String aClass( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepTESTCLASS()
544 aLibName = pImg->GetString( static_cast<short>( nOp1 ) ); in StepLIB()