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()
65 Interface1 * p1, Interface2 * p2 ) in queryInterface()
68 if (rType == Interface1::static_type()) in queryInterface()
92 if (rType == Interface1::static_type()) in queryInterface()
120 if (rType == Interface1::static_type()) in queryInterface()
152 if (rType == Interface1::static_type()) in queryInterface()
190 if (rType == Interface1::static_type()) in queryInterface()
232 if (rType == Interface1::static_type()) in queryInterface()
[all …]
H A Dstdidlclass.hxx56 template < class Interface1 >
62 const Interface1 * in createStandardClass() argument
84 const Interface1 *, in createStandardClass() argument
110 const Interface1 *, in createStandardClass() argument
138 const Interface1 *, in createStandardClass() argument
170 const Interface1 *, in createStandardClass() argument
202 const Interface1 *, in createStandardClass() argument
237 const Interface1 *, in createStandardClass() argument
275 const Interface1 *, in createStandardClass() argument
313 const Interface1 *, in createStandardClass() argument
[all …]
/aoo41x/main/unotools/inc/unotools/
H A Dquerydeep.hxx76 template< class Interface1 >
79 Interface1 * p1 ) in queryDeepInterface()
93 template< class Interface1, class Interface2 >
96 Interface1 * p1, Interface2 * p2 ) in queryDeepInterface()
113 template< class Interface1, class Interface2, class Interface3 >
116 Interface1 * p1, Interface2 * p2, Interface3 * p3 ) in queryDeepInterface()
136 template< class Interface1, class Interface2, class Interface3, class Interface4 >
139 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4 ) in queryDeepInterface()
165 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5 ) in queryDeepInterface()
195 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryDeepInterface()
[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 {
353 css::uno::Reference< Interface1 > b(i); in testVoid()
454 css::uno::Reference< Interface1 > b(i); in testBoolean()
555 css::uno::Reference< Interface1 > b(i); in testByte()
656 css::uno::Reference< Interface1 > b(i); in testShort()
759 css::uno::Reference< Interface1 > b(i); in testUnsignedShort()
856 css::uno::Reference< Interface1 > b(i); in testLong()
953 css::uno::Reference< Interface1 > b(i); in testUnsignedLong()
1050 css::uno::Reference< Interface1 > b(i); in testHyper()
1147 css::uno::Reference< Interface1 > b(i); in testUnsignedHyper()
[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;

Completed in 40 milliseconds