Re: [sc-dev] About i46681 and IF()

2008-06-30 Thread Eike Rathke
Hi Yue, On Friday, 2008-06-27 11:05:25 +0800, Lvyue wrote: I have no other questions about things you mentioned, but SC_MATVAL_EMPTYPATH and SC_MATVAL_EMPTY. Please forgive my confusion ... I was mistaken and now see what you meant. then you can calculate, if nType is SC_MATVAL_EMPTYPATH

[sc-dev] About i46681 and IF()

2008-06-26 Thread Lvyue
Hi, Eike Really long time no see. :) Our network ultimately works today :-/, and I was sorry that we can not talk on IRC. I have fixed the problem we mentioned on last IRC, and the work on i66930 is getting progress too. but, seeing the code, I found 2 problems: 1. in

Re: [sc-dev] About i46681 and IF()

2008-06-26 Thread Eike Rathke
Hi Yue, On Thursday, 2008-06-26 16:56:14 +0800, Lvyue wrote: Really long time no see. :) Our network ultimately works today :-/, and I was sorry that we can not talk on IRC. No problem. We'll meet again next week. If you feel the need to discuss things in between, we could arrange some day

Re: Re: [sc-dev] About i46681 and IF()

2008-06-26 Thread Lvyue
Hi Eike, Thanks for replying so fast. ;-) I have no other questions about things you mentioned, but SC_MATVAL_EMPTYPATH and SC_MATVAL_EMPTY. Let's see some definations. const ScMatValType SC_MATVAL_STRING = 0x02; const ScMatValType SC_MATVAL_EMPTY= SC_MATVAL_STRING | 0x04; //

Re: [sc-dev] About i46681(ODFF: Repeat values of single array vector if used in second array dimension)

2008-05-07 Thread Eike Rathke
Hi Yue, On Tuesday, 2008-05-06 15:59:29 +0800, Lvyue wrote: I will attach a patch on i46681, which only changed a few functions, including ScIfJump(), JumpMatrix(), ScMatRef(), MatAdd(), ScMatrix::Get() and ScMatrix::GetDouble(). See your IRC log from today ;-) and another thing is that,

Re: Re: [sc-dev] About i46681(ODFF: Repeat values of single arrayvector if used in second array dimension)

2008-05-07 Thread Lvyue
! Lvyue 2008-05-08 发件人: Eike Rathke 发送时间: 2008-05-07 19:02:03 收件人: dev@sc.openoffice.org 抄送: 主题: Re: [sc-dev] About i46681(ODFF: Repeat values of single arrayvector if used in second array dimension) Hi Yue, On Tuesday, 2008-05-06 15:59:29 +0800, Lvyue wrote: I will attach a patch

[sc-dev] About i46681(ODFF: Repeat values of single array vector if used in second array dimension)

2008-05-06 Thread Lvyue
Hi Eike, Long time no see. :) My struggling on i46681 kept going on. I've made some progress, but I'm not sure if such change is right. so I wish you can help me to check part of my change, and tell me if such way is correct. I will attach a patch on i46681, which only changed a few functions,