[sc-issues] [Issue 76137] cannot access two dimensio nnal array

2007-04-05 Thread prahal
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76137 --- Additional comments from [EMAIL PROTECTED] Thu Apr 5 23:33:00 + 2007 --- a workaround to get the data which works under 2.2: For r_idx = LBound(v) T

[sc-issues] [Issue 76137] cannot access two dimensio nnal array

2007-04-05 Thread prahal
Assigned to|spreadsheet Reported by|prahal --- Additional comments from [EMAIL PROTECTED] Thu Apr 5 18:10:03 + 2007 --- I use range getDataArray. I correctly get a two dimensionnal array though I cannot read it : oDoc = ThisComponent oSheet = oDoc.Sheets.getByName("S

[sc-issues] [Issue 75731] textoutputstream.writeStri ng crashes openoffice

2007-03-26 Thread prahal
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=75731 --- Additional comments from [EMAIL PROTECTED] Mon Mar 26 10:56:33 + 2007 --- This issue may not be critical as I do not set an outputstream which is required.

[sc-issues] [Issue 75731] textoutputstream.writeStri ng crashes openoffice

2007-03-25 Thread prahal
Assigned to|spreadsheet Reported by|prahal --- Additional comments from [EMAIL PROTECTED] Sun Mar 25 23:12:40 + 2007 --- Dim b as Object b = createUnoService("com.sun.star.io.TextOutputStream") b.setEncoding("UTF-16")