Lines Matching refs:OSharedConnectionManager
307 class OSharedConnectionManager : public OConnectionHelper_BASE class
338 ~OSharedConnectionManager();
341 OSharedConnectionManager(const Reference< XMultiServiceFactory >& _rxServiceFactory);
352 DBG_NAME(OSharedConnectionManager) in DBG_NAME() argument
353 OSharedConnectionManager::OSharedConnectionManager(const Reference< XMultiServiceFactory >& _rxServ… in DBG_NAME()
355 DBG_CTOR(OSharedConnectionManager,NULL); in DBG_NAME()
359 OSharedConnectionManager::~OSharedConnectionManager() in ~OSharedConnectionManager()
361 DBG_DTOR(OSharedConnectionManager,NULL); in ~OSharedConnectionManager()
364 void SAL_CALL OSharedConnectionManager::disposing( const ::com::sun::star::lang::EventObject& Sourc… in disposing()
381 Reference<XConnection> OSharedConnectionManager::getConnection( const rtl::OUString& url, in getConnection()
430 void OSharedConnectionManager::addEventListener(const Reference<XConnection>& _rxConnection,TConnec… in addEventListener()
1274 …m_pImpl->m_pSharedConnectionManager = new OSharedConnectionManager( m_pImpl->m_aContext.getLegacyS… in getConnection()