Searched refs:myComponent (Results 1 – 2 of 2) sorted by relevance
107 Dim myComponent As VBComponent variable150 For Each myComponent In myProject.VBComponents153 If CheckEmptyProject(docAnalysis, myProject, myComponent) Then154 If myComponent.Type <> vbext_ct_MSForm Then161 Analyze_MacrosForPortabilityIssues docAnalysis, myProject, myComponent174 .SubLocation = VBComponentType(myComponent)178 .Values.Add myComponent.name180 … .Values.Add VBNumFuncs(docAnalysis, myComponent.CodeModule), RID_STR_COMMON_ATTRIBUTE_PROCEDURES182 numLines = VBNumLines(docAnalysis, myComponent.CodeModule)191 myComponent.CodeModule.Lines(1, myComponent.CodeModule.CountOfLines)), _[all …]
319 Dim myComponent320 Set myComponent = myProject.VBComponents(projectFile)323 Set myComponent = Nothing331 Set myComponent = Nothing336 Set myComponent = Nothing351 Dim myComponent352 Set myComponent = myProject.VBComponents(projectFile)355 Set myComponent = Nothing365 Set myComponent = Nothing374 Set myComponent = Nothing[all …]