Re: [sc-dev] Single reference vs double reference

2005-02-23 Thread Safee
Hi Eike, can we build calc source in visual studio? whats the link to the download site? kind regards safee On Wed, 23 Feb 2005 15:54:49 +0100, Eike Rathke <[EMAIL PROTECTED]> wrote: > Hi Kohei, > > On Tue, Feb 22, 2005 at 21:24:53 -0500, Kohei Yoshida wrote: > > > I've been looking through t

Re: [sc-dev] ScToken & ScTokenArray

2005-02-23 Thread Kohei Yoshida
Hello again, Eike, On Wed, 23 Feb 2005 16:16:09 +0100, Eike Rathke <[EMAIL PROTECTED]> wrote: > Hi Kohei, > > On Tue, Feb 22, 2005 at 23:00:11 -0500, Kohei Yoshida wrote: > > > I have only read a fraction of the relevant code, but it seems to me > > that when a formula cell object references ano

Re: [sc-dev] Single reference vs double reference

2005-02-23 Thread Kohei Yoshida
Hi Eike, On Wed, 23 Feb 2005 15:54:49 +0100, Eike Rathke <[EMAIL PROTECTED]> wrote: > Hi Kohei, > > On Tue, Feb 22, 2005 at 21:24:53 -0500, Kohei Yoshida wrote: > > Now, are svSingleRef and svDoubleRef of similar nature to > > SingleRefData and ComplRefData? In other words, if a reference type

Re: [sc-dev] ScToken & ScTokenArray

2005-02-23 Thread Eike Rathke
Hi Kohei, On Tue, Feb 22, 2005 at 23:00:11 -0500, Kohei Yoshida wrote: > I'm trying to understand the mechanism of cell referencing, and > somehow the two classes ScToken and ScTokeArray seem to be playing a > major role in this. Absolutely, yes. > I have only read a fraction of the relevant co

Re: [sc-dev] Single reference vs double reference

2005-02-23 Thread Eike Rathke
Hi Kohei, On Tue, Feb 22, 2005 at 21:24:53 -0500, Kohei Yoshida wrote: > I've been looking through the part around > ScToken/ScTokenArray/SingleDoubleRefProvider/..., and have come across > this enum called StackVarEnum which holds the members svSingleRef and > svDoubleRef. Also, there are two c