To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101713


User regina changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'regina'
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
                Keywords|                          |oooqa
--------------------------------------------------------------------------------
              Resolution|                          |DUPLICATE
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Sun May 10 20:32:04 
+0000 2009 -------
You can see, that issue 22625 is not fixed yet. Why do you open a new issue?

You can use something like
oRange = oSheet.getCellRangeByPosition(0, 0, 0, 5)
dim oFunction as variant
oFunction = createUnoService("com.sun.star.sheet.FunctionAccess")
dim aArgument(0) as variant
aArgument(0)= oRange
dim result as double
result = oFunction.callFunction( "STDEVP", aArgument() )
Please use a newsgroup or mailing list for further discussing this approach.

*** This issue has been marked as a duplicate of 22625 ***

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