Lines Matching refs:Interface1

92 class Impl1: public Interface1, private Base {
103 } else if (type == getCppuType< css::uno::Reference< Interface1 > >()) { in queryInterface()
104 css::uno::Reference< Interface1 > ref(this); in queryInterface()
352 css::uno::Reference< Interface1 > i(new Impl1); in testVoid()
353 css::uno::Reference< Interface1 > b(i); in testVoid()
453 css::uno::Reference< Interface1 > i(new Impl1); in testBoolean()
454 css::uno::Reference< Interface1 > b(i); in testBoolean()
554 css::uno::Reference< Interface1 > i(new Impl1); in testByte()
555 css::uno::Reference< Interface1 > b(i); in testByte()
655 css::uno::Reference< Interface1 > i(new Impl1); in testShort()
656 css::uno::Reference< Interface1 > b(i); in testShort()
758 css::uno::Reference< Interface1 > i(new Impl1); in testUnsignedShort()
759 css::uno::Reference< Interface1 > b(i); in testUnsignedShort()
855 css::uno::Reference< Interface1 > i(new Impl1); in testLong()
856 css::uno::Reference< Interface1 > b(i); in testLong()
952 css::uno::Reference< Interface1 > i(new Impl1); in testUnsignedLong()
953 css::uno::Reference< Interface1 > b(i); in testUnsignedLong()
1049 css::uno::Reference< Interface1 > i(new Impl1); in testHyper()
1050 css::uno::Reference< Interface1 > b(i); in testHyper()
1146 css::uno::Reference< Interface1 > i(new Impl1); in testUnsignedHyper()
1147 css::uno::Reference< Interface1 > b(i); in testUnsignedHyper()
1243 css::uno::Reference< Interface1 > i(new Impl1); in testFloat()
1244 css::uno::Reference< Interface1 > b(i); in testFloat()
1340 css::uno::Reference< Interface1 > i(new Impl1); in testDouble()
1341 css::uno::Reference< Interface1 > b(i); in testDouble()
1442 css::uno::Reference< Interface1 > i(new Impl1); in testChar()
1443 css::uno::Reference< Interface1 > b(i); in testChar()
1539 css::uno::Reference< Interface1 > i(new Impl1); in testString()
1540 css::uno::Reference< Interface1 > b(i); in testString()
1635 css::uno::Reference< Interface1 > i(new Impl1); in testType()
1636 css::uno::Reference< Interface1 > b(i); in testType()
1740 css::uno::Reference< Interface1 > i(new Impl1); in testSequence()
1741 css::uno::Reference< Interface1 > b(i); in testSequence()
1841 css::uno::Reference< Interface1 > i(new Impl1); in testEnum()
1842 css::uno::Reference< Interface1 > b(i); in testEnum()
1951 css::uno::Reference< Interface1 > i(new Impl1); in testStruct()
1952 css::uno::Reference< Interface1 > b(i); in testStruct()
2081 css::uno::Reference< Interface1 > i(new Impl1); in testException()
2082 css::uno::Reference< Interface1 > b(i); in testException()
2181 css::uno::Reference< Interface1 > i(new Impl1); in testInterface()
2182 css::uno::Reference< Interface1 > b(i); in testInterface()
2297 css::uno::Reference< Interface1 > b(new Impl1); in testNull()