Bugzilla – Attachment 172956 Details for
Bug 142881
FILESAVE XLSX Some rotated shapes are vertically flipped
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
changeCornerCase.diff (text/plain), 958 bytes, created by
Regina Henschel
on 2021-06-16 23:12:47 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Regina Henschel
Created:
2021-06-16 23:12:47 UTC
Size:
958 bytes
patch
obsolete
>diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx >index 4cde52e362f1..b88604fb306d 100644 >--- a/sc/source/filter/xcl97/xcl97rec.cxx >+++ b/sc/source/filter/xcl97/xcl97rec.cxx >@@ -1108,7 +1108,7 @@ void XclObjAny::WriteFromTo( XclExpXmlStream& rStrm, const Reference< XShape >& > // MSO changes the anchor positions at these angles and that does an extra 90 degrees > // rotation on our shapes, so we output it in such position that MSO > // can draw this shape correctly. >- if ((nRotation >= 4500_deg100 && nRotation < 13500_deg100) || (nRotation >= 22500_deg100 && nRotation < 31500_deg100)) >+ if ((nRotation > 4500_deg100 && nRotation <= 13500_deg100) || (nRotation > 22500_deg100 && nRotation <= 31500_deg100)) > { > aTopLeft.X = aTopLeft.X - nHalfHeight + nHalfWidth; > aTopLeft.Y = aTopLeft.Y - nHalfWidth + nHalfHeight;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 142881
:
172920
|
172921
|
172922
|
172923
|
172951
|
172952
|
172953
| 172956