Re: [api-dev] Install filter with component

2006-09-06 Thread Simon Mieth
On Wed, 06 Sep 2006 16:39:19 +0200 Jimmy [EMAIL PROTECTED] wrote: Is it somehow possible to install an export filter (XSL file) when installing my java component? I need access to my filter from my java component without having to install them seperately. Thanks Jimmy Hi Jimmy, had

[api-dev] changing macros of loaded document

2006-05-08 Thread Simon Mieth
Hi all, on a open document I change the content of some macros by the API with java. I can see the changes if I open the document macros with the basic-IDE, but I need to click and insert a white space somewhere before the changed macro content is noticed by the Basic-Engine. Here is the snipped

[api-dev] Uno packages/ classloading

2006-04-03 Thread Simon Mieth
Hi all, I have some problems with the java classloading. I use TRaX-JAXP to export and convert OpenOffice-calc content. It is integrated as a java uno package, which contains an import/export filter which will do the work. But it is not clear for me, which jaxp-version it will be used. I think

Re: [api-dev] Uno packages/ classloading

2006-04-03 Thread Simon Mieth
On Mon, 03 Apr 2006 10:03:34 +0200 Stephan Bergmann [EMAIL PROTECTED] wrote: If the (primary) jar in your UNO package needs some additional jar (e.g., jaxp.jar), you can include that additional jar in your UNO package, and add a relative path to it to the Class-Path entry in the manifest

Re: [api-dev] How to merge XSLT-filterpackage into unopackage?

2006-03-29 Thread Simon Mieth
On Wed, 29 Mar 2006 16:09:53 +0200 Svante Schubert [EMAIL PROTECTED] wrote: Hi Simon, some weeks ago I stumbled over the same problem as I wanted to provide an UNO package with the new LaTex filter for testing [see 1]. I ended up providing a UNO package with an additional JAR to be copied

[api-dev] Custom configuration ui

2006-03-10 Thread Simon Mieth
Hallo, I develop a java UNOComponent, which needs some input from the user. Storing and reading data from the openoffice configuration works, but can I add something to the Configuration UI of OpenOffice (Extra-Options), or must I create a custom dialog (with a menu entry and a commandURL) and

Re: [api-dev] Re: OOoBean

2005-01-20 Thread Simon Mieth
On Wed, 19 Jan 2005 20:40:32 +0100 Jochen Staerk [EMAIL PROTECTED] wrote: Hi, I always thought that adding the class path to your manifest would be sufficient and has the same effect than using the cp-commandline switch but I could be completely mistaken. I thought a MANIFEST like