Re: [dev] Executable Memory

2006-03-20 Thread Caolan McNamara
On Fri, 2006-03-17 at 10:17 +0100, Stephan Bergmann wrote: 3 Exploiting the fact that the executable memory in question is never freed, add a simple, special-purpose (executable) memory allocator to bridges/source/cpp_uno/shared. It would work similar to rtl_allocateMemory by using mmap

Re: [dev] Executable Memory

2006-03-20 Thread Matthias Huetsch
Hi Stephan, sorry for jumping in late; see my comments inline... Stephan Bergmann wrote On 03/17/06 15:59,: Kay Ramme - Sun Germany - Hamburg wrote: Stephan, Stephan Bergmann wrote: 2 Add rtl_allocateExecutableMemory to rtl/alloc.h, which internally uses the same logic as

Re: [dev] Executable Memory

2006-03-20 Thread Stephan Bergmann
Matthias Huetsch wrote: Hi Stephan, sorry for jumping in late; see my comments inline... Stephan Bergmann wrote On 03/17/06 15:59,: [...] Part of my motivation is the issue that you mentioned in the email that started this thread, i.e. issue 47132 (and its predecessor issue 25250, that has

[dev] How can I load a JavaScript library in a JavaScript Macro enviroment?

2006-03-20 Thread Luiz Siqueira
How can I load a library in JavaScript Macro enviroment? I need use functions in another (js/Macro) file, how can I do that? I only know how to do that in StarBasic, but the same function don't work with JavaScript and I can't find documentation about that. Thanks about some

Re: [dev] Using the 'shell' command in OOo 2.0.2

2006-03-20 Thread Ross Johnson
On Tue, 2006-03-21 at 01:42 +0100, Gerrit Jasper wrote: Gentlemen/ladies, I'm not sure that I completely understand the 'curl part is skipped' part of your description, but ... Have you checked the environment that OOo executes the script in? I see that the soffice script modifies and exports

Re: [dev] How can I load a JavaScript library in a JavaScript Macro enviroment?

2006-03-20 Thread Jürgen Schmidt
Hi Luiz, i am not really a JavaScript user, is it possible to load a JavaScript library from another library? If yes you should try it the same way. Maybe it helps to take a look to http://www.beanshell.org/ and/or http://www.mozilla.org/rhino/ Sorry that i can't help further Juergen Luiz