Bug 138159

Summary: FILESAVE DOC: Arrows lost when reopen in LO ( OK in MSO )
Product: LibreOffice Reporter: Timur <timur>
Component: WriterAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: Armin.Le.Grand, aron.budea, himajin100000, jluth, kelemeng
Priority: medium Keywords: bibisected, bisected, filter:doc, regression
Version: 6.2.0.3 release   
Hardware: All   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=99810
https://bugs.documentfoundation.org/show_bug.cgi?id=120728
https://bugs.documentfoundation.org/show_bug.cgi?id=148806
Whiteboard:
Crash report or crash signature: Regression By: Armin Le Grand
Bug Depends on:    
Bug Blocks: 112793, 148534    
Attachments: The example file and its doc version in LO
The first example file in LO and doc version in Word 2013

Description Timur 2020-11-12 11:26:52 UTC
1. Open ODT attachment 129361 [details]
2. Save as DOC
3. Open in LO and MSO
See no arrows in LO (bug) while they are seen in MSO.

This is DOC variant or DOCX bug attachment 129361 [details] resolved in 7.1+.
Comment 1 Timur 2020-11-12 11:45:30 UTC
commit afe9d8b839a349c188251af514581ff3035df665
Date:   Thu Nov 1 11:07:02 2018 +0100
    source 52bbb04f1e39b2d778275c91f77b6c0714ecd0d0
    previous source 88cbc3ea2db8358bbedff01361f95f972f2b0231

https://cgit.freedesktop.org/libreoffice/core/commit/?id=52bbb04f1e39b2d778275c91f77b6c0714ecd0d0

author	Armin Le Grand <Armin.Le.Grand@cib.de>	2018-10-31 20:47:49 +0100
committer	Armin Le Grand <Armin.Le.Grand@cib.de>	2018-11-01 10:58:57 +0100
commit 52bbb04f1e39b2d778275c91f77b6c0714ecd0d0 (patch)
tree 6e51e676a95c8147fd5055ebeab78ec36d4dd6cf
parent 88cbc3ea2db8358bbedff01361f95f972f2b0231 (diff)
tdf#120728 support SvxShape for SdrShape if not inserted

Commit not found in other bugs. 
CC: Armin.
Comment 2 Heiko Tietze 2022-04-12 10:58:20 UTC Comment hidden (obsolete)
Comment 3 Gabor Kelemen (allotropia) 2022-05-17 12:23:11 UTC
Created attachment 180161 [details]
The example file and its doc version in LO

Still an issue in:

Version: 7.4.0.0.alpha1+ (x64) / LibreOffice Community
Build ID: 817b8fe7001a83cb74910eb09b7c14a3b95b8a39
CPU threads: 14; OS: Windows 10.0 Build 19044; UI render: default; VCL: win
Locale: de-DE (hu_HU); UI: en-US
Calc: threaded

After reopening the lines are 0.04 cm wide & tall.
Comment 4 Gabor Kelemen (allotropia) 2022-05-17 12:23:51 UTC
Created attachment 180162 [details]
The first example file in LO and doc version in Word 2013

Looks good in Word 2013.
Comment 5 Gabor Kelemen (allotropia) 2022-05-17 12:28:37 UTC
(In reply to Heiko Tietze from comment #2)
> Duplicate of bug 82760?

No, there the arrows are displayed a bit differently, but here the whole line object is collapsed into a single point.
Comment 6 Timur 2022-05-17 12:45:59 UTC
(Correction to Timur from comment #0)
> This is DOC variant of DOCX bug 99810 resolved in 7.1+.
Comment 7 Gabor Kelemen (allotropia) 2023-05-08 07:58:18 UTC
This seems to be solved in 7.5 since:

https://git.libreoffice.org/core/+/d02962cb2ca4e691634abb1bf6ff30b9b366d2e3

author	Justin Luth <justin.luth@collabora.com>	Tue Oct 04 10:39:38 2022 -0400
committer	Miklos Vajna <vmiklos@collabora.com>	Wed Oct 05 17:38:25 2022 +0200

tdf#148806 doc import: remove 2003 SetObjectShell(nullptr) hack

Thanks Justin for making this work :)