Hi all,

In reading the Calc code for the past few days, I've come up with a
question (or two) that hopefully someone here can provide an answer
for.

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 classes named SingleRefData and
ComplRefData, and according to the comments in those two classes, they
seem to represent a single cell reference and a cell range,
respectively.

Now, are svSingleRef and svDoubleRef of similar nature to
SingleRefData and ComplRefData?  In other words, if a reference type
is of svSingleRef it is a single cell reference, and if it is of
svDoubleRef it is a reference to a cell range.  Is this the correct
way of looking at these reference types?

Also, class ScTokenArray has a member function called
GetNextReferenceRPN().  What does this RPN refer to?  This
abbreviation is used throughout the codebase, but I can't find its
definition anywhere...

TIA,

Kohei

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to