Re: [api-dev] Almost there? (Re: [api-dev] /singletons/com.sun.star.reflection.theTypeDescriptionManager available in which context ?

2005-08-09 Thread Rony G. Flatscher
Hi Jürgen * b) using XTypeDescriptionEnumerationAccess.createTypeDescriptionEnumeration() yields always an empty XTypeDescriptionEnumeration. mmh, that is maybe a bug but i am not sure and have to take a closer look into the code. Hoping it is not a bug, but something I am

Re: [api-dev] Almost there? (Re: [api-dev] /singletons/com.sun.star.reflection.theTypeDescriptionManager available in which context ?

2005-08-09 Thread Jürgen Schmidt
Hi Rony, Rony G. Flatscher wrote: Hi Jürgen * b) using XTypeDescriptionEnumerationAccess.createTypeDescriptionEnumeration() yields always an empty XTypeDescriptionEnumeration. mmh, that is maybe a bug but i am not sure and have to take a closer look into the code. Hoping

Re: [api-dev] /singletons/com.sun.star.reflection.theTypeDescriptionManager available in which context ?

2005-08-05 Thread Daniel Boelzle
Hello Rony G., theTypeDescriptionManager=(XMultiComponentFactory) UnoRuntime.queryInterface( XMultiComponentFactory.class, xcc.getValueByName(/singletons/com.sun.star.reflection.theTypeDescriptionManager)); I assume a copy-paste bug in your code:

Re: [api-dev] Almost there? (Re: [api-dev] /singletons/com.sun.star.reflection.theTypeDescriptionManager available in which context ?

2005-08-05 Thread Rony G. Flatscher
Hi Jürgen, * a) use theTypeDescriptionManager.getByHierarchicalName( strClassName ); e.g. receiving an exception com.sun.star.container.NoSuchElementException: com.sun.star.comp.helper.Bootstrap, if using com.sun.star.comp.helper.Bootstrap as the class name.

[api-dev] TCLUNO ... (Re: [api-dev] Almost there? (Re: [api-dev] /singletons/com.sun.star.reflection.theTypeDescriptionManager available in which context ?

2005-08-05 Thread Rony G. Flatscher
Hi Arnulf, I don't know, what you are looking exactly for, but try that link and see if it is something in the direction you want: http://www.tugm.de/Projekte/TCLUNO/index.html English: http://www.tugm.de/Projekte/TCLUNO/index.html.en It is an Introspection Tool using tcluno, written in

Re: [api-dev] TCLUNO ... (Re: [api-dev] Almost there? (Re: [api-dev] /singletons/com.sun.star.reflection.theTypeDescriptionManager available in which context ?

2005-08-05 Thread Arnulf Wiedemann
Hi Rony, Am Freitag, 5. August 2005 20:36 schrieb Rony G. Flatscher: Hi Arnulf, I don't know, what you are looking exactly for, but try that link and see if it is something in the direction you want: http://www.tugm.de/Projekte/TCLUNO/index.html English: