[sc-dev] Optional argument in Calc Add-in function

2005-07-25 Thread Kohei Yoshida
Hi all, Here is what I'm trying to do. I'm trying to create several custom cell functions via UNO Add-in feature, that is, by creating a UNO component that supports the com.sun.star.sheet.AddIn service and other associated interfaces. All went well, but now I need to make some arguments in some

Re: [sc-dev] Optional argument in Calc Add-in function

2005-07-25 Thread Niklas Nebel
Kohei Yoshida wrote: All went well, but now I need to make some arguments in some functions optional, by providing a default value for them. How do I do that? Do I do it in the IDL definition, or in one of those overloaded member functions of com.sun.star.sheet.XAddIn ? In the IDL. Among an