https://bugs.documentfoundation.org/show_bug.cgi?id=140868
--- Comment #9 from Mike Kaganski <[email protected]> --- (In reply to Stéphane Guillou (stragu) from comment #8) I saw this bug. However, I have no idea if it is possible to handle it at all, without a deep reimplementation of a huge part of Calc internals. A *calc document* is created for placement to clipboard; the selected part plus its references are copied to it from the current document; there is a way to tell that this calc document is based on "this specific normal document", which avoids creation of internal data set for charts when pasting to itself. But in any case, pasting back, it's the structure of the clipboard document that defines the references, not the structure of the (updated) source document. There is no way for clipboard to know that "the sheet number X, which was the source for the chart, is now sheer number Y in the source document". (See how the sheets are referenced by numbers internally, not by names (which would not help, since you can rename freely), nor by pointers / references, etc.). -- You are receiving this mail because: You are the assignee for the bug.
