Home
last modified time | relevance | path

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

/AOO42X/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
428strFind = VBFindLines(docAnalysis, myComponent.CodeModule, "CreateObject", count, bWholeWord:=True…
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, _
539 … VBFindLines = VBFindLines & "[" & RID_STR_COMMON_VB_COMPONENT_MODULE & " " & strFind & _
[all …]