Home
last modified time | relevance | path

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

/aoo4110/main/ridljar/com/sun/star/uno/
H A DType.java65 private static final String TYPE_NAME_ANY = "any"; field in Type
83 TYPE_NAME_ANY
543 return _typeName.equals(TYPE_NAME_ANY) ? Object.class : null; in determineClass()
581 } else if (base.equals(TYPE_NAME_ANY)) { in determineClass()

Completed in 15 milliseconds