/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | ComponentBase_Test.java | 45 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 D | MultiTypeInterfaceContainer_Test.java | 62 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 D | InterfaceContainer_Test.java | 74 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 D | ProxyProvider.java | 49 public static Object createProxy(Object obj, Class iface) in createProxy() method in ProxyProvider
|
/aoo41x/main/stoc/test/ |
H A D | testproxyfac.cxx | 83 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()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_stgelems.cxx | 104 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()
|
/aoo41x/main/stoc/source/proxy_factory/ |
H A D | proxyfac.cxx | 97 virtual Reference< XAggregation > SAL_CALL createProxy( 443 Reference< XAggregation > FactoryImpl::createProxy( in createProxy() function in __anon1a7bdd330111::FactoryImpl
|
/aoo41x/main/qadevOOo/objdsc/proxyfac/ |
H A D | com.sun.star.comp.stoc.ProxyFactory.csv | 1 "ProxyFactory";"com::sun::star::reflection::XProxyFactory";"createProxy()"
|
/aoo41x/main/qadevOOo/objdsc/proxyfac.uno/ |
H A D | com.sun.star.comp.stoc.ProxyFactory.csv | 1 "ProxyFactory";"com::sun::star::reflection::XProxyFactory";"createProxy()"
|
/aoo41x/main/qadevOOo/tests/java/ifc/reflection/ |
H A D | _XProxyFactory.java | 73 XAggregation xAggr = oObj.createProxy(obj); in _createProxy()
|
/aoo41x/main/connectivity/source/cpool/ |
H A D | ZPooledConnection.cxx | 75 Reference< XAggregation > xConProxy = m_xProxyFactory->createProxy(m_xRealConnection.get()); in getConnection()
|
H A D | ZPoolCollection.cxx | 224 Reference< XAggregation > xDriverProxy = m_xProxyFactory->createProxy(xDriver.get()); in getDriverByURL()
|
/aoo41x/main/udkapi/com/sun/star/reflection/ |
H A D | XProxyFactory.idl | 66 com::sun::star::uno::XAggregation createProxy(
|
/aoo41x/main/comphelper/source/misc/ |
H A D | proxyaggregation.cxx | 62 m_xProxyAggregate = xFactory->createProxy( _rxComponent ); in baseAggregateProxyFor()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | ConnectionWrapper.cxx | 89 Reference< XAggregation > xConProxy = xProxyFactory->createProxy(_xConnection); in setDelegation()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlImportDocumentHandler.cxx | 363 m_xProxy = xProxyFactory->createProxy(m_xDelegatee.get()); in initialize()
|
H A D | xmlExportDocumentHandler.cxx | 331 m_xProxy = xProxyFactory->createProxy(m_xDelegatee.get()); in initialize()
|
/aoo41x/main/scripting/source/provider/ |
H A D | BrowseNodeFactoryImpl.cxx | 412 m_xAggProxy = xProxyFac->createProxy( m_xWrappedBrowseNode ); in DefaultBrowseNode()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | AccessibleControlShape.cxx | 298 m_xControlContextProxy = xFactory->createProxy( xNativeControlContext ); in Init()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | connection.cxx | 340 Reference<XAggregation> xAgg = xProxyFactory->createProxy(_rxMaster.get()); in DBG_NAME()
|
H A D | datasource.cxx | 422 …Reference< XAggregation > xConProxy = m_xProxyFactory->createProxy(aIter->second.xMasterConnection… in getConnection()
|
/aoo41x/main/basic/source/classes/ |
H A D | sbxmod.cxx | 180 m_xAggProxy = xProxyFac->createProxy( xIf ); in DocObjectWrapper()
|