Lines Matching refs:curIndex
3535 Dim curIndex As Long variable
3545 curIndex = lastIndex
3547 curIndex = 1
3550 While Not entryFound And curIndex <= lastEntry
3551 curEntry = myDocList.item(curIndex)
3555 curIndex = curIndex + 1
3560 curIndex = 1
3561 While Not entryFound And curIndex < lastIndex
3562 curEntry = myDocList.item(curIndex)
3566 curIndex = curIndex + 1
3572 FindIndex = curIndex