You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/09/21 05:34:44 UTC

[Bug 120962] [From Symphony]Chart data lost if the source data refers to a range name which is defined as a reference formula

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

--- Comment #1 from Clarence GUO <cl...@gmail.com> ---
Created attachment 79593
  --> https://issues.apache.org/ooo/attachment.cgi?id=79593&action=edit
patch

Root Cause:
The data series was refered to a range name, which was defined a reference
formula. However, AOO only support simple range like "Sheet1.A1:B4"

Solution:
Remember the referenced token during formula intepretion, then translate the
source range from formula name to ScToken.

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