Need hint about finding the relevant code in "chart2"

Kohei Yoshida kohei.yoshida at gmail.com
Fri May 25 08:22:04 PDT 2012


Hi Walt,

On Fri, May 25, 2012 at 9:00 AM, walt <w41ter at gmail.com> wrote:

> I need to find the code that parses my choice of "Data Ranges" for
> the horizontal axis of a stock chart -- and now refuses to let me
> do what I've always done -- leave blank space at the right end of
> the chart, to allow for fresh samples to be added each day as I get
> them.

I assume you are doing this in Calc?  If yes, then the code that
handles data range parsing is actually not in chart2, but in sc.  Go
search for chart2uno.hxx and chart2uno.cxx inside sc, and that's
probably the code you are looking for.

HTH,

Kohei


More information about the LibreOffice mailing list