Lines Matching refs:XInterface

30 import com.sun.star.uno.XInterface;
67 success &= testType(XInterface[].class, TypeClass.SEQUENCE, in test()
68 "[]" + XInterface.class.getName()); in test()
91 success &= testType(XInterface[][].class, TypeClass.SEQUENCE, in test()
92 "[][]" + XInterface.class.getName()); in test()
108 success &= testType(XInterface.class, TypeClass.INTERFACE, in test()
109 XInterface.class.getName()); in test()
418 new Type("[]" + XInterface.class.getName(), in test()
491 new Type("[][]" + XInterface.class.getName(), in test()
553 new Type(XInterface.class.getName(), in test()
690 + XInterface.class.getName(), in test()
802 + XInterface.class.getName(), in test()
889 new Type(XInterface.class.getName(), in test()
1221 success &= testMapAny(transport, new XInterface[] {}, in test()
1224 new XInterface[] { in test()
1225 null, new XInterface() {}, in test()
1230 new Any(new Type(XInterface[].class), in test()
1231 new XInterface[] {}), in test()
1234 new Any(new Type(XInterface[].class), in test()
1235 new XInterface[] { in test()
1236 null, new XInterface() {}, in test()
1241 new Any(new Type(XInterface[].class), in test()
1243 new CompareSpecific(new XInterface[] {})); in test()
1245 XInterface if1 = new XInterface() {}; in test()
1246 XInterface if2 = new BaseInterface() {}; in test()
1247 XInterface if3 = new DerivedInterface() {}; in test()
1249 new Any(new Type(XInterface[].class), in test()
1253 new XInterface[] { null, if1, if2, in test()
1257 new Any(new Type(XInterface[].class), in test()
1259 new CompareSpecific(new XInterface[] {})); in test()
1264 new Any(new Type(XInterface[].class), in test()
1268 new XInterface[] { null, if1, if2 })); in test()
1271 new Any(new Type(XInterface[].class), in test()
1273 new CompareSpecific(new XInterface[] {})); in test()
1277 new Any(new Type(XInterface[].class), in test()
1281 new XInterface[] { null, if1 })); in test()
1728 new XInterface[][] { new XInterface[] {} }, in test()
1731 new XInterface[][] { in test()
1732 new XInterface[] { in test()
1733 null, new XInterface() {}, in test()
1738 new Any(new Type(XInterface[][].class), in test()
1739 new XInterface[][] { in test()
1740 new XInterface[] {} }), in test()
1744 new Type(XInterface[][].class), in test()
1745 new XInterface[][] { in test()
1746 new XInterface[] { in test()
1747 null, new XInterface() {}, in test()
1752 new Any(new Type(XInterface[][].class), in test()
1755 new XInterface[][] { in test()
1756 new XInterface[] {} })); in test()
1758 XInterface if1 = new XInterface() {}; in test()
1759 XInterface if2 = new BaseInterface() {}; in test()
1760 XInterface if3 = new DerivedInterface() {}; in test()
1762 new Any(new Type(XInterface[][].class), in test()
1767 new XInterface[][] { in test()
1768 new XInterface[] { null, if1, if2, in test()
1772 new Any(new Type(XInterface[][].class), in test()
1776 new XInterface[][] { in test()
1777 new XInterface[] {} })); in test()
1782 new Any(new Type(XInterface[][].class), in test()
1787 new XInterface[][] { in test()
1788 new XInterface[] { in test()
1792 new Any(new Type(XInterface[][].class), in test()
1796 new XInterface[][] { in test()
1797 new XInterface[] {} })); in test()
1801 new Any(new Type(XInterface[][].class), in test()
1806 new XInterface[][] { in test()
1807 new XInterface[] { in test()
1999 success &= testMapAny(transport, new XInterface() {}, in test()
2006 new Any(new Type(XInterface.class), null), in test()
2009 new Any(new Type(XInterface.class), in test()
2010 new XInterface() {}), in test()
2013 new Any(new Type(XInterface.class), in test()
2017 new Any(new Type(XInterface.class), in test()