Home
last modified time | relevance | path

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

/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DPreparation.bas40 Dim myshape As Shape variable
66 For Each myshape In myPrepInfo.HF_Shapes
67 If myshape.Type = msoPicture Then
69 … shapetop(I) = myshape.top + myshape.Anchor.Information(wdVerticalPositionRelativeToPage)
71 shapetop(I) = myshape.top
79 Next myshape
106 For Each myshape In myPrepInfo.HF_Shapes
107 If myshape.Type = msoPicture Then
109 … temptop = myshape.top + myshape.Anchor.Information(wdVerticalPositionRelativeToPage)
111 temptop = myshape.top
[all …]

Completed in 17 milliseconds