Re: [api-dev] UNO/URE exercise for newcomers

2005-10-31 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, maybe you could break it a part and submit small pieces demonstrating things e.g. Bootstrapping, ... to our snippet collection which is found here: http://codesnippets.services.openoffice.org/ Tom [EMAIL PROTECTED] wrote: Hi all, I just

Re: [api-dev] UNO package setting keybindings

2005-10-31 Thread Jorge . Pelizzoni
How? Does anyone have an example that sets accelerators? Thanks anyway, Carsten! Jorge. Selon Carsten Driesner [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Hi, all! Is it possible to have a UNO package assign to accelerator keys to some of its BASIC macros? I imagine this might go in

[api-dev] IsFieldDisplayed property

2005-10-31 Thread Fabricio Lemos
Hello! How can I access the value of the IsFieldDisplayed property of a com.sun.star.text.TextField? It would be very nice if the XTextField interface had the isFieldDisplayed method. thanks in advance, Fabrício Lemos - To

Re: [api-dev] Returnvalues from Macros

2005-10-31 Thread Rony G. Flatscher
would you have a Java rendering of that interesting code-snippets handy by any chance? ---rony Well, fulfilling my own request :) here's an example in Java of running a macro via the scripting framework: --- cut here -- class Test { public static void

Re: [api-dev] Returnvalues from Macros - ooRexx example

2005-10-31 Thread Thomas Schindl
Hi, maybe I've missed something and but is ooRex a seperate scripting language and if yes should we add it to our snippet collection. Tom --- Ursprüngliche Nachricht --- Von: Rony G. Flatscher [EMAIL PROTECTED] An: dev@api.openoffice.org Betreff: Re: [api-dev] Returnvalues from Macros -

Re: [api-dev] IsFieldDisplayed property

2005-10-31 Thread Fabricio Lemos
I tried that. The only properties that appeared were: AnchorType AnchorTypes IsFixedLanguage IsShowFormula IsVisible NumberFormat TextWrap On 10/31/05, Stephan Wunderlich - Sun Germany - ham02 - Hamburg [EMAIL PROTECTED] wrote: Hi Fabricio, How can I access the value of the IsFieldDisplayed

Re: [api-dev] Returnvalues from Macros - ooRexx example

2005-10-31 Thread Rony G. Flatscher
Hi Tom, maybe I've missed something and but is ooRex a seperate scripting language Yes! ooRexx is opensource and free and available pre-compiled for some Linuxes, Solaris and Windows; homepage: http://www.ooRexx.org. (It is set up to work with autotools, so building for additional