Re: [api-dev] Integer Division?

2005-12-14 Thread Eric MOREL
Hi, Do you know this :http://www.richhillsoftware.com/blog/archives/2005/06/xnumbers_011_no.html Eric Felix E. Klee a écrit : How do I perform an integer division (e.g. 11 / 3 = 4) in OpenOffice Basic? - To unsubscri

Re: [api-dev] Integer Division?

2005-12-14 Thread Eric MOREL
No I don't think so but perhaps you can see the macro code behind Xdivint(). Eric Felix E. Klee a écrit : Am Mittwoch, 14. Dezember 2005 11:39 schrieb Eric MOREL: http://www.richhillsoftware.com/blog/archives/2005/06/xnumbers_011_no.html Do I really need an

[api-dev] How to launch and manipulate a document from an signed applet

2005-12-14 Thread Eric MOREL
Hi, I would like to do the FirstLoadComponent sample (from firststep) but in an signed applet. I have an exception  "com.sun.star.comp.helper.BootstrapException: no office executable found! ". The code start with this line : XComponentContext xRemoteContext = com.sun.star.comp.helper.Bootstrap

Re: [api-dev] How to launch and manipulate a document from an signed applet

2005-12-16 Thread Eric MOREL
Hi, I have tried with Bootstrap.createInitialComponentContext() and XUnoUrlResolver. That works fine but it needs OOo configuration to open a port on client side. Is there another way without a tcp/ip communication ? Thanks, Eric Quoting Eric MOREL <[EMAIL PROTECTED]>: Hi, I