Lines Matching refs:myProject
106 Dim myProject As VBProject variable
114 Set myProject = getAppSpecificVBProject(currDoc)
125 If myProject.Protection = vbext_pp_locked Then
150 For Each myComponent In myProject.VBComponents
153 If CheckEmptyProject(docAnalysis, myProject, myComponent) Then
161 Analyze_MacrosForPortabilityIssues docAnalysis, myProject, myComponent
176 .Values.Add myProject.name
283 Set myProject = Nothing
297 Dim myProject As VBProject variable
298 Set myProject = getAppSpecificVBProject(currDoc)
301 For Each myVBComponent In myProject.VBComponents
302 If Not CheckEmptyProject(docAnalysis, myProject, myVBComponent) Then
311 Set myProject = Nothing
419 Sub Analyze_MacrosForPortabilityIssues(docAnalysis As DocumentAnalysis, myProject As VBProject, myC…
454 .Values.Add myProject.name
622 Function CheckEmptyProject(docAnalysis As DocumentAnalysis, myProject As VBProject, myComponent As …