Home
last modified time | relevance | path

Searched refs:FindNextStmnt (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basic/inc/basic/
H A Dsbmod.hxx90 const sal_uInt8* FindNextStmnt( const sal_uInt8*, sal_uInt16&, sal_uInt16& ) const;
91 const sal_uInt8* FindNextStmnt( const sal_uInt8*, sal_uInt16&, sal_uInt16&,
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx1514 const sal_uInt8* SbModule::FindNextStmnt( const sal_uInt8* p, sal_uInt16& nLine, sal_uInt16& nCol )… in FindNextStmnt() function in SbModule
1516 return FindNextStmnt( p, nLine, nCol, sal_False ); in FindNextStmnt()
1519 const sal_uInt8* SbModule::FindNextStmnt( const sal_uInt8* p, sal_uInt16& nLine, sal_uInt16& nCol, in FindNextStmnt() function in SbModule
1565 while( ( p = FindNextStmnt( p, nl, nc ) ) != NULL ) in IsBreakable()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx375 pCode = pMod->FindNextStmnt( pErrCode, n1, n2, sal_True, pImg ); in StepRESUME()
H A Dstep2.cxx871 const sal_uInt8* p = pMod->FindNextStmnt( pCode, n1, n2 ); in StepSTMNT()

Completed in 43 milliseconds