Re: [dev] Spreadsheet Add-Ins and Java

2005-03-29 Thread Jürgen Schmidt
Hi, you should take a look into the DevGuide and the SDK examples. In the DevGuide you find a section where calc add-ins are explained in details and in the SDK you will find working examples. Juergen Ary Junior wrote: Hi, Im trying to create a add-in function with Java that gets the value of

[dev] Gulls in SVG

2005-03-29 Thread Christian Zwahlen
Hi, Where can I find the normal gulls in svg, and OOo 2.0 icons in svg? Regards Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Non-modal dialogs was Adding Menu command to File menu Creating toolbar dropdowns.

2005-03-29 Thread Ian Laurenson
On Tue, 2005-03-29 at 19:12, Laurent Godard wrote: Hi Ian I would really like to know how you created a non-modal dialog. Is it possible to see the code? It is tricky ... Basically set the dialog visible property to true set listeners set a boolean global variable endDialog loop

Re: [dev] Adding Menu command to File menu Creating toolbar dropdowns.

2005-03-29 Thread Carsten Driesner
Brian Raymond wrote: Mathias Bauer wrote: This requires the new menu configuration API of OOo2.0. I took some sample code from an earlier mailing list post that was pointed out to me on the forums (thanks DannyB) and modified it to add something to the file menu. I tried with both m79 and m87

Re: [dev] Install-Macros on OO2

2005-03-29 Thread Jürgen Schmidt
Hi Helmut, in the DevGuide you will find a chapter about UNO packages and how to deploy them (unopkg). The SDK comes with a lot of component examples, showing how to create UNO packages (C++/Java components, script library, BASIC library), and how these packages can be deployed. Once created

[dev] Restricting portions of config to admins only?

2005-03-29 Thread Brian Raymond
I wanted to see if anyone had any input on this. I've seen some good data on how to make a custom schema for configuration data for my component but no way to restrict access to it. I'm implementing some custom configuration properties for my component that should only be changed by

Re: [dev] C++: Bad interdependencies between certain types and templates

2005-03-29 Thread Thorsten Behrens
Stephan Bergmann [EMAIL PROTECTED] writes: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#488), [...] The morale? Well, I am not sure. Stop using C++, as it is not a language you want to mess around with; bite the bullet and avoid unnamed and local enums; maybe it would also

Re: [dev] Gulls in SVG

2005-03-29 Thread Christian Zwahlen
Hi, You can find the gulls on http://www.openoffice.org/issues/show_bug.cgi?id=43862 Regards Christian Zwahlen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[dev] Does 'python macro' function depend on JRE?

2005-03-29 Thread Jeongkyu Kim
Hello, I wonder if there is dependency between python macro and JRE. Do we need JRE to run python macro? -Jeongkyu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]