Lines Matching refs:VBFindLines
255 … strFind = VBFindLines(docAnalysis, myComponent.CodeModule, "Me", count, bWholeWord:=True)
428 …strFind = VBFindLines(docAnalysis, myComponent.CodeModule, "CreateObject", count, bWholeWord:=True…
429 VBFindLines(docAnalysis, myComponent.CodeModule, "GetObject", count, bWholeWord:=True) & _
430 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) & _
435 VBFindLines(docAnalysis, myComponent.CodeModule, "Declare Function ", count, False) & _
436 VBFindLines(docAnalysis, myComponent.CodeModule, "Declare Sub ", count, False)
480 Function VBFindLines(docAnalysis As DocumentAnalysis, vbcm As CodeModule, strFind As String, _ function
528 VBFindLines = VBFindLines & "[" & strProc & " ( ) - " & lngStartLine & " ]" & _
536 …VBFindLines = VBFindLines & "[" & RID_STR_COMMON_DEC_TO_EXTERNAL_LIBRARY & " - " & lngStartLine & …
539 … VBFindLines = VBFindLines & "[" & RID_STR_COMMON_VB_COMPONENT_MODULE & " " & strFind & _
555 VBFindLines = VBFindLines
642 strFind = VBFindLines(docAnalysis, myComponent.CodeModule, "Public", _