Lines Matching refs:Type

34 import com.sun.star.uno.Type;
52 Type t = new Type(typeName); in getTypeDescription()
55 t = new Type(typeName, TypeClass.SEQUENCE); in getTypeDescription()
57 t = new Type(Class.forName(typeName)); in getTypeDescription()
64 return getDefinitely(new Type(zClass)); in getTypeDescription()
67 public static TypeDescription getTypeDescription(Type type) in getTypeDescription()
82 return getDefinitely(Type.VOID); in getTypeDescription()
85 return getDefinitely(Type.BOOLEAN); in getTypeDescription()
88 return getDefinitely(Type.BYTE); in getTypeDescription()
91 return getDefinitely(Type.SHORT); in getTypeDescription()
94 return getDefinitely(Type.UNSIGNED_SHORT); in getTypeDescription()
97 return getDefinitely(Type.LONG); in getTypeDescription()
100 return getDefinitely(Type.UNSIGNED_LONG); in getTypeDescription()
103 return getDefinitely(Type.HYPER); in getTypeDescription()
106 return getDefinitely(Type.UNSIGNED_HYPER); in getTypeDescription()
109 return getDefinitely(Type.FLOAT); in getTypeDescription()
112 return getDefinitely(Type.DOUBLE); in getTypeDescription()
115 return getDefinitely(Type.CHAR); in getTypeDescription()
118 return getDefinitely(Type.STRING); in getTypeDescription()
121 return getDefinitely(Type.TYPE); in getTypeDescription()
124 return getDefinitely(Type.ANY); in getTypeDescription()
228 private static TypeDescription getDefinitely(Type type) { in getDefinitely()
236 private static TypeDescription get(Type type) throws ClassNotFoundException in get()
247 private static TypeDescription create(Type type) in create()
332 ? new TypeDescription[] { get(new Type(superClass)) } in create()
347 get(new Type(zClass.getSuperclass())) }; in create()
359 Type t = new Type(interfaces[i]); in create()
409 false, new ITypeDescription[] { getDefinitely(Type.TYPE) }, in initMethodDescriptions()
410 new ITypeDescription[] { null }, getDefinitely(Type.ANY), in initMethodDescriptions()
415 getDefinitely(Type.VOID), null), in initMethodDescriptions()
419 getDefinitely(Type.VOID), null) }; in initMethodDescriptions()
446 Type t = info.getUnoType(); in initMethodDescriptions()
463 getDefinitely(Type.VOID), setter)); in initMethodDescriptions()
485 Type pt = p == null ? null : p.getUnoType(); in initMethodDescriptions()
496 Type t = info.getUnoType(); in initMethodDescriptions()
546 Type t = new Type(typeName.substring(i, j)); in calculateTypeArguments()
597 Type t = info.getUnoType(); in calculateFieldDescriptions()
637 new Type( in getTypeDescription()