Re: [dev] A few question about Add-in for Calc!

2005-06-20 Thread Niklas Nebel
xutuan Zhang wrote: I saw "Any" type works for optional parameters when the parameter is not an array...for array parameters, for example, * * * double myFunc( [in] Any p1, [in] Sequence < Sequence < Any> > p2 ) * * * p1 is shown as optional in Calc, but p2 is always shown as reqired.. Do yo

RE: [dev] A few question about Add-in for Calc!

2005-06-20 Thread xutuan Zhang
wn as optional in Calc, but p2 is always shown as reqired.. Do you have any idea? Thanks a lot, Xutuan > -Original Message- > From: Niklas Nebel [mailto:[EMAIL PROTECTED] > Sent: 17 June 2005 11:05 > To: dev@openoffice.org > Subject: Re: [dev] A few question about Add-in

Re: [dev] A few question about Add-in for Calc!

2005-06-17 Thread Niklas Nebel
xutuan Zhang wrote: I am writting some Add-in code for Calc to call my DLL/.so written in C..I have a few questions below: 1. For "short" type parameters in my C code, if I use "short" in IDL file, sal_Int16 in the cpp code, then the function will not be able to show in Calc's function list...i.

[dev] A few question about Add-in for Calc!

2005-06-17 Thread xutuan Zhang
Hi, all, [I surrently working on Windows XP SP2, OO version 1.9.79, SDK version 1.1] I am writting some Add-in code for Calc to call my DLL/.so written in C..I have a few questions below: 1. For "short" type parameters in my C code, if I use "short" in IDL file, sal_Int16 in the cpp code, then t