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: . (It is set up to work with autotools, so building for additional platfor

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 IsFieldDispl

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 Macro

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

2005-10-31 Thread Rony G. Flatscher
Hi there, got a few more minutes, so enclosed you'll find the ooRexx version/rendering of the C++/Java version of invoking a script in another language, retrieve its return value and display it in the writer component: --- cut here -- oDesktop = UNO.cr

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 mai

Re: [api-dev] IsFieldDisplayed property

2005-10-31 Thread Stephan Wunderlich - Sun Germany - ham02 - Hamburg
Hi Fabricio, 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. you could query the XTextField for an XPropertySet and see if you can gain and set the property with the

[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 unsub

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

Re: [api-dev] UNO package setting keybindings

2005-10-31 Thread Carsten Driesner
[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 the .xcu, but I haven't so far managed to discover exactly how. I am using OOo 1.1.4. Hi Jorge, I am sorry this is not possible. With OOo 2

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 h