Lines Matching refs:curIndex
425 Dim curIndex As Long variable
431 curIndex = lastIndex
435 While Not entryFound And curIndex <= lastEntry
436 curEntry = myDocList.item(curIndex)
438 lastIndex = curIndex
441 curIndex = curIndex + 1
448 curIndex = 1
449 While Not entryFound And curIndex <= lastIndex
450 curEntry = myDocList.item(curIndex)
452 lastIndex = curIndex
455 curIndex = curIndex + 1