Home
last modified time | relevance | path

Searched refs:Interface2 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cppuhelper/inc/cppuhelper/
H A Dqueryinterface.hxx62 template< class Interface1, class Interface2 >
65 Interface1 * p1, Interface2 * p2 ) in queryInterface()
70 else if (rType == Interface2::static_type()) in queryInterface()
94 else if (rType == Interface2::static_type()) in queryInterface()
122 else if (rType == Interface2::static_type()) in queryInterface()
154 else if (rType == Interface2::static_type()) in queryInterface()
192 else if (rType == Interface2::static_type()) in queryInterface()
234 else if (rType == Interface2::static_type()) in queryInterface()
280 else if (rType == Interface2::static_type()) in queryInterface()
330 else if (rType == Interface2::static_type()) in queryInterface()
[all …]
H A Dstdidlclass.hxx80 template < class Interface1, class Interface2 >
87 const Interface2 * in createStandardClass() argument
106 template < class Interface1, class Interface2 , class Interface3 >
113 const Interface2 *, in createStandardClass() argument
141 const Interface2 *, in createStandardClass() argument
173 const Interface2 *, in createStandardClass() argument
205 const Interface2 *, in createStandardClass() argument
240 const Interface2 *, in createStandardClass() argument
278 const Interface2 *, in createStandardClass() argument
316 const Interface2 *, in createStandardClass() argument
[all …]
/trunk/main/unotools/inc/unotools/
H A Dquerydeep.hxx93 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()
229 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryDeepInterface()
266 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryDeepInterface()
[all …]
/trunk/main/idlc/test/parser/
H A Dtypedef.tests39 interface Interface2: T2 {};
46 interface Interface2: T2 {};
/trunk/main/cppu/qa/
H A Dtypes.idl53 interface Interface2 {};
55 interface Interface2a: Interface2 {};
H A Dtest_any.cxx132 } else if (type == getCppuType< css::uno::Reference< Interface2 > >()) { in queryInterface()
133 css::uno::Reference< Interface2 > ref(this); in queryInterface()
168 } else if (type == getCppuType< css::uno::Reference< Interface2 > >()) { in queryInterface()
169 css::uno::Reference< Interface2 > ref(this); in queryInterface()
2062 css::uno::Reference< Interface2 > b(new Impl2); in TEST_F()
2175 css::uno::Reference< Interface2 > b(new Impl2); in TEST_F()

Completed in 40 milliseconds