Re: [api-dev] Some consistency in IDL please

2010-11-03 Thread Jürgen Schmidt
Hi, i have cleaned up the IDLs on the dev300 codeline. The @since tags were indeed used different all over in our IDL files. I have unified the usage based on the following: - use @since OOo major.minor[.micro] micro is used only if 0 Examples: @since OOo 2.0 @since OOo 2.3 @since OOo 2.3.1

[api-dev] Converting calc formula functions to javascript

2010-11-03 Thread Robert Plummer
Hello, My name is Robert Plummer, I've been working for some type to develop jQuery.sheet, the web based spreadsheet and I'm looking to enhance the functions supplied for users. The problem is that it takes a good amount of time to research the math being used by the spreadsheet function and make

Re: [api-dev] Some consistency in IDL please

2010-11-03 Thread Frank Schönheit
Hi Jürgen, Please take care of this in the future and use the new defined rule @since OOo major.minor[.micro], micro only if 0 (I doubt many people will read this, buried here in this thread :) ) What about autodoc enforcing this? Since autodoc is ran in the odk module, not following the

Re: [api-dev] Some consistency in IDL please

2010-11-03 Thread Stephan Bergmann
On 11/03/10 08:30, Jürgen Schmidt wrote: Please take care of this in the future and use the new defined rule @since OOomajor.minor[.micro],micro only if 0 care to update http://wiki.services.openoffice.org/wiki/u...@since_tags accordingly? -Stephan

Re: [api-dev] Some consistency in IDL please

2010-11-03 Thread Jürgen Schmidt
On 11/3/10 9:04 AM, Stephan Bergmann wrote: On 11/03/10 08:30, Jürgen Schmidt wrote: Please take care of this in the future and use the new defined rule @since OOomajor.minor[.micro],micro only if 0 care to update http://wiki.services.openoffice.org/wiki/u...@since_tags accordingly? i

Re: [api-dev] Some consistency in IDL please

2010-11-03 Thread Frank Schönheit
What about autodoc enforcing this? Since autodoc is ran in the odk module, not following the rule would break the build ... could be a next step ;-) http://www.openoffice.org/issues/show_bug.cgi?id=115368 Ciao Frank -- ORACLE Frank Schönheit | Software Engineer | frank.schoenh...@oracle.com

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-03 Thread Mathias Bauer
Hi Chris, On 02.11.2010 13:40, Chris Rider wrote: I hope this is an active mailing list ~ we have a serious issue with the document server and are trying to track down some more knowledge that might exist about it. I have new information from further testing, but here's a quick summary: We

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-03 Thread Thomas Lange
Morgen Mathias, Nur falls es dich interessiert: Deine Mail kommt bei mir als von gestern 18:43 an... Thomas On 02.11.2010 18:43, Mathias Bauer wrote: Hi Chris, On 02.11.2010 13:40, Chris Rider wrote: I hope this is an active mailing list ~ we have a serious issue with the document

Re: [api-dev] Converting calc formula functions to javascript

2010-11-03 Thread Niklas Nebel
On 11/02/10 20:12, Robert Plummer wrote: My name is Robert Plummer, I've been working for some type to develop jQuery.sheet, the web based spreadsheet and I'm looking to enhance the functions supplied for users. The problem is that it takes a good amount of time to research the math being used

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-03 Thread Chris Rider
Mathias, You're correct in all your statements. We are starting the document server like this: /opt/openoffice.org3/program/soffice.bin -accept=socket,host=localhost,port=2083;urp;StarOffice.ServiceManager -nolockcheck -nologo -impress -norestore -invisible Our DocumentLoader then is the

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-03 Thread Chris Rider
@Cor, Thanks for following up for more details... We tried using 3.3 this morning and it didn't really work with our DocumentLoader program and seemed a bit buggy-ish ~~ so maybe a no-go there (at least until 3.3. is official). Yeah, you're right... the shakeup is a whole different

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-03 Thread Stephan Bergmann
On 11/03/10 13:47, Chris Rider wrote: We are starting the document server like this: /opt/openoffice.org3/program/soffice.bin -accept=socket,host=localhost,port=2083;urp;StarOffice.ServiceManager -nolockcheck -nologo -impress -norestore -invisible Somewhat unrelated, please note that running

Re: [api-dev] Document Server Memory Leak Suspicion

2010-11-03 Thread Chris Rider
@Stephan, Thanks for the suggestion... we changed out code to run the script instead of the binary directly. Also, this hasn't changed our issue (as was probably expected)... even after we take down / stop the PPT file, top still reports massive memory usage for the soffice process.

Re: [api-dev] Some consistency in IDL please

2010-11-03 Thread Stephan Bergmann
On 11/03/10 09:22, Jürgen Schmidt wrote: On 11/3/10 9:04 AM, Stephan Bergmann wrote: On 11/03/10 08:30, Jürgen Schmidt wrote: Please take care of this in the future and use the new defined rule @since OOomajor.minor[.micro],micro only if 0 care to update

RE: [api-dev] AddOn works on Windows but not on Linux

2010-11-03 Thread Martin Dobiasch
Ok I'll do that. Please tell me, how i file an issue, so that i don't make any stupid things ... :) I figured out, that .getPackageLocation(blabla) delivers a valid URL if the extension is installed for a single user (same linux and mac), but not as mentioned before when installed for all users.