AW: [api-dev] How stable is the Java API ?

2005-06-18 Thread Martin Thoma
Hi all, I can confirm that this C++-code produces crashes too: ReferenceXCellRange rCellRange(rTextTable, UNO_QUERY); for(int i = 0; i 10; i++) { ReferenceXCellRange rNewCellRange = rCellRange-getCellRangeByPosition(1,1,2,2); } (Tested with OO1.1.4 on WindXP on a new Writers-Document

RE: [api-dev] How stable is the Java API ?

2005-06-18 Thread Martin Thoma
Hi all, I can confirm that this C++-code produces crashes too: ReferenceXCellRange rCellRange(rTextTable, UNO_QUERY); for(int i = 0; i 10; i++) { ReferenceXCellRange rNewCellRange = rCellRange-getCellRangeByPosition(1,1,2,2); } (Tested with OO1.1.4 on WindXP on a new Writers-Document

Re: [api-dev] Apologies and Broken StarBasic guide?

2005-06-18 Thread Emanuele
Hi Ennio-Sr, Ennio-Sr wrote: I started reading the Star Basic Guide and tried to run one of the examples I found there; but I'm under the impression to have picked the wrong one for a start, as there is no way to make it run! This example was taken from p. 102 of the Italian version: [CUT]

Re: [api-dev] Apologies and Broken StarBasic guide?

2005-06-18 Thread Ennio-Sr
* Emanuele [EMAIL PROTECTED] [180605, 22:25]: Hi Ennio-Sr, Ennio-Sr wrote: [big cut: see Off-List msg] P.S. Thank you for help on the other topic, now the code means something also for me! Glad to have been of some help :-) Thanks for your suggestions too. Regards, Ennio. --