Searched refs:VBFindLines (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/migrationanalysis/src/driver_docs/sources/ |
H A D | CommonMigrationAnalyser.bas | 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) & _ 436 VBFindLines(docAnalysis, myComponent.CodeModule, "Declare Sub ", count, False) 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 [all …]
|
Completed in 44 milliseconds