Lines Matching refs:Type

61 import com.sun.star.uno.Type;
284 public Type[] getTypes() throws com.sun.star.uno.RuntimeException { in getTypes()
286 …return new Type[]{new Type(XPerformanceTest.class), new Type(XServiceInfo.class), new Type(XTypePr… in getTypes()
948 public Type[] getTypes() throws com.sun.star.uno.RuntimeException { in getTypes()
950 …return new Type[]{new Type(XBridgeTest.class), new Type(XRecursiveCall.class), new Type(XServiceIn… in getTypes()
1125 Type.ANY, in testConstructorsService()
1126 new Any(Type.BOOLEAN, Boolean.TRUE), in testConstructorsService()
1139 new Type[] { Type.ANY }, in testConstructorsService()
1143 new Object[] { new Any(Type.BOOLEAN, Boolean.TRUE) } }, in testConstructorsService()
1148 new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE)) }, in testConstructorsService()
1153 new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE)), in testConstructorsService()
1159 new Any(Type.UNSIGNED_SHORT, new Short((short) -1)), in testConstructorsService()
1161 new Any(Type.UNSIGNED_LONG, new Integer(-1)), in testConstructorsService()
1163 new Any(Type.UNSIGNED_HYPER, new Long(-1L)), in testConstructorsService()
1168 Type.ANY, in testConstructorsService()
1169 new Any(Type.BOOLEAN, Boolean.TRUE), in testConstructorsService()
1174 new Type("[]unsigned short"), new short[] { (short) -1 }), in testConstructorsService()
1176 new Any(new Type("[]unsigned long"), new int[] { -1 }), in testConstructorsService()
1178 new Any(new Type("[]unsigned hyper"), new long[] { -1L }), in testConstructorsService()
1183 new Type[] { Type.ANY }, in testConstructorsService()
1184 new Any(new Type("[]any"), new Boolean[] { Boolean.TRUE }), in testConstructorsService()
1187 new Object[] { new Any(Type.BOOLEAN, Boolean.TRUE) } }, in testConstructorsService()
1191 new Type( in testConstructorsService()
1195 new Type("[]test.testtools.bridgetest.TestPolyStruct<any>"), in testConstructorsService()
1197 new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE)) in testConstructorsService()
1203 new Type( in testConstructorsService()
1207 new Type("test.testtools.bridgetest.TestPolyStruct<any>"), in testConstructorsService()
1208 new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE))), in testConstructorsService()
1212 new TestPolyStruct(Type.LONG), in testConstructorsService()
1213 new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE)), in testConstructorsService()
1227 new Any(Type.BOOLEAN, Boolean.TRUE))), in testConstructorsService()
1229 new Character('X'), new Any(Type.BOOLEAN, Boolean.TRUE)), "test")), in testConstructorsService()
1231 new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE)))), in testConstructorsService()
1233 new Any(Type.BOOLEAN, Boolean.TRUE)), new TestPolyStruct(new Character('X'))), in testConstructorsService()
1234 new TestPolyStruct(new Type[] { Type.LONG}), in testConstructorsService()
1235 new TestPolyStruct(new Any[] { new Any(Type.BOOLEAN, Boolean.TRUE) }), in testConstructorsService()
1249 new Character('X'), new Any[] {new Any(Type.BOOLEAN, Boolean.TRUE)})}), in testConstructorsService()
1251 … new TestPolyStruct(new Character('X')), new Any[] {new Any(Type.BOOLEAN, Boolean.TRUE)})}), in testConstructorsService()
1255 new Character('X'), new Any(Type.BOOLEAN, Boolean.TRUE)))}, in testConstructorsService()
1257 … new TestPolyStruct2(new Character('X'), new Any(Type.BOOLEAN, Boolean.TRUE)), "test"))}, in testConstructorsService()
1259 new Character('X'), new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TRUE))))}, in testConstructorsService()
1261 Type.BOOLEAN, Boolean.TRUE)),new TestPolyStruct(new Character('X')))}, in testConstructorsService()
1264 …new TestPolyStruct(new TestPolyStruct2(new Character('X'), new Any(Type.BOOLEAN, Boolean.TRUE)))}}, in testConstructorsService()
1266 … new TestPolyStruct2(new Character('X'),new Any(Type.BOOLEAN, Boolean.TRUE)), "test"))}}, in testConstructorsService()
1268 …"test", new TestPolyStruct2(new Character('X'),new TestPolyStruct(new Any(Type.BOOLEAN, Boolean.TR… in testConstructorsService()
1270 new TestPolyStruct2(new Character('X'),new Any(Type.BOOLEAN, Boolean.TRUE)), in testConstructorsService()