Home
last modified time | relevance | path

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

/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java42 t = m_XInterface_type; in getType()
384 static private final Type m_XInterface_type = new Type( XInterface.class ); field in AnyConverter
404 type = (null == object ? m_XInterface_type : new Type( object.getClass() )); in convertSimple()

Completed in 17 milliseconds