On 5/17/07, Joachim Dahl <[EMAIL PROTECTED]> wrote:
I am trying to write a Python calc add-in that returns multiple values including range-cells (or arrays of numbers). E.g., if I want the method to take two input <long> arguments 'inarg1' and 'inarg2' and return a status string and two arrays of numbers, how would I specify the IDL routine and python method? I've searched, but I can't find much information about this topic in the PyUNO documentation...
Maybe my question is too generic... There is a nice C++ tutorial about add-ins at the wikipage: http://wiki.services.openoffice.org/wiki/CompleteAddIn Is it possible to rewrite "methodFour" in Python?
