Lines Matching refs:Type

28 import com.sun.star.uno.Type;
72 new Any(new Type(Integer.class), new Integer(10)), // Any as Any in test()
73 new Any(new Type(Integer.class), new Integer(10)), // Any as Any in test()
84 new Type(Void.class), in test()
85 new Type(String.class), in test()
86 new Type(Object.class), in test()
87 new Type(Byte.class), in test()
88 new Type(Integer.class), in test()
89 new Type(Double.class), in test()
90 new Type(Float.class), in test()
91 new Type(Character.class), in test()
92 new Type(Short.class), in test()
93 new Type(Boolean.class), in test()
94 new Type(void.class), in test()
95 new Type(byte.class), in test()
96 new Type(int.class), in test()
97 new Type(double.class), in test()
98 new Type(float.class), in test()
99 new Type(char.class), in test()
100 new Type(short.class), in test()
101 new Type(boolean.class), in test()
102 new Type(Class.forName("[Ljava.lang.String;")), in test()
103 new Type(Class.forName("[Ljava.lang.Object;")), in test()
104 new Type(Class.forName("[B")), in test()
105 new Type(Class.forName("[Z")), in test()
106 new Type("boolean"), in test()
107 new Type("byte"), in test()
108 new Type("char"), in test()
109 new Type("short"), in test()
110 new Type("long"), in test()
111 new Type("hyper"), in test()
112 new Type("float"), in test()
113 new Type("double"), in test()
114 new Type("string"), in test()
115 new Type("void"), in test()
116 new Type("any"), in test()
117 new Type( in test()
119 new Type("[]boolean", TypeClass.SEQUENCE), in test()
120 new Type("[][]byte", TypeClass.SEQUENCE), in test()
121 new Type("[][][]char", TypeClass.SEQUENCE), in test()
122 new Type("[][][][]short", TypeClass.SEQUENCE), in test()
123 new Type("[][][][][]any", TypeClass.SEQUENCE), in test()
124 new Type("com.sun.star.uno.XInterface", TypeClass.INTERFACE), in test()
125 new Type("[]com.sun.star.uno.XInterface", TypeClass.SEQUENCE), in test()
172 TypeDescription.getTypeDescription(Type.class), in test()
173 TypeDescription.getTypeDescription(Type.class), in test()
174 TypeDescription.getTypeDescription(Type.class), in test()
175 TypeDescription.getTypeDescription(Type.class), in test()
176 TypeDescription.getTypeDescription(Type.class), in test()
177 TypeDescription.getTypeDescription(Type.class), in test()
178 TypeDescription.getTypeDescription(Type.class), in test()
179 TypeDescription.getTypeDescription(Type.class), in test()
180 TypeDescription.getTypeDescription(Type.class), in test()
181 TypeDescription.getTypeDescription(Type.class), in test()
182 TypeDescription.getTypeDescription(Type.class), in test()
183 TypeDescription.getTypeDescription(Type.class), in test()
184 TypeDescription.getTypeDescription(Type.class), in test()
185 TypeDescription.getTypeDescription(Type.class), in test()
186 TypeDescription.getTypeDescription(Type.class), in test()
187 TypeDescription.getTypeDescription(Type.class), in test()
188 TypeDescription.getTypeDescription(Type.class), in test()
189 TypeDescription.getTypeDescription(Type.class), in test()
190 TypeDescription.getTypeDescription(Type.class), in test()
191 TypeDescription.getTypeDescription(Type.class), in test()
192 TypeDescription.getTypeDescription(Type.class), in test()
193 TypeDescription.getTypeDescription(Type.class), in test()
194 TypeDescription.getTypeDescription(Type.class), in test()
195 TypeDescription.getTypeDescription(Type.class), in test()
196 TypeDescription.getTypeDescription(Type.class), in test()
197 TypeDescription.getTypeDescription(Type.class), in test()
198 TypeDescription.getTypeDescription(Type.class), in test()
199 TypeDescription.getTypeDescription(Type.class), in test()
200 TypeDescription.getTypeDescription(Type.class), in test()
201 TypeDescription.getTypeDescription(Type.class), in test()
202 TypeDescription.getTypeDescription(Type.class), in test()
203 TypeDescription.getTypeDescription(Type.class), in test()
204 TypeDescription.getTypeDescription(Type.class), in test()
205 TypeDescription.getTypeDescription(Type.class), in test()
206 TypeDescription.getTypeDescription(Type.class), in test()
207 TypeDescription.getTypeDescription(Type.class), in test()
208 TypeDescription.getTypeDescription(Type.class), in test()
209 TypeDescription.getTypeDescription(Type.class), in test()
210 TypeDescription.getTypeDescription(Type.class), in test()
211 TypeDescription.getTypeDescription(Type.class), in test()
212 TypeDescription.getTypeDescription(Type.class), in test()
308 else if(op1.getClass() == Type.class && op2.getClass() == Type.class) in compareObjects()
350 else if(op1.getClass() == Type.class && op2.getClass() == Type.class) // types? in compareObjects()