Home
last modified time | relevance | path

Searched refs:mapInterface (Results 1 – 25 of 36) sorted by relevance

12

/aoo42x/main/cppu/inc/uno/
H A Dmapping.hxx168 { return mapInterface( pInterface, (typelib_InterfaceTypeDescription *)pTypeDescr ); } in mapInterface()
176 inline void * SAL_CALL mapInterface(
186 { (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, pTypeDescr ); } in mapInterface()
268 inline void Mapping::mapInterface( in mapInterface() function in com::sun::star::uno::Mapping
276 …(*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pTD … in mapInterface()
281 inline void * Mapping::mapInterface( in mapInterface() function in com::sun::star::uno::Mapping
286 (*_pMapping->mapInterface)( _pMapping, &pOut, pInterface, pTypeDescr ); in mapInterface()
290 inline void * Mapping::mapInterface( in mapInterface() function in com::sun::star::uno::Mapping
295 mapInterface( &pOut, pInterface, rType ); in mapInterface()
318 aMapping.mapInterface( in mapToCpp()
[all …]
H A Dmapping.h82 uno_MapInterfaceFunc mapInterface; member
/aoo42x/main/cppu/source/uno/
H A Dcascade_mapping.cxx65 void mapInterface(void ** ppOut,
94 pMediatorMapping->mapInterface(ppOut, pInterface, pInterfaceTypeDescr); in s_mapInterface()
115 uno_Mapping::mapInterface = s_mapInterface; in MediatorMapping()
147 pMapping->mapInterface(pMapping, ppOut, pInterface, pInterfaceTypeDescr); in s_mapInterface_v()
150 void MediatorMapping::mapInterface( in mapInterface() function in MediatorMapping
168 m_uno2to.mapInterface(&ret, pUnoI, pInterfaceTypeDescr); in mapInterface()
H A Dprim.hxx69 (*mapping->mapInterface)( in _map()
75 (*mapping->mapInterface)( in _map()
H A Dlbmap.cxx246 (*pFrom2Uno->mapInterface)( pFrom2Uno, (void **) &pUnoI, pInterface, pInterfaceTypeDescr ); in mediate_mapInterface()
262 (*pUno2To->mapInterface)( pUno2To, ppOut, pUnoI, pInterfaceTypeDescr ); in mediate_mapInterface()
283 uno_Mapping::mapInterface = mediate_mapInterface; in uno_Mediate_Mapping()
H A DIdentityMapping.cxx95 uno_Mapping::mapInterface = s_mapInterface; in IdentityMapping()
/aoo42x/main/javaunohelper/source/
H A Djavaunohelper.cxx110 java2dest.mapInterface( in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
113 java2dest.mapInterface( in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
194 java2dest.mapInterface( in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
197 java2dest.mapInterface( in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
216 jobject jglobal = (jobject) dest2java.mapInterface( in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
297 (jobject)curr_java.mapInterface( in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
H A Dbootstrap.cxx154 jobject jret = (jobject)mapping.mapInterface( xContext.get(), ::getCppuType( &xContext ) ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
/aoo42x/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Mapping.cxx71 void mapInterface(
88 pMapping->mapInterface(ppOut, pUnoI, pTypeDescr); in s_mapInterface()
139 uno_Mapping::mapInterface = (uno_MapInterfaceFunc)s_mapInterface; in Mapping()
148 void Mapping::mapInterface( in mapInterface() function in Mapping
/aoo42x/main/cppuhelper/source/
H A Dshlib.cxx408 void * pSMgr = aCurrent2Env.mapInterface( in loadSharedLibComponentFactory()
410 void * pKey = aCurrent2Env.mapInterface( in loadSharedLibComponentFactory()
430 aEnv2Current.mapInterface( in loadSharedLibComponentFactory()
539 void * pSMgr = aCurrent2Env.mapInterface( in writeSharedLibComponentInfo()
541 void * pKey = aCurrent2Env.mapInterface( in writeSharedLibComponentInfo()
H A Dexc_thrower.cxx230 uno2cpp.mapInterface( in throwException()
261 cpp2uno.mapInterface( in getCaughtException()
H A Dcomponent_context.cxx862 *ppContext = pTarget2curr->mapInterface(xContext.get(), ::getCppuType(&xContext)); in s_createComponentContext_v()
888 void * mapped_delegate = curr2source.mapInterface(xDelegate.get(), ::getCppuType(&xDelegate)); in createComponentContext()
H A Dmacro_expander.cxx190 target2curr.mapInterface(free.get(), ::getCppuType(&free))), in create_boostrap_macro_expander_factory()
/aoo42x/main/testtools/source/performance/
H A Dubtest.cxx226 void * pSMgr = aCurrent2Env.mapInterface( in loadLibComponentFactory()
228 void * pKey = aCurrent2Env.mapInterface( in loadLibComponentFactory()
241 aEnv2Current.mapInterface( in loadLibComponentFactory()
284 uno_Interface * pUSFactory = (uno_Interface *)aCpp2Uno.mapInterface( in loadLibComponentFactory()
286 uno_Interface * pUKey = (uno_Interface *)aCpp2Uno.mapInterface( in loadLibComponentFactory()
300 (XSingleServiceFactory *)aUno2Cpp.mapInterface( in loadLibComponentFactory()
1073 aMapping.mapInterface( reinterpret_cast< void ** >( &xMapped ), xDirect.get(), in run()
/aoo42x/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx328 m_factory->m_cpp2uno.mapInterface( in ProxyRoot()
371 m_factory->m_cpp2uno.mapInterface( in queryAggregation()
388 m_factory->m_uno2cpp.mapInterface( in queryAggregation()
/aoo42x/main/cppu/inc/cppu/
H A DMap.hxx49 …return reinterpret_cast<T *>(curr2outer.mapInterface(pT, getCppuType((cssu::Reference<T> *)NULL))); in mapOut()
64 …return reinterpret_cast<T *>(outer2curr.mapInterface(pT, getCppuType((cssu::Reference<T> *)NULL))); in mapIn()
/aoo42x/main/cli_ure/source/native/
H A Dnative_share.h71 mapping.mapInterface( x.get(), ::getCppuType( &x ) ) ); in to_cli()
97 mapping.mapInterface( in to_uno()
/aoo42x/main/bridges/source/cpp_uno/shared/
H A Dbridge.cxx203 aCpp2Uno.mapInterface = cpp2unoMapping; in Bridge()
208 aUno2Cpp.mapInterface = uno2cppMapping; in Bridge()
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx243 m_cli2uno.mapInterface = Mapping_cli2uno; in Bridge()
248 m_uno2cli.mapInterface = Mapping_uno2cli; in Bridge()
/aoo42x/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx715 m_pReceiver = (uno_Interface *)m_pFactory->m_aCpp2Uno.mapInterface( in AdapterImpl()
752 m_pConverter = (uno_Interface *)m_aCpp2Uno.mapInterface( in FactoryImpl()
910 m_aUno2Cpp.mapInterface( in createAdapter()
/aoo42x/main/bridges/source/jni_uno/
H A Djni_bridge.cxx268 m_java2uno.mapInterface = Mapping_map_to_uno; in Bridge()
273 m_uno2java.mapInterface = Mapping_map_to_java; in Bridge()
/aoo42x/main/bridges/inc/bridges/cpp_uno/
H A Dbridge.hxx295 aCpp2Uno.mapInterface = cppu_Mapping_cpp2uno; in cppu_Bridge()
300 aUno2Cpp.mapInterface = cppu_Mapping_uno2cpp; in cppu_Bridge()
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DIMapping.java44 Object mapInterface(Object object, Type type); in mapInterface() method
/aoo42x/main/bridges/test/java_uno/any/
H A Dtransport.cxx97 jobject jo_global = (jobject)mapping.mapInterface( xRet.get(), ::getCppuType( &xRet ) ); in Java_test_java_1uno_anytest_TestJni_create_1jni_1transport()
/aoo42x/main/cppu/source/threadpool/
H A Dcurrent.cxx290 … mapping.mapInterface(ppCurrentContext, pId->pCurrentContext, ::cppu::get_type_XCurrentContext() ); in uno_getCurrentContext()

Completed in 74 milliseconds

12