Home
last modified time | relevance | path

Searched refs:oUnoArray (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/odk/examples/java/Inspector/
H A DIntrospector.java518 Object[] oUnoArray = (Object[]) _oUnoObject; in isOfUnoType() local
519 if (oUnoArray.length > 0){ in isOfUnoType()
520 bIsUnoObject = ( oUnoArray[0].getClass().getName().equals(_sTypeName)); in isOfUnoType()

Completed in 11 milliseconds