To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97131
User regina changed the following:
What |Old value |New value
================================================================================
CC|'' |'regina'
--------------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
--------------------------------------------------------------------------------
Keywords| |oooqa
--------------------------------------------------------------------------------
Resolution| |INVALID
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Thu Dec 11 21:19:53
+0000 2008 -------
This is no issue but a support request. Please use mailing list or forum, see
http://support.openoffice.org/
In Basic you can use something like
function MYFKT (byVal x as double) as double
dim oFunction as variant
oFunktion = createUnoService("com.sun.star.sheet.FunctionAccess")
dim aArgumente(2) as variant
dim result as double
aArgumente(0)=x
aArgumente(1)=2
aArgumente(2)=3
result = oFunktion.callFunction( "FDIST", aArgumente() )
MYFKT = result
end function
---------------------------------------------------------------------
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]