Searched refs:oUnoArray (Results 1 – 1 of 1) sorted by relevance
518 Object[] oUnoArray = (Object[]) _oUnoObject; in isOfUnoType() local519 if (oUnoArray.length > 0){ in isOfUnoType()520 bIsUnoObject = ( oUnoArray[0].getClass().getName().equals(_sTypeName)); in isOfUnoType()
Completed in 13 milliseconds