[api-dev] How to get a copy of the OfficeBean for a specific OOo version

2005-06-03 Thread KINDLER Jurgen
Hi all, I'm afraid, this is a bit off topic, but I do not know where to ask otherwise. I have two questions: 1. How do I get the correct version of the openoffice bean for OOo 1.1.x from the CVS? (My customer currently works with OOo 1.1.0 and I need to apply two changes to the bean

RE: [api-dev] How stable is the Java API ?

2005-06-17 Thread KINDLER Jurgen
Since Andreas pointed out that OOo lives LONGER, when calling System.gc() after each call, I would rather suspect that the frequent cleanup prevents zombie objects to walk around in memory with deadly foam dropping out of their mouth ... ;-) (Garbage rulez!) Maybe the explicit disposal of

RE: [api-dev] How stable is the Java API ?

2005-06-20 Thread KINDLER Jurgen
Where can I find the UNO-objects that need explicit disposal? To my understanding anything that implements com.sun.star.uno.XInterface for example. Even though the implementation is said to be depending on the language binding, the concept differs significently from the normal Java model.

RE: [api-dev] OOoBean correct termination

2006-03-09 Thread KINDLER Jurgen
Hello Jürgen, -Original Message- From: Jürgen Schmidt [mailto:[EMAIL PROTECTED] ... The function or better the behaviour of the bean isn't exactly specified for all use cases and that is one major problem. There is too much space for things that work per chance, people count on it and