Home
last modified time | relevance | path

Searched refs:_pDriver (Results 1 – 22 of 22) sorted by relevance

/trunk/main/connectivity/source/drivers/macab/
H A DMacabConnection.cxx46 MacabConnection::MacabConnection(MacabDriver* _pDriver) in MacabConnection() argument
47 : OSubComponent<MacabConnection, MacabConnection_BASE>((::cppu::OWeakObject*)_pDriver, this), in MacabConnection()
49 m_pDriver(_pDriver) in MacabConnection()
313 extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL createMacabConnection( void* _pDriver ) in createMacabConnection() argument
315 MacabConnection* pConnection = new MacabConnection( static_cast< MacabDriver* >( _pDriver ) ); in createMacabConnection()
H A DMacabDriver.hxx47 typedef void* (SAL_CALL * ConnectionFactoryFunction)( void* _pDriver );
91 MacabConnection* createConnection( MacabDriver* _pDriver ) const;
H A DMacabDriver.cxx159 MacabConnection* MacabImplModule::createConnection( MacabDriver* _pDriver ) const in createConnection()
163 void* pUntypedConnection = (*m_pConnectionFactoryFunc)( _pDriver ); in createConnection()
H A DMacabConnection.hxx76 MacabConnection(MacabDriver* _pDriver);
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx43 OConnection::OConnection(SkeletonDriver* _pDriver) in OConnection() argument
44 : OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)_pDriver, this), in OConnection()
46 m_pDriver(_pDriver), in OConnection()
H A DSConnection.hxx97 OConnection(SkeletonDriver* _pDriver);
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTerminateListener.hxx46 OConnectionController(ODriverDelegator* _pDriver) : m_pDriver(_pDriver){} in OConnectionController() argument
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx62 OConnection::OConnection(OFileDriver* _pDriver) in OConnection() argument
63 : OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)_pDriver, this) in OConnection()
64 ,m_pDriver(_pDriver) in OConnection()
/trunk/main/connectivity/source/drivers/dbase/
H A DDConnection.cxx56 ODbaseConnection::ODbaseConnection(ODriver* _pDriver) : OConnection(_pDriver) in DBG_NAME()
/trunk/main/connectivity/source/drivers/flat/
H A DEConnection.cxx54 OFlatConnection::OFlatConnection(ODriver* _pDriver) : OConnection(_pDriver) in OFlatConnection() argument
/trunk/main/connectivity/source/drivers/calc/
H A DCConnection.cxx64 OCalcConnection::OCalcConnection(ODriver* _pDriver) : OConnection(_pDriver),m_nDocCount(0) in OCalcConnection() argument
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx53 OConnection::OConnection(ODriver* _pDriver) throw(SQLException, RuntimeException) in OConnection() argument
54 : OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)_pDriver, this), in OConnection()
57 m_pDriver(_pDriver), in OConnection()
/trunk/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx57 …:OAdabasConnection(const SQLHANDLE _pDriverHandle, connectivity::odbc::ODBCDriver* _pDriver) in OAdabasConnection() argument
58 : OConnection_BASE2(_pDriverHandle,_pDriver) in OAdabasConnection()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx54 OConnection::OConnection(const SQLHANDLE _pDriverHandle,ODBCDriver* _pDriver) in OConnection() argument
55 : OSubComponent<OConnection, OConnection_BASE>((::cppu::OWeakObject*)_pDriver, this) in OConnection()
56 ,m_pDriver(_pDriver) in OConnection()
/trunk/main/connectivity/source/inc/dbase/
H A DDConnection.hxx40 ODbaseConnection(ODriver* _pDriver);
/trunk/main/mysqlc/source/
H A Dmysqlc_driver.hxx51 typedef void* (SAL_CALL * OMysqlCConnection_CreateInstanceFunction)(void* _pDriver);
/trunk/main/connectivity/source/inc/adabas/
H A DBConnection.hxx54 … OAdabasConnection(const SQLHANDLE _pDriverHandle,connectivity::odbc::ODBCDriver* _pDriver);
/trunk/main/connectivity/source/inc/flat/
H A DEConnection.hxx44 OFlatConnection(ODriver* _pDriver);
/trunk/main/connectivity/source/inc/calc/
H A DCConnection.hxx48 OCalcConnection(ODriver* _pDriver);
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx80 …OConnection(ODriver* _pDriver) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
/trunk/main/connectivity/source/inc/odbc/
H A DOConnection.hxx96 OConnection(const SQLHANDLE _pDriverHandle,ODBCDriver* _pDriver);
/trunk/main/connectivity/source/inc/file/
H A DFConnection.hxx86 OConnection(OFileDriver* _pDriver);

Completed in 64 milliseconds