You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if bShapeIsSelected And (iAnchor = iOriginalAnchor) And Not IsNull (oShapePosition) Then oGraphic.position = oShapePosition
773
779
@@ -824,6 +830,7 @@ Sub InsertOOoLilyPondObject (sIdentifier As String, sNumber As String, sAddition
824
830
Else ' should never be the case
825
831
oGraphic = ImportBitmapIntoWriter (ConvertToURL (sTmpPath & constOLyFileName & sNumber & sAddition &"."& sExtension), oCurrentGraphicObject(0), true)
826
832
End If
833
+
oGraphic.VertOrient = 0
827
834
if bShapeIsSelected And (iAnchor = iOriginalAnchor) And Not IsNull (oShapePosition) Then
828
835
oGraphic.HoriOrientPosition = oShapePosition.X
829
836
oGraphic.VertOrientPosition = oShapePosition.Y
@@ -845,9 +852,11 @@ Sub InsertOOoLilyPondObject (sIdentifier As String, sNumber As String, sAddition
845
852
oGraphic = ImportBitmapIntoWriter (ConvertToURL (sTmpPath & constOLyFileName & sNumber & sAddition &"."& sExtension), oCurrentGraphicObject, true)
846
853
End If
847
854
End If
855
+
oGraphic.VertOrient = 0
848
856
849
857
Case "SwXTextRanges"' Nothing or normal text selection in Writer
850
858
oGraphic = ImportBitmapIntoWriter (ConvertToURL (sTmpPath & constOLyFileName & sNumber & sAddition &"."& sExtension), oCurrentCursor, false)
859
+
oGraphic.VertOrient = 0
851
860
852
861
End Select
853
862
@@ -857,7 +866,12 @@ Sub InsertOOoLilyPondObject (sIdentifier As String, sNumber As String, sAddition
0 commit comments