Home
last modified time | relevance | path

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

/AOO42X/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas107 Dim myComponent As VBComponent variable
150 For Each myComponent In myProject.VBComponents
153 If CheckEmptyProject(docAnalysis, myProject, myComponent) Then
154 If myComponent.Type <> vbext_ct_MSForm Then
161 Analyze_MacrosForPortabilityIssues docAnalysis, myProject, myComponent
174 .SubLocation = VBComponentType(myComponent)
178 .Values.Add myComponent.name
180 … .Values.Add VBNumFuncs(docAnalysis, myComponent.CodeModule), RID_STR_COMMON_ATTRIBUTE_PROCEDURES
182 numLines = VBNumLines(docAnalysis, myComponent.CodeModule)
191 myComponent.CodeModule.Lines(1, myComponent.CodeModule.CountOfLines)), _
[all …]
/AOO42X/main/migrationanalysis/src/driver_docs/
H A DDocAnalysisRunMacro.vbs319 Dim myComponent
320 Set myComponent = myProject.VBComponents(projectFile)
323 Set myComponent = Nothing
331 Set myComponent = Nothing
336 Set myComponent = Nothing
351 Dim myComponent
352 Set myComponent = myProject.VBComponents(projectFile)
355 Set myComponent = Nothing
365 Set myComponent = Nothing
374 Set myComponent = Nothing
[all …]