Searched refs:OConnectionWrapper (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/connectivity/source/commontools/ |
H A D | ConnectionWrapper.cxx | 49 OConnectionWrapper::OConnectionWrapper() in OConnectionWrapper() function in OConnectionWrapper 54 void OConnectionWrapper::setDelegation(Reference< XAggregation >& _rxProxyConnection,oslInterlocked… in setDelegation() 76 void OConnectionWrapper::setDelegation(const Reference< XConnection >& _xConnection in setDelegation() 103 void OConnectionWrapper::disposing() in disposing() 108 OConnectionWrapper::~OConnectionWrapper() in ~OConnectionWrapper() 116 ::rtl::OUString SAL_CALL OConnectionWrapper::getImplementationName( ) throw (::com::sun::star::uno… in getImplementationName() 149 Any SAL_CALL OConnectionWrapper::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() 155 Sequence< Type > SAL_CALL OConnectionWrapper::getTypes( ) throw (::com::sun::star::uno::RuntimeExc… in getTypes() 164 sal_Int64 SAL_CALL OConnectionWrapper::getSomething( const Sequence< sal_Int8 >& rId ) throw(Runtim… in getSomething() 175 Sequence< sal_Int8 > OConnectionWrapper::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() [all …]
|
/aoo42x/main/connectivity/source/cpool/ |
H A D | ZConnectionWrapper.cxx | 236 OConnectionWrapper::disposing(); in disposing() 241 IMPLEMENT_FORWARD_XINTERFACE2(OConnectionWeakWrapper,OConnectionWeakWrapper_BASE,OConnectionWrapper) 248 aReturn = OConnectionWrapper::queryInterface( _rType ); \ 252 …EMENT_FORWARD_XTYPEPROVIDER2(OConnectionWeakWrapper,OConnectionWeakWrapper_BASE,OConnectionWrapper)
|
H A D | ZConnectionPool.cxx | 190 OConnectionWrapper::createUniqueId(_rURL,aInfo,nId.m_pBuffer); in getConnectionWithInfo() 239 OConnectionWrapper::createUniqueId(_rURL,aInfo,nId.m_pBuffer); in createNewConnection()
|
H A D | ZConnectionWrapper.hxx | 45 , public OConnectionWrapper
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | ConnectionWrapper.hxx | 47 class OOO_DLLPUBLIC_DBTOOLS OConnectionWrapper : public OConnection_BASE class 56 virtual ~OConnectionWrapper(); 64 OConnectionWrapper( );
|
/aoo42x/main/connectivity/source/drivers/hsqldb/ |
H A D | HConnection.cxx | 123 OConnectionWrapper::disposing(); in disposing() 147 IMPLEMENT_FORWARD_XINTERFACE2(OHsqlConnection,OHsqlConnection_BASE,OConnectionWrapper) in IMPLEMENT_FORWARD_XINTERFACE2() argument 149 IMPLEMENT_FORWARD_XTYPEPROVIDER2(OHsqlConnection,OHsqlConnection_BASE,OConnectionWrapper) in IMPLEMENT_FORWARD_XINTERFACE2()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | connection.cxx | 106 Sequence< ::rtl::OUString > aSupported = OConnectionWrapper::getSupportedServiceNames(); in getSupportedServiceNames() 472 lcl_copyTypes( aNormalizedTypes, ::connectivity::OConnectionWrapper::getTypes() ); in getTypes() 508 aReturn = OConnectionWrapper::queryInterface( rType ); in queryInterface() 537 OConnectionWrapper::disposing(); in disposing()
|
H A D | SharedConnection.cxx | 59 OConnectionWrapper::disposing(); in disposing()
|
H A D | SharedConnection.hxx | 80 typedef ::connectivity::OConnectionWrapper OSharedConnection_BASE2;
|
H A D | connection.hxx | 86 ,public ::connectivity::OConnectionWrapper
|
H A D | datasource.cxx | 408 ::connectivity::OConnectionWrapper::createUniqueId(url,aInfoCopy,nId.m_pBuffer,sUser,sPassword); in getConnection()
|
/aoo42x/main/connectivity/source/inc/hsqldb/ |
H A D | HConnection.hxx | 62 ,public OConnectionWrapper
|
Completed in 52 milliseconds