Home
last modified time | relevance | path

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

/trunk/main/comphelper/inc/comphelper/
H A Dimplbase_var.hxx107 typename Ifc), typename Impl >
117 { { BOOST_PP_CAT(Ifc, n_)::static_type }, \ in BOOST_PP_CAT()
118 reinterpret_cast<sal_IntPtr>( static_cast< BOOST_PP_CAT(Ifc, n_) * >( \ in BOOST_PP_CAT()
146 typename Ifc) >
150 BOOST_PP_ENUM_PARAMS(COMPHELPER_IMPLBASE_INTERFACE_NUMBER, public Ifc)
158 BOOST_PP_ENUM_PARAMS(COMPHELPER_IMPLBASE_INTERFACE_NUMBER, Ifc),
193 typename Ifc) >
198 BOOST_PP_ENUM_PARAMS(COMPHELPER_IMPLBASE_INTERFACE_NUMBER, public Ifc)
206 BOOST_PP_ENUM_PARAMS(COMPHELPER_IMPLBASE_INTERFACE_NUMBER, Ifc),
254 typename Ifc) >
[all …]
/trunk/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java43 Ifc ifc = UnoRuntime.queryInterface(Ifc.class, test4); in test_generateOid()
54 UnoRuntime.queryInterface(Ifc.class, new Test1()) == null); in test_queryInterface()
60 UnoRuntime.queryInterface(Ifc.class, new Test2()) != null); in test_queryInterface()
66 UnoRuntime.queryInterface(Ifc.class, new Test3()) != null); in test_queryInterface()
96 UnoRuntime.queryInterface(Ifc.class, test2), test2)); in test_areSame()
134 private interface Ifc extends XInterface {} interface in UnoRuntime_Test
144 return type.equals(new Type(Ifc.class)) ? t2 : null; in queryInterface()
151 private static final class T2 implements Ifc {}
156 private static class Test3 implements Ifc {}
164 return type.equals(new Type(Ifc.class)) ? t4 : null; in queryInterface()
[all …]
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx333 template <typename Ifc> // where Ifc must implement XCollectionTest
334 class CollTestImplHelper : public ScVbaCollectionBase< ::cppu::WeakImplHelper1< Ifc > >
336 typedef ScVbaCollectionBase< ::cppu::WeakImplHelper1< Ifc > > ImplBase1;
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dimplbase.hxx202 rCD.writeTypeOffset( ::getCppuType( (const ::com::sun::star::uno::Reference< Ifc##N > *)0 ), \
203 (char *)(Ifc##N *)this - pBase );
H A Dimplbase_ex_pre.hxx30 #define __IFC_EX_TYPE_INIT( class_cast, N ) __IFC_EX_TYPE_INIT_NAME( class_cast, Ifc##N )
/trunk/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/java15/
H A DJava15Javamaker_Test.java91 private static final class Ifc implements XIfc { class in Java15Javamaker_Test

Completed in 17 milliseconds