עזרה עבור LibreOffice 24.8
Tests if a Basic Uno object supports certain Uno interfaces.
Returns True, if \<emph\>all\</emph\> stated Uno interfaces are supported, otherwise False is returned.
HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])
Bool
\<emph\>oTest:\</emph\> the Basic Uno object that you want to test.
\<emph\>Uno-Interface-Name:\</emph\> list of Uno interface names.
bHas = HasUnoInterfaces( oTest, "com.sun.star.beans.XIntrospection" )