Hi,

I've create a calc addin.
I would like to get the names of the arguments of my functions directly from 
the idl files.

I don't want to rewrite the same information in getDisplayArgumentName

The information is definitely present in the idl

                       method 1:
                           documentation: ""
                           flags: synchronous
                           name: "projection"
                           return type name: "[][]double"
                           parameter count: 3
                           parameter 0:
                               flags: in
                               name: "x" 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< argument 1

                               type name: "[][]double"
                           parameter 1:
                               flags: in
                               name: "a" 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  argument 2

                               type name: "[][]double"
                           parameter 2:
                               flags: in
                               name: "b" 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< argument 3

                               type name: "[][]double"

Which is the same place where Openoffice gets the function name from.

Any idea?

Andrea


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to