https://issues.apache.org/ooo/show_bug.cgi?id=118840

Armin Le Grand <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED

--- Comment #35 from Armin Le Grand <[email protected]> ---
ALG: Indeed the chart uses a temporary ScDocShell/ScDocument combination to be
realoaded; when accessing the data range here (e.g. 'Sheet1.A1:Sheet1.A3') it
*gets* a data range, but there will be no data (#NAN doubles on next access).
There is already a fallback when the range is not accessible which is. e.g.
used when the sheet has another name. Thus, another mechanism is needed to know
that the ScDocument is a temporary one and contains no useful data. This is
possible since the chart implementation creates this temporary ScDocument, thus
being able to flag it as such. The request for a range translation can then be
answered with an empty string what is correct in that case. Trying out...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to