Hi Gonzalo, On Fri, Jan 05, 2007 at 02:45:08PM -0300, Gonzalo Diethelm wrote: > > I am a TOTAL newbie (read: never done anything) when it comes to > developing for OpenOffice.org. But I have done some development of MS > Excel add-ins in C, which end up being registered as additional > functions directly callable from an Excel spreadsheet. So, to make my > question clearer, let's say I have a pure C (not C++) module with one > public function: > > int get_easter(int year, int* month, int* day);
For that, you don't need your own function. OOo already has this by default. > =GetEaster(2007) So you can save you some work :-) > I know this could be done inside Spreadsheet for the case of Easter, but > this is just an example; the functions I have implemented are much more > complex than that. Ah, OK :-) > If anybody can point me to a manual, sample, tutorial > or any other resource, showing how this is handled correctly in > Spreadsheet, that would be grand. The stuff in the wiki should get you started: http://wiki.services.openoffice.org/wiki/Category:Add-Ins (the examples use c++, but that should be pretty easy to adapt to c) ciao Christian -- NP: Dimmu Borgir - StormblÄst --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
