Home
last modified time | relevance | path

Searched refs:Interface3 (Results 1 – 5 of 5) sorted by relevance

/trunk/main/cppuhelper/inc/cppuhelper/
H A Dqueryinterface.hxx89 Interface1 * p1, Interface2 * p2, Interface3 * p3 ) in queryInterface()
96 else if (rType == Interface3::static_type()) in queryInterface()
124 else if (rType == Interface3::static_type()) in queryInterface()
156 else if (rType == Interface3::static_type()) in queryInterface()
194 else if (rType == Interface3::static_type()) in queryInterface()
236 else if (rType == Interface3::static_type()) in queryInterface()
282 else if (rType == Interface3::static_type()) in queryInterface()
332 else if (rType == Interface3::static_type()) in queryInterface()
386 else if (rType == Interface3::static_type()) in queryInterface()
446 else if (rType == Interface3::static_type()) in queryInterface()
[all …]
H A Dstdidlclass.hxx106 template < class Interface1, class Interface2 , class Interface3 >
114 const Interface3 * in createStandardClass() argument
121 seqInterface.getArray()[2] = Interface3::static_type().getTypeName(); in createStandardClass()
142 const Interface3 *, in createStandardClass() argument
150 seqInterface.getArray()[2] = Interface3::static_type().getTypeName(); in createStandardClass()
174 const Interface3 *, in createStandardClass() argument
206 const Interface3 *, in createStandardClass() argument
241 const Interface3 *, in createStandardClass() argument
279 const Interface3 *, in createStandardClass() argument
317 const Interface3 *, in createStandardClass() argument
[all …]
/trunk/main/unotools/inc/unotools/
H A Dquerydeep.hxx113 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()
306 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryDeepInterface()
349 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryDeepInterface()
[all …]
/trunk/main/cppu/qa/
H A Dtest_any.cxx120 class Impl2: public Interface2a, public Interface3, private Base {
139 } else if (type == getCppuType< css::uno::Reference< Interface3 > >()) { in queryInterface()
140 css::uno::Reference< Interface3 > ref(this); in queryInterface()
2075 css::uno::Reference< Interface3 > b(new Impl2); in TEST_F()
2189 css::uno::Reference< Interface3 > b(new Impl2); in TEST_F()
H A Dtypes.idl59 interface Interface3 {};

Completed in 38 milliseconds