Searched refs:OleClient_Impl (Results 1 – 3 of 3) sorted by relevance
521 OleClient_Impl::OleClient_Impl( const Reference<XMultiServiceFactory>& smgr): in OleClient_Impl() function in ole_adapter::OleClient_Impl522 UnoConversionUtilities<OleClient_Impl>( smgr) in OleClient_Impl()536 OleClient_Impl::~OleClient_Impl() in ~OleClient_Impl()542 Sequence< OUString > SAL_CALL OleClient_Impl::getAvailableServiceNames() throw( RuntimeException ) in getAvailableServiceNames()550 OUString OleClient_Impl::getImplementationName() in getImplementationName()555 Reference<XInterface> SAL_CALL OleClient_Impl::createInstance(const OUString& ServiceSpecifier) thr… in createInstance()602 Reference<XInterface> SAL_CALL OleClient_Impl::createInstanceWithArguments(const OUString& ServiceS… in createInstanceWithArguments()608 Reference< XInterface > OleClient_Impl::createUnoWrapperInstance() in createUnoWrapperInstance()626 Reference< XInterface > OleClient_Impl::createComWrapperInstance( ) in createComWrapperInstance()
213 class OleClient_Impl : public WeakImplHelper1<XMultiServiceFactory>, class214 public UnoConversionUtilities<OleClient_Impl>217 OleClient_Impl( const Reference<XMultiServiceFactory>& smgr);218 ~OleClient_Impl();
59 Reference<XInterface> xService = *new OleClient_Impl( xSMgr); in OleClient_CreateInstance()
Completed in 13 milliseconds