Home
last modified time | relevance | path

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

/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas430 VBFindLines(docAnalysis, myComponent.CodeModule, "ADODB.", count, True, True) & _
431 VBFindLines(docAnalysis, myComponent.CodeModule, "Word.", count, True, True) & _
432 VBFindLines(docAnalysis, myComponent.CodeModule, "Excel.", count, True, True) & _
433 VBFindLines(docAnalysis, myComponent.CodeModule, "PowerPoint.", count, True, True) & _
434 VBFindLines(docAnalysis, myComponent.CodeModule, "Access.", count, True, True) & _
436 VBFindLines(docAnalysis, myComponent.CodeModule, "Declare Sub ", count, False)
528 VBFindLines = VBFindLines & "[" & strProc & " ( ) - " & lngStartLine & " ]" & _
536VBFindLines = VBFindLines & "[" & RID_STR_COMMON_DEC_TO_EXTERNAL_LIBRARY & " - " & lngStartLine & …
539VBFindLines = VBFindLines & "[" & RID_STR_COMMON_VB_COMPONENT_MODULE & " " & strFind & _
555 VBFindLines = VBFindLines
[all …]

Completed in 51 milliseconds