Created attachment 88396 [details] a simple calc file with a chart. Create the world's simplest chart in calc (sample attached), copy/paste it to impress - to show off the latest numbers. Notice the chart is completely mangled, geometry is busted, data is lost, looks totally different.
Muthu - do you have some cycles to look at this ? my experience with chart copy/paste is -so- enduringly terrible that I suspect that there are zero unit tests at all for this functionality :-) I believe that this used to work in 4.0 anyhow :-)
Tested and confirm in L.O. 4.1.3.2 Ubuntu 13.10 x86. * CTRL+c and CTRL+v to another application (writer,impress,draw...), "x" and "y" are reversed, so data are loss. * CTRL+c and "paste special (CTRL+v) -> StarObjectDescriptor(XML)" to another application (writer,impress,draw...), "x" and "y" are reversed. * CTRL+c and "paste special (CTRL+v) -> GDIMetafile" to another application (writer,impress,draw...), everything is OK. Maybe a regression but need confirm.
changing version to 4.1.3.2.
Subject to damage by retyping (because of Internet connection difficulties) the first bad commit in 4.0+ bibisect is commit 3057631, source hash bb5196b.
Hi Markus, it looks like this may be related to: commit 14fa5488a829936275f79a7693b13da55114220e Author: Markus Mohrhard <markus.mohrhard@googlemail.com> Date: Sun Jun 30 03:44:05 2013 +0200 transpose "data in rows" ranges for internal data provider, fdo#62057 This is an ugly hack but it at least works. This regression has been introduced by the merge from the AOO code. The order of calls during import is totally screwed and I have no idea how to properly fix all these problems without introducing new regressions. :-) this also appears to break (quite badly) not just paste but importing those sheets too ...
(In reply to comment #5) > Hi Markus, it looks like this may be related to: > > commit 14fa5488a829936275f79a7693b13da55114220e > Author: Markus Mohrhard <markus.mohrhard@googlemail.com> > Date: Sun Jun 30 03:44:05 2013 +0200 > > transpose "data in rows" ranges for internal data provider, fdo#62057 > > This is an ugly hack but it at least works. This regression has been > introduced by the merge from the AOO code. The order of calls during > import is totally screwed and I have no idea how to properly fix all > these problems without introducing new regressions. > > :-) this also appears to break (quite badly) not just paste but importing > those sheets too ... So I just reverted this patch. I was not that happy with the patch as I have explained in the commit message and the patch is not important enough to break something for it.
*** Bug 68249 has been marked as a duplicate of this bug. ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.