Home
last modified time | relevance | path

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

/trunk/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.hxx58 template < class Interface1 >
64 const Interface1 * in createStandardClass() argument
69 seqInterface.getArray()[0] = Interface1::static_type().getTypeName(); in createStandardClass()
80 template < class Interface1, class Interface2 >
86 const Interface1 *, in createStandardClass() argument
92 seqInterface.getArray()[0] = Interface1::static_type().getTypeName(); in createStandardClass()
106 template < class Interface1, class Interface2 , class Interface3 >
112 const Interface1 *, in createStandardClass() argument
119 seqInterface.getArray()[0] = Interface1::static_type().getTypeName(); in createStandardClass()
134 template < class Interface1, class Interface2 , class Interface3 , class Interface4 >
[all …]
/trunk/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 …]
/trunk/main/cppu/qa/
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()
284 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
285 css::uno::Reference< Interface1 > b(i); in TEST_F()
382 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
383 css::uno::Reference< Interface1 > b(i); in TEST_F()
480 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
481 css::uno::Reference< Interface1 > b(i); in TEST_F()
578 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
[all …]
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()
102 Reference< Interface1 > xNull; in TEST_F()
103 Reference< Interface1 > xFoo( new Foo ); in TEST_F()
107 …try { Reference< Interface1 > x( xNull, UNO_SET_THROW ); (void)x; } catch( const RuntimeException&… in TEST_F()
111 …try { Reference< Interface1 > x( xFoo, UNO_SET_THROW ); (void)x; } catch( const RuntimeException& … in TEST_F()
116 …try { Reference< Interface1 > x( xNull.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeExce… in TEST_F()
120 …try { Reference< Interface1 > x( xFoo.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeExcep… in TEST_F()
123 Reference< Interface1 > x; in TEST_F()
H A Dtypes.idl51 interface Interface1 {};
/trunk/main/idlc/test/parser/
H A Dtypedef.tests36 interface Interface1 {};
37 typedef Interface1 T1;
43 interface Interface1;
44 typedef Interface1 T1;