To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61807
------- Additional comments from [EMAIL PROTECTED] Wed Feb 8 16:50:49 -0800
2006 -------
Well, you get the localized name from getArrayFormula(), but you get the same in
english from firstCell.getFormula()
Sub ArrayDemo()
oDoc =
StarDesktop.loadComponentFromUrl("private:factory/scalc","_blank",0,Array())
oSheet = oDoc.sheets.getbyIndex(0)
oSheet.getCellByPosition(0,0).setValue(1)
oSheet.getCellRangeByPosition(0,0,0,4).FillAuto(com.sun.star.sheet.FillDirection.TO_BOTTOM,1)
oSheet.getCellRangeByName("B1:B5").setArrayFormula("VALUE(A1:A5)")
print oSheet.getCellRangeByName("B1:B5").getArrayFormula
print oSheet.getCellByPosition(1,0).getFormula
End sub
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]