To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61807
                  Issue #:|61807
                  Summary:|Wrong bug description
                Component:|api
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|Unix, X11
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|documentation
              Assigned to:|jsc
              Reported by:|villeroy





------- Additional comments from [EMAIL PROTECTED] Wed Feb  8 16:24:41 -0800 
2006 -------
./OpenOffice.org2.0_SDK/docs/DevelopersGuide/Spreadsheet/Spreadsheet.xhtml#1_Spreadsheet_Documents
Chapter "Handling Array Formulas" contains the following warning:

"Due to a bug, this interface does not work correctly in the current
implementation. The method accepts the translated function names, but not the
English names. This is inconsistent to the method setFormula() of the interface
com.sun.star.table.XCell."

In starbasic xRange.getArrayFormula() returnes eg. ={VALUE(A1:A100}
and I can use xRange.setArrayFormula("VALUE(A1:A100")
There is no need to use localized name, but you have to pass the "naked" formula
without ={}

---------------------------------------------------------------------
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]

Reply via email to