/trunk/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 146 virtual Reference< XInterface > SAL_CALL createAdapter( 150 virtual Reference< XInterface > SAL_CALL createAdapter( 864 Reference< XInterface > FactoryImpl::createAdapter( in createAdapter() function in stoc_invadp::FactoryImpl 925 Reference< XInterface > FactoryImpl::createAdapter( in createAdapter() function in stoc_invadp::FactoryImpl 929 return createAdapter( xReceiver, Sequence< Type >( &rType, 1 ) ); in createAdapter()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/invocadapt.uno/ |
H A D | com.sun.star.comp.stoc.InvocationAdapterFactory.csv | 1 "InvocationAdapterFactory";"com::sun::star::script::XInvocationAdapterFactory2";"createAdapter()" 2 "InvocationAdapterFactory";"com::sun::star::script::XInvocationAdapterFactory";"createAdapter()"
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/invadp/ |
H A D | com.sun.star.comp.stoc.InvocationAdapterFactory.csv | 1 "InvocationAdapterFactory";"com::sun::star::script::XInvocationAdapterFactory2";"createAdapter()" 2 "InvocationAdapterFactory";"com::sun::star::script::XInvocationAdapterFactory";"createAdapter()"
|
/trunk/main/stoc/test/ |
H A D | testiadapter.cxx | 955 Reference< XLanguageBindingTest > xLBT( xAdapFac->createAdapter( in test_adapter() 958 xAdapFac->createAdapter( in test_adapter() 963 xAdapFac->createAdapter( in test_adapter() 971 xAdapFac2->createAdapter( xInvok, Sequence< Type >( ar, 2 ) ), UNO_QUERY ); in test_adapter() 975 xAdapFac->createAdapter( in test_adapter() 1004 Reference< XLanguageBindingTest > xLBT( xAdapFac->createAdapter( in test_invocation()
|
/trunk/main/extensions/source/ole/ |
H A D | unoconversionutilities.hxx | 191 …Reference<XInterface> createAdapter(const Sequence<Type>& types, const Reference<XInterface>& rece… 1797 xIntAdapter = createAdapter(seqTypes, xIntWrapper); in createOleObjectWrapper() 1874 createAdapter(seqTypes, xIntNewProxy); in createOleObjectWrapper() 1880 Reference<XInterface> UnoConversionUtilities<T>::createAdapter(const Sequence<Type>& seqTypes, in createAdapter() function in ole_adapter::UnoConversionUtilities 1892 xIntAdapted= xAdapterFac->createAdapter( xInv, seqTypes); in createAdapter()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/ |
H A D | _XInvocationAdapterFactory.java | 93 Object adp = oObj.createAdapter(xInv, in _createAdapter()
|
H A D | _XInvocationAdapterFactory2.java | 96 Object adp = oObj.createAdapter(xInv,types); in _createAdapter()
|
/trunk/main/udkapi/com/sun/star/script/ |
H A D | XInvocationAdapterFactory.idl | 62 com::sun::star::uno::XInterface createAdapter( [in]XInvocation Invocation, [in]type aType );
|
H A D | XInvocationAdapterFactory2.idl | 56 com::sun::star::uno::XInterface createAdapter(
|
/trunk/main/pyuno/source/module/ |
H A D | pyuno_runtime.cxx | 887 mappedObject = impl->cargo->xAdapterFactory->createAdapter( in pyObject2Any() 897 getImpl()->cargo->xAdapterFactory->createAdapter( in pyObject2Any()
|
H A D | pyuno_adapter.cxx | 124 runtime.getImpl()->cargo->xAdapterFactory->createAdapter( this, mTypes ); in getOutIndexes()
|
/trunk/main/eventattacher/source/ |
H A D | eventattacher.cxx | 103 …xAdapter = xInvocationAdapterFactory->createAdapter( xInvocationToAllListenerMapper, aListenerType… in createAllListenerAdapter()
|
/trunk/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 4090 …xAdapter = xInvocationAdapterFactory->createAdapter( xInvocationToAllListenerMapper, aListenerType… in createAllListenerAdapter()
|