Lines Matching refs:Impl1
92 class Impl1: public Interface1, private Base { class
352 css::uno::Reference< Interface1 > i(new Impl1); in testVoid()
453 css::uno::Reference< Interface1 > i(new Impl1); in testBoolean()
554 css::uno::Reference< Interface1 > i(new Impl1); in testByte()
655 css::uno::Reference< Interface1 > i(new Impl1); in testShort()
758 css::uno::Reference< Interface1 > i(new Impl1); in testUnsignedShort()
855 css::uno::Reference< Interface1 > i(new Impl1); in testLong()
952 css::uno::Reference< Interface1 > i(new Impl1); in testUnsignedLong()
1049 css::uno::Reference< Interface1 > i(new Impl1); in testHyper()
1146 css::uno::Reference< Interface1 > i(new Impl1); in testUnsignedHyper()
1243 css::uno::Reference< Interface1 > i(new Impl1); in testFloat()
1340 css::uno::Reference< Interface1 > i(new Impl1); in testDouble()
1442 css::uno::Reference< Interface1 > i(new Impl1); in testChar()
1539 css::uno::Reference< Interface1 > i(new Impl1); in testString()
1635 css::uno::Reference< Interface1 > i(new Impl1); in testType()
1740 css::uno::Reference< Interface1 > i(new Impl1); in testSequence()
1841 css::uno::Reference< Interface1 > i(new Impl1); in testEnum()
1951 css::uno::Reference< Interface1 > i(new Impl1); in testStruct()
2081 css::uno::Reference< Interface1 > i(new Impl1); in testException()
2181 css::uno::Reference< Interface1 > i(new Impl1); in testInterface()
2297 css::uno::Reference< Interface1 > b(new Impl1); in testNull()