Home
last modified time | relevance | path

Searched refs:createProxy (Results 1 – 22 of 22) sorted by relevance

/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DComponentBase_Test.java45 proxyObj1Weak1= ProxyProvider.createProxy(obj1, XWeak.class); in ComponentBase_Test()
46 proxyObj3Weak1= ProxyProvider.createProxy(obj3, XWeak.class); in ComponentBase_Test()
47 proxyObj3Weak2= ProxyProvider.createProxy(obj3, XWeak.class); in ComponentBase_Test()
48 proxyObj2TypeProv= ProxyProvider.createProxy(obj2, XTypeProvider.class); in ComponentBase_Test()
49 proxyObj3TypeProv= ProxyProvider.createProxy(obj3, XTypeProvider.class); in ComponentBase_Test()
H A DMultiTypeInterfaceContainer_Test.java62 proxyObj1Weak1= ProxyProvider.createProxy(obj1, XWeak.class); in MultiTypeInterfaceContainer_Test()
63 proxyObj3Weak1= ProxyProvider.createProxy(obj3, XWeak.class); in MultiTypeInterfaceContainer_Test()
64 proxyObj3Weak2= ProxyProvider.createProxy(obj3, XWeak.class); in MultiTypeInterfaceContainer_Test()
65 proxyObj2TypeProv= ProxyProvider.createProxy(obj2, XTypeProvider.class); in MultiTypeInterfaceContainer_Test()
66 proxyObj3TypeProv= ProxyProvider.createProxy(obj3, XTypeProvider.class); in MultiTypeInterfaceContainer_Test()
H A DInterfaceContainer_Test.java74 proxyObj1Weak1= ProxyProvider.createProxy(obj1, XWeak.class); in InterfaceContainer_Test()
75 proxyObj3Weak1= ProxyProvider.createProxy(obj3, XWeak.class); in InterfaceContainer_Test()
76 proxyObj3Weak2= ProxyProvider.createProxy(obj3, XWeak.class); in InterfaceContainer_Test()
77 proxyObj2TypeProv= ProxyProvider.createProxy(obj2, XTypeProvider.class); in InterfaceContainer_Test()
78 proxyObj3TypeProv= ProxyProvider.createProxy(obj3, XTypeProvider.class); in InterfaceContainer_Test()
H A DProxyProvider.java49 public static Object createProxy(Object obj, Class iface) in createProxy() method in ProxyProvider
/trunk/main/stoc/test/
H A Dtestproxyfac.cxx83 virtual Reference< XAggregation > SAL_CALL createProxy( in createProxy() function in TargetObject
158 Reference< XAggregation > xAgg( xProxyFac->createProxy( xTarget ) ); in create()
196 Reference< XAggregation > xFakeAgg( xTarget->createProxy( xTarget ) ); in test_proxyfac_()
287 xProxyFac->createProxy( in SAL_IMPLEMENT_MAIN()
322 xProxyFac->createProxy( in SAL_IMPLEMENT_MAIN()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx104 m_xAggProxy = xProxyFac->createProxy( m_xWrappedStorage ); in Storage()
616 m_xAggProxy = xProxyFac->createProxy( m_xWrappedStream ); in OutputStream()
817 m_xAggProxy = xProxyFac->createProxy( m_xWrappedStream ); in Stream()
/trunk/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx97 virtual Reference< XAggregation > SAL_CALL createProxy(
443 Reference< XAggregation > FactoryImpl::createProxy( in createProxy() function in __anonfc393d4b0111::FactoryImpl
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/proxyfac/
H A Dcom.sun.star.comp.stoc.ProxyFactory.csv1 "ProxyFactory";"com::sun::star::reflection::XProxyFactory";"createProxy()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/proxyfac.uno/
H A Dcom.sun.star.comp.stoc.ProxyFactory.csv1 "ProxyFactory";"com::sun::star::reflection::XProxyFactory";"createProxy()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/reflection/
H A D_XProxyFactory.java73 XAggregation xAggr = oObj.createProxy(obj); in _createProxy()
/trunk/main/connectivity/source/cpool/
H A DZPooledConnection.cxx75 Reference< XAggregation > xConProxy = m_xProxyFactory->createProxy(m_xRealConnection.get()); in getConnection()
H A DZPoolCollection.cxx224 Reference< XAggregation > xDriverProxy = m_xProxyFactory->createProxy(xDriver.get()); in getDriverByURL()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXProxyFactory.idl66 com::sun::star::uno::XAggregation createProxy(
/trunk/main/comphelper/source/misc/
H A Dproxyaggregation.cxx62 m_xProxyAggregate = xFactory->createProxy( _rxComponent ); in baseAggregateProxyFor()
/trunk/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx89 Reference< XAggregation > xConProxy = xProxyFactory->createProxy(_xConnection); in setDelegation()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlImportDocumentHandler.cxx363 m_xProxy = xProxyFactory->createProxy(m_xDelegatee.get()); in initialize()
H A DxmlExportDocumentHandler.cxx331 m_xProxy = xProxyFactory->createProxy(m_xDelegatee.get()); in initialize()
/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx412 m_xAggProxy = xProxyFac->createProxy( m_xWrappedBrowseNode ); in DefaultBrowseNode()
/trunk/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx298 m_xControlContextProxy = xFactory->createProxy( xNativeControlContext ); in Init()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx344 Reference<XAggregation> xAgg = xProxyFactory->createProxy(_rxMaster.get()); in DBG_NAME()
H A Ddatasource.cxx422 …Reference< XAggregation > xConProxy = m_xProxyFactory->createProxy(aIter->second.xMasterConnection… in getConnection()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx180 m_xAggProxy = xProxyFac->createProxy( xIf ); in DocObjectWrapper()

Completed in 141 milliseconds