Re: [api-dev] cross library calls

2008-08-11 Thread Oliver Brinzing
Hi Craig, For example, from within a Staroffice basic routine can one call a python or java library routine? try: REM * BASIC * OPTION EXPLICIT Sub callScript() Dim oMSPFac as Object Dim oMSP as Object Dim oScriptProvider as Object oMSPFac = cre

[api-dev] OOo Java ClassLoader strategies ? (Re: [dev] Saxon9 and OpenOffice 2.4

2008-08-11 Thread Rony G. Flatscher
Hi there, starting with OOo 2.4 the OOo Java ClassLoader strategies got changed. What are the current rules for OOo 2.4 and OOo 3.x ClassLoaders? (Maybe together with a simple explanation of the problems that have been intended to be solved by those changes. But also, why would the CLASSPATH s

[api-dev] cross library calls

2008-08-11 Thread Craig Johnson
Can you make cross library calls from within macro code? For example, from within a Staroffice basic routine can one call a python or java library routine? If so, how do you setup/specify the cross library call? Thanks, Craig --

Re: [api-dev] Getting the path of the unopkg or soffice executable in java

2008-08-11 Thread Robert Vojta
On Thu, May 15, 2008 at 11:47 AM, Tobias Krais <[EMAIL PROTECTED]> wrote: Hi, > I need to get the path of the unopkg or soffice executable in Java. Is > there a platform independent way to get it? Does an API exist for it? look at OpenOffice.org NetBeans integration plug-in at ... http://api.op

Re: [api-dev] Getting the path of the unopkg or soffice executable in java

2008-08-11 Thread Tobias Krais
Hi Anupam, I had no more time for this thing, because we had more important things to do. But in case I find time to solve it, I'll post it. Grüßle, Tobias Agnisys schrieb: > Hi Tobias, > Where you able to get an answer to your question? > I'm looking for the same answer. > > Thanks, > Anup

Re: [api-dev] Re: Staroffice Basic file output question

2008-08-11 Thread Craig Johnson
denis wrote: Hi, Craig Johnson wrote: I have a logging routine that writes output to a file and I would like to be able to have the output also appear on the screen as the macro is running. I do not want the output to appear in popup windows as the macro is being executed with 'soffice -headl

Re: [api-dev] Calc Addin questions [Re: .oxt file]

2008-08-11 Thread Niklas Nebel
On 07/26/08 06:05, Ariel Constenla-Haile wrote: * create a Calc doc and add apply your function to some cell/s. The best way is not to use the user interface name of the function ("DisplayName" in the CalcAddIns.xcu) but to use the fully qualified service/impl. name + function name, for example

Re: [api-dev] Getting the path of the unopkg or soffice executable in java

2008-08-11 Thread Agnisys
Hi Tobias, Where you able to get an answer to your question? I'm looking for the same answer. Thanks, Anupam. Tobias Krais-2 wrote: > > Hi Cor, > >> No Java-info from me. >> What I have in Basic might give a hint? >> >> sService = "com.sun.star.deployment.PackageInformationProvider"