Home
last modified time | relevance | path

Searched refs:myShape (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/migrationanalysis/src/driver_docs/sources/powerpoint/
H A DMigrationAnalyser.cls271 Dim myShape As Shape
295 Next myShape
315 .Line = myShape.top
316 .column = myShape.Left
370 .Line = myShape.top
544 Dim myShape As Shape
557 Next myShape
643 .Line = myShape.top
689 .Line = myShape.top
735 .Line = myShape.top
[all …]
/aoo41x/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas881 .Line = myShape.top
882 .column = myShape.Left
884 If myShape.name <> "" Then
886 .Values.Add myShape.name
940 .Line = myShape.top
941 .column = myShape.Left
943 If myShape.name <> "" Then
945 .Values.Add myShape.name
1012 .Line = myShape.top
1013 .column = myShape.Left
[all …]
/aoo41x/main/migrationanalysis/src/driver_docs/sources/excel/
H A DSetTextBoxFont.bas29 Dim myShape As Shape variable
32 For Each myShape In aSheet.Shapes
33 If myShape.Type = msoTextBox Then
34 myShape.Select
40 Next myShape

Completed in 23 milliseconds