Created attachment 135562 [details] 3 tests Form Control linked with A1 A2 & A3 When opening an .ods containing Control Form stuff (Spin buttons and checkboxes, not sure about the others) the "Linked Cell" is not read and is shown empty. And the spin is therefore not changing the value in the cell. Please note that the value is saved properly but diseapear apon opening the file. Faulty version = Libreoffice 5.4.x (tested multiple versions of 5.4, on windows 10) (it worked with 5.3.x) When opening .xlsx it works as expected though. The attached file was saved with 5.4.3 => it is read properly and works with 5.3.5 => the "Linked cell value" diseapear when read with 5.4.x
This seems to have begun at the below commit. Adding Cc: to Mohammed Abdul Azeem; Could you possibly take a look at this one? Thanks 90bca3d4826e7c12e7ce570f5d64fad7482a9b4f is the first bad commit commit 90bca3d4826e7c12e7ce570f5d64fad7482a9b4f Author: Norbert Thiebaud <nthiebaud@gmail.com> Date: Sat Feb 11 11:20:15 2017 -0800 source 8154953add163554c00935486a1cf5677cef2609 author Mohammed Abdul Azeem <azeemmysore@gmail.com> 2016-09-05 09:08:30 (GMT) committer Michael Meeks <michael.meeks@collabora.com> 2017-01-25 11:20:48 (GMT) commit 8154953add163554c00935486a1cf5677cef2609 (patch) tree d8e148e84aa1e164a2358827085f4d9240ce5e31 parent 657eea01046c7f39ee8ca4545241372177385946 (diff) ScXMLTableRowCellContext implements fast interfaces: Implementation of fast interfaces for contexts in path from ScXMLImport::CreateFastContext to ScXMLTableRowCellContext. FastParser is enabled and duplicates are avoided at all possible places. OOoXML filters still need those legacy paths we removed, so I had to temporarily map them to fast elements, which would increase their load time, but hopefully it should help us in the long run.
*** This bug has been marked as a duplicate of bug 110431 ***