On 02/26/2015 11:42 AM, Michael Stahl wrote:
On 26.02.2015 01:16, Jens Tröger wrote:
Thanks Michael. Looking at 13. in this FAQ
http://www.openoffice.org/udk/python/python-bridge.html#faq
it seems that queryInterface() is not needed. Thus, I'm using the
that is true if you know that the interface is implemented (and very
convenient), but i don't know what happens in case the service does not
actually support the interface you want to call (i.e. looking up the
method fails). probably you get some kind of exception.
According to Miklos: "afaik the usual way to check if a python object
has a method "foo" is 'if "foo" in dir(obj):', hope that also works with
pyuno objects."
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice