Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-18 Thread Jan Holst Jensen
Ariel Constenla-Haile wrote: Hello Jan, On Tuesday 17 March 2009, 21:15, Jan Holst Jensen wrote: Well, I have compiled my first IDL now so I am more or less on my merry way to implementing the extension functions in Python instead. there is an example for you to follow:

Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-17 Thread Ariel Constenla-Haile
Hello Jan, On Sunday 15 March 2009, 21:15, Jan Holst Jensen wrote: I can add OOo Basic functions to the Standard library and use those as sheet functions without problems. Now, when I want to deploy the functions packaged as an extension I run into problems. As far as I can see an extension

Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-17 Thread Jan Holst Jensen
Ariel Constenla-Haile wrote: Hello Jan, On Sunday 15 March 2009, 21:15, Jan Holst Jensen wrote: I can add OOo Basic functions to the Standard library and use those as sheet functions without problems. Now, when I want to deploy the functions packaged as an extension I run into problems. As

Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-17 Thread Peter Eberlein
Hi, Jan Holst Jensen schrieb: Ariel Constenla-Haile wrote: Hello Jan, On Sunday 15 March 2009, 21:15, Jan Holst Jensen wrote: I can add OOo Basic functions to the Standard library and use those as sheet functions without problems. Now, when I want to deploy the functions packaged as an

Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-17 Thread Jan Holst Jensen
Peter Eberlein wrote: no, you cannot add functions to the Standard library using an extension. You'll have to develop an Add-in (in C++, Java or Python). if issue http://qa.openoffice.org/issues/show_bug.cgi?id=53615 (allow other libraries) is solved, things will become easier. It is an

Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-17 Thread Peter Eberlein
Jan Holst Jensen schrieb: Peter Eberlein wrote: no, you cannot add functions to the Standard library using an extension. You'll have to develop an Add-in (in C++, Java or Python). if issue http://qa.openoffice.org/issues/show_bug.cgi?id=53615 (allow other libraries) is solved, things will

Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-17 Thread Niklas Nebel
On 03/17/09 14:08, Peter Eberlein wrote: Jan Holst Jensen schrieb: Peter Eberlein wrote: no, you cannot add functions to the Standard library using an extension. You'll have to develop an Add-in (in C++, Java or Python). if issue http://qa.openoffice.org/issues/show_bug.cgi?id=53615

Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-17 Thread T. J. Frazier
Niklas Nebel wrote: On 03/17/09 14:08, Peter Eberlein wrote: Jan Holst Jensen schrieb: Peter Eberlein wrote: no, you cannot add functions to the Standard library using an extension. You'll have to develop an Add-in (in C++, Java or Python). if issue

Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-17 Thread Jan Holst Jensen
no, you cannot add functions to the Standard library using an extension. You'll have to develop an Add-in (in C++, Java or Python). if issue http://qa.openoffice.org/issues/show_bug.cgi?id=53615 (allow other libraries) is solved, things will become easier. It is an issue from 2005, so it

Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-17 Thread Ariel Constenla-Haile
Hello Jan, On Tuesday 17 March 2009, 20:17, Jan Holst Jensen wrote: Is the .XCU example that I used as a template incomplete or outdated or is it not possible to add a Basic function to the list in the function wizard ? AFAIK the later. The configration file (xcu) is for Add-in functions

Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-17 Thread Jan Holst Jensen
Ariel Constenla-Haile wrote: Hello Jan, On Tuesday 17 March 2009, 20:17, Jan Holst Jensen wrote: Is the .XCU example that I used as a template incomplete or outdated or is it not possible to add a Basic function to the list in the function wizard ? AFAIK the later. The configration

Re: [dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-17 Thread Ariel Constenla-Haile
Hello Jan, On Tuesday 17 March 2009, 21:15, Jan Holst Jensen wrote: Well, I have compiled my first IDL now so I am more or less on my merry way to implementing the extension functions in Python instead. there is an example for you to follow:

[dev] OOo BASIC Calc extension - sheet functions in library other than Standard - how ?

2009-03-15 Thread Jan Holst Jensen
Hi. I can add OOo Basic functions to the Standard library and use those as sheet functions without problems. Now, when I want to deploy the functions packaged as an extension I run into problems. As far as I can see an extension (an .oxt package) is not able to install functions into the