Home
last modified time | relevance | path

Searched refs:Interface1 (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/cppuhelper/inc/cppuhelper/
H A Dqueryinterface.hxx42 template< class Interface1 >
45 Interface1 * p1 ) in queryInterface()
48 if (rType == Interface1::static_type()) in queryInterface()
62 template< class Interface1, class Interface2 >
65 Interface1 * p1, Interface2 * p2 ) in queryInterface()
68 if (rType == Interface1::static_type()) in queryInterface()
86 template< class Interface1, class Interface2, class Interface3 >
89 Interface1 * p1, Interface2 * p2, Interface3 * p3 ) in queryInterface()
92 if (rType == Interface1::static_type()) in queryInterface()
114 template< class Interface1, class Interface2, class Interface3, class Interface4 >
[all …]
H A Dstdidlclass.hxx56 template < class Interface1 >
62 const Interface1 * in createStandardClass() argument
67 seqInterface.getArray()[0] = Interface1::static_type().getTypeName(); in createStandardClass()
78 template < class Interface1, class Interface2 >
84 const Interface1 *, in createStandardClass() argument
90 seqInterface.getArray()[0] = Interface1::static_type().getTypeName(); in createStandardClass()
104 template < class Interface1, class Interface2 , class Interface3 >
110 const Interface1 *, in createStandardClass() argument
117 seqInterface.getArray()[0] = Interface1::static_type().getTypeName(); in createStandardClass()
132 template < class Interface1, class Interface2 , class Interface3 , class Interface4 >
[all …]
/AOO41X/main/unotools/inc/unotools/
H A Dquerydeep.hxx76 template< class Interface1 >
79 Interface1 * p1 ) in queryDeepInterface()
81 …From(rType, ::getCppuType(static_cast<const ::com::sun::star::uno::Reference< Interface1 > *>(0)))) in queryDeepInterface()
93 template< class Interface1, class Interface2 >
96 Interface1 * p1, Interface2 * p2 ) in queryDeepInterface()
98 …From(rType, ::getCppuType(static_cast<const ::com::sun::star::uno::Reference< Interface1 > *>(0)))) in queryDeepInterface()
113 template< class Interface1, class Interface2, class Interface3 >
116 Interface1 * p1, Interface2 * p2, Interface3 * p3 ) in queryDeepInterface()
118 …From(rType, ::getCppuType(static_cast<const ::com::sun::star::uno::Reference< Interface1 > *>(0)))) in queryDeepInterface()
136 template< class Interface1, class Interface2, class Interface3, class Interface4 >
[all …]
/AOO41X/main/cppu/qa/
H A Dtest_reference.cxx44 class Foo: public Interface1
61 else if (_type == getCppuType< Reference< Interface1 > >()) in queryInterface()
63 Reference< Interface1 > ref( this ); in queryInterface()
107 Reference< Interface1 > xNull; in testUnoSetThrow()
108 Reference< Interface1 > xFoo( new Foo ); in testUnoSetThrow()
112 …try { Reference< Interface1 > x( xNull, UNO_SET_THROW ); (void)x; } catch( const RuntimeException&… in testUnoSetThrow()
116 …try { Reference< Interface1 > x( xFoo, UNO_SET_THROW ); (void)x; } catch( const RuntimeException& … in testUnoSetThrow()
121 …try { Reference< Interface1 > x( xNull.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeExce… in testUnoSetThrow()
125 …try { Reference< Interface1 > x( xFoo.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeExcep… in testUnoSetThrow()
128 Reference< Interface1 > x; in testUnoSetThrow()
H A Dtest_any.cxx92 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()
[all …]
H A Dtypes.idl51 interface Interface1 {};
/AOO41X/main/idlc/test/parser/
H A Dtypedef.tests36 interface Interface1 {};
37 typedef Interface1 T1;
43 interface Interface1;
44 typedef Interface1 T1;