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
279 For Each myShape In mySlide.Shapes
280 If myShape.HasTextFrame Then
281 If myShape.TextFrame.HasText Then
282 curDefault = myShape.TextFrame.Ruler.TabStops.DefaultSpacing
295 Next myShape
315 .Line = myShape.top
316 .column = myShape.Left
319 .Values.Add myShape.name
370 .Line = myShape.top
[all …]
/AOO41X/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas859 Sub Analyze_Lines(docAnalysis As DocumentAnalysis, myShape As Shape, mySubLocation As Variant)
864 If myShape.Line.Style = msoLineSingle Or _
865 myShape.Line.Style = msoLineStyleMixed Then Exit Sub
881 .Line = myShape.top
882 .column = myShape.Left
884 If myShape.name <> "" Then
886 .Values.Add myShape.name
906 Sub Analyze_Transparency(docAnalysis As DocumentAnalysis, myShape As Shape, mySubLocation As Varian…
911 If Not myShape.Type = msoPicture Then Exit Sub
917 If myShape.PictureFormat.TransparentBackground = msoTrue Then
[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