Re: [api-dev] Problem with with NetBeans Plug-In

2007-07-31 Thread Juergen Schmidt
Hi, the way how the SDK is installed on Ubuntu is more or less the same idea i have in mind for the SDK in the future. On Ubuntu the SDK is installed in a sudirectory (/usr/lib/openoffice/sdk) under the office installation. My plan is to make the SDK an optional part of a normal office instal

Re: [api-dev] Open Office VBA porting? or leave as it is?

2007-07-31 Thread Juergen Schmidt
Hi Simon, Simon B. Margulies wrote: thanks for your answers! I'm now looking into porting the existing vba-code to StarBasic and trying to get java working for future developments. the work on better VBA support is ongoing and probably usable for some simpler macros and maybe more complex t

RE: [api-dev] Problem with with NetBeans Plug-In

2007-07-31 Thread Jesse Alexander (KSFD 121)
You could also lend another idea from Eclipse, then... just write a "small" config file into a predefined OOo-subfolder that points to the location of the SDK. regards Alexander -Original Message- From: Juergen Schmidt [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 9:39 AM To:

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-31 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Carsten, > ok, i will send it again ... did you get the source code ? Oliver - -- GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Moz

[api-dev] Strange Problem with OOoBean 2.1.0, SuSE 9.2

2007-07-31 Thread Harald Weyhing
Hi all, first of all, I apologize, because this does not seem to be a problem with OOo, but merely with the configuration of our linux system. Still, you might have a hint. We use the OOoBean within a Java application, connecting through a named pipe. When the connection is started OOo won't

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-31 Thread Carsten Driesner
Oliver Brinzing wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Carsten, ok, i will send it again ... did you get the source code ? Hi Oliver, Yes, I got your source code. Please give me some time as we are now short before code freeze (Thursday) and there are some important task

Re: [api-dev] Open Office VBA porting? or leave as it is?

2007-07-31 Thread Andrew Douglas Pitonyak
I started this a few years back (so it is dated and incomplete), but it might be useful. I think that on the hosting web page, there are better links, but I threw this up just because I had it sitting around. http://www.pitonyak.org/OOoBasicVBCompare.pdf Simon B. Margulies wrote: thanks for

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-31 Thread Andreas Schlüns
Hello Oliver, I had a look on your example (because dispatch interception is more my area then Carsten ones). One question ... is the demo you sent the real application or a demo only ? The problem is that your main() method does the following one: a) bootstrap an office b) retrieving the UN

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-31 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andreas, > One question ... is the demo you sent the real application or a demo only ? no, it's only a part of my addon, i use the remote connection sometimes for debugging purpose ... > g) terminating the JVM ! > And thats exactly your problem.

[api-dev] how to do custom formula functions embedded in the document?

2007-07-31 Thread Ionel Maries Cristian
I belive some form of macro would be suitable for this job. The function has to fetch some xml from a remote url, the xml has to be parsed and the parameters for the url are sent as post data (as xml) I've failed to find apis for doing url fetching in basic. Python would be suitable for doing that

Re: [api-dev] how to do custom formula functions embedded in the document?

2007-07-31 Thread Andrew Douglas Pitonyak
Ionel Maries Cristian wrote: I belive some form of macro would be suitable for this job. The function has to fetch some xml from a remote url, the xml has to be parsed and the parameters for the url are sent as post data (as xml) I've failed to find apis for doing url fetching in basic. Python wo