Searched refs:Ifc (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | implbase_var.hxx | 107 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 …]
|
/aoo4110/main/ridljar/test/com/sun/star/uno/ |
H A D | UnoRuntime_Test.java | 50 Ifc ifc = UnoRuntime.queryInterface(Ifc.class, test4); in test_generateOid() 60 UnoRuntime.queryInterface(Ifc.class, new Test1()) == null); in test_queryInterface() 66 UnoRuntime.queryInterface(Ifc.class, new Test2()) != null); in test_queryInterface() 72 UnoRuntime.queryInterface(Ifc.class, new Test3()) != null); in test_queryInterface() 101 UnoRuntime.queryInterface(Ifc.class, test2), test2)); in test_areSame() 137 private interface Ifc extends XInterface {} interface in UnoRuntime_Test 147 return type.equals(new Type(Ifc.class)) ? t2 : null; in queryInterface() 154 private static final class T2 implements Ifc {} 159 private static class Test3 implements Ifc {} 167 return type.equals(new Type(Ifc.class)) ? t4 : null; in queryInterface() [all …]
|
/aoo4110/main/vbahelper/inc/vbahelper/ |
H A D | vbacollectionimpl.hxx | 333 template <typename Ifc> // where Ifc must implement XCollectionTest 334 class CollTestImplHelper : public ScVbaCollectionBase< ::cppu::WeakImplHelper1< Ifc > > 336 typedef ScVbaCollectionBase< ::cppu::WeakImplHelper1< Ifc > > ImplBase1;
|
/aoo4110/main/cppuhelper/inc/cppuhelper/ |
H A D | implbase.hxx | 200 rCD.writeTypeOffset( ::getCppuType( (const ::com::sun::star::uno::Reference< Ifc##N > *)0 ), \ 201 (char *)(Ifc##N *)this - pBase );
|
H A D | implbase_ex_pre.hxx | 30 #define __IFC_EX_TYPE_INIT( class_cast, N ) __IFC_EX_TYPE_INIT_NAME( class_cast, Ifc##N )
|
/aoo4110/main/codemaker/test/javamaker/java15/ |
H A D | Test.java | 91 private static final class Ifc implements XIfc { class in Test
|
Completed in 47 milliseconds