Re: [sc-dev] About the show formula syntax feature some questions!

2008-02-22 Thread Niklas Nebel
maoyg wrote: > when I see ScInputHandler::GetFormulaData() method, I discover a interesting > phenomenon. > USHORT nMRUCount = rOpt.GetLRUFuncListCount(); > const USHORT* pMRUList = rOpt.GetLRUFuncList(); > It seems that the two avariables above lead to the phenomenon. > I believe when inputing on

[sc-dev] Functions with bTextAsZero (was: [sc-dev] GCD/LCM in other spreadsheet)

2008-02-22 Thread Eike Rathke
Hi Lvyue, On Friday, 2008-02-22 15:37:42 +0800, Lvyue wrote: > About i86171, I find 7 functions using bTextAsZero. > They are MIN, MAX, AVERAGE, VAR, VARP, STDEV and STDEVP. > They all have the same result as MINA(range)=MIN(range), > and it's not right. As expected.. > I made some change, and

Re: [sc-dev] GCD/LCM in other spreadsheet

2008-02-22 Thread Eike Rathke
Hi Lvyue, On Friday, 2008-02-22 15:37:42 +0800, Lvyue wrote: > Happy to hear from you. > So we can decide what to do on i71158. > And there are no other differences between the first and > the last version. So I think I'll apply the firt patch then. Thank you! > My sc has been updated. :) Go

[sc-dev] About the show formula syntax feature some questions!

2008-02-22 Thread maoyg
Hello Niklas, when I see ScInputHandler::GetFormulaData() method, I discover a interesting phenomenon. USHORT nMRUCount = rOpt.GetLRUFuncListCount(); const USHORT* pMRUList = rOpt.GetLRUFuncList(); It seems that the two avariables above lead to the phenomenon. I believe when inputing one formula i