Home
last modified time | relevance | path

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

/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx345 sal_uInt16 nStart, nEnd, nCurMethodStart = 0; in BasicExecute() local
348 nCurMethodStart = ( aSel.GetStart().GetPara() + 1 ); in BasicExecute()
358 if ( nCurMethodStart >= nStart && nCurMethodStart <= nEnd ) in BasicExecute()
364 else if ( !pMethod || ( nStart < nCurMethodStart && !pM->IsHidden() ) ) in BasicExecute()
367 nCurMethodStart = nStart; in BasicExecute()

Completed in 22 milliseconds