Re: Re: [sc-dev] About issue 23299

2007-07-10 Thread gaozm
: Re: [sc-dev] About issue 23299 gaozm wrote: > Thank you for your help, I am fixing the issue23299, as you said that > I should look at the SetDirty calls in ScDBDocFunc > (ScDBDocFunc::Query and related methods), do you think > ScInputWindow::UseSubTotal(ScRangeList* pRangeL

Re: [sc-dev] About issue 23299

2007-07-10 Thread Niklas Nebel
gaozm wrote: > Thank you for your help, I am fixing the issue23299, as you said that > I should look at the SetDirty calls in ScDBDocFunc > (ScDBDocFunc::Query and related methods), do you think > ScInputWindow::UseSubTotal(ScRangeList* pRangeList) is also > important? I am looking forward to your

Re: Re: [sc-dev] About issue 23299

2007-07-09 Thread gaozm
suggestion. Best Regards Gao Zemin gaozm 2007-07-10 发件人: Niklas Nebel 发送时间: 2007-07-02 17:36:49 收件人: dev@sc.openoffice.org 抄送: 主题: Re: [sc-dev] About issue 23299 gaozm wrote: > I think the "nErgValue" and "pCur" is an important object, do you think > so? >

Re: [sc-dev] About issue 23299

2007-07-02 Thread Niklas Nebel
gaozm wrote: > I think the "nErgValue" and "pCur" is an important object, do you think > so? > I hope you can give me some help for this issue, thank you! You should look at the SetDirty calls in ScDBDocFunc (ScDBDocFunc::Query and related methods). Niklas --

[sc-dev] About issue 23299

2007-07-02 Thread gaozm
Hello Niklas: Thank you very much for your help, about issue 23299, I have found some information like follows: in sc/source/core/data/cell.cxx if( nErgValue != p->GetNumResult() || !bIsValue ) { bChanged = TRUE; bIsValue = TRUE;