Hi,

I have 2 newbie questions regarding UNO and to some extend Java

- UNO

The following definition is defined for queryInterface:
UnoRuntime.queryInterface(Class zInterface, Object object);

I have seen from an example that I can use XTextDocument.class
but I cannot (easily) find which other interfaces/classes I can
use with this function. Where can I find more info on this?

- Documentation

Why is the documentation on UNO references split in 2? For example: 
the com.sun.star.uno.UnoRunTime documentation is located in docs/java 
while 
the com.sun.star.uno.XInterface is located in docs/common.

Has this something to do with the "The specifications are first, 
then the UNO implementation" (Developers guide sect. 3.2.2) principle
which is extended to the html references? 

Regards,
Sven


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to