Searched refs:xProxyFactory (Results 1 – 5 of 5) sorted by relevance
71 uno::Reference< ucb::XContentProviderFactory > xProxyFactory; in registerAtUcb() local74 xProxyFactory in registerAtUcb()84 OSL_ENSURE(xProxyFactory.is(), "No ContentProviderProxyFactory"); in registerAtUcb()85 if (xProxyFactory.is()) in registerAtUcb()86 xProvider = xProxyFactory->createContentProvider(rName); in registerAtUcb()
88 …Reference< XProxyFactory > xProxyFactory(_xORB->createInstance(::rtl::OUString(RTL_CONSTASCII_USTR… in setDelegation() local89 Reference< XAggregation > xConProxy = xProxyFactory->createProxy(_xConnection); in setDelegation()
360 …uno::Reference< reflection::XProxyFactory > xProxyFactory( m_xContext->getServiceManager()->create… in initialize() local363 m_xProxy = xProxyFactory->createProxy(m_xDelegatee.get()); in initialize()
328 …uno::Reference< reflection::XProxyFactory > xProxyFactory( m_xContext->getServiceManager()->create… in initialize() local331 m_xProxy = xProxyFactory->createProxy(m_xDelegatee.get()); in initialize()
338 Reference< XProxyFactory > xProxyFactory( in DBG_NAME() local340 Reference<XAggregation> xAgg = xProxyFactory->createProxy(_rxMaster.get()); in DBG_NAME()
Completed in 44 milliseconds