Home
last modified time | relevance | path

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

/aoo4110/main/migrationanalysis/src/wizard/
H A DAnalyse.bas427 Dim entryFound As Boolean variable
429 entryFound = False
435 While Not entryFound And curIndex <= lastEntry
439 entryFound = True
447 If Not entryFound Then
449 While Not entryFound And curIndex <= lastIndex
453 entryFound = True
461 GetDocumentIndex = entryFound
/aoo4110/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas3537 Dim entryFound As Boolean variable
3539 entryFound = False
3550 While Not entryFound And curIndex <= lastEntry
3553 entryFound = True
3559 If (Not entryFound) Then
3561 While Not entryFound And curIndex < lastIndex
3564 entryFound = True
3571 If entryFound Then

Completed in 37 milliseconds