Re: [sc-dev] Calc does not detect singularity

2010-10-18 Thread Regina Henschel
Hi Eike, Eike Rathke schrieb: Hi Regina, I'll try to give some long outstanding answers to questions you asked shortly before I went to OOoCon and then into vacation and then.. Hope you had a nice time in vacation. I'm pleased that you remember, that I had some questions. On Thursday, 20

Re: [sc-dev] Shortcomings in ScInterpreter::CheckMatrix

2010-10-18 Thread Eike Rathke
Hi Regina, On Sunday, 2010-08-29 18:33:38 +0200, Regina Henschel wrote: > [... CheckMatrix ...] > > In case of simple regression (nCase==1) the values M and N are not > set correctly, but the initial value 0 is returned. In case of an > emtpy MatX the values for nCX and nRX are only set in case

Re: [sc-dev] Calc does not detect singularity

2010-10-18 Thread Eike Rathke
Hi Regina, I'll try to give some long outstanding answers to questions you asked shortly before I went to OOoCon and then into vacation and then.. On Thursday, 2010-08-26 22:33:20 +0200, Regina Henschel wrote: > next problem with matrices :( > > (All with German local with comma as decimal deli

Re: [sc-dev] How to access cell values in a cell range in Calc add-ins?

2010-10-18 Thread Niklas Nebel
On 10/18/10 07:51, Pivithuru Wijegunawardana wrote: You can use com.sun.star.sheet.XCellRangeAddressable interface and CellRangeAddress. com.sun.star.sheet.XCellRangeAddressable xRangeAddr = (com.sun.star.sheet.XCellRangeAddressable) UnoRuntime.queryInterface(com.sun.star.sheet.XCellRangeAddress