Home
last modified time | relevance | path

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

/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas252 Dim strFind As String variable
253 strFind = ""
255strFind = VBFindLines(docAnalysis, myComponent.CodeModule, "Me", count, bWholeWord:=True)
427 Dim strFind As String variable
439 If (strFind <> "") And (myComponent.Type <> vbext_ct_Document) Then
458 .Values.Add RID_STR_COMMON_ATTRIBUTE_INCLUDING & vbLf & Left(strFind, Len(strFind) - 1)
480 Function VBFindLines(docAnalysis As DocumentAnalysis, vbcm As CodeModule, strFind As String, _
508 Do While vbcm.Find(strFind, lngStartLine, _
636 Dim strFind As String variable
642 strFind = VBFindLines(docAnalysis, myComponent.CodeModule, "Public", _
[all …]

Completed in 16 milliseconds