Re: [api-dev] Using / defining own types in UNOIDL

2008-08-21 Thread Tobias Krais
Hi together, sorry for my silly question. I solved it: [snip] IDL name: XSpringLoader Java Implementation: SpringLaoderImpl [snip] I solved it this way: I created initialize methods for the attributes I need in the XSpringLoader class. Additionally I created some getInitialized...() methods in

[api-dev] Using / defining own types in UNOIDL

2008-07-21 Thread Tobias Krais
Hi together, recently I asked how to define a singleton in OOo. Now my singleton works. It's purpose is to load the Spring Framework and to use it later. Thus I defined an Interface with the needed methods: -%- #ifndef __de_twc_oocom_comp_xspringloader_idl__ #define