Home
last modified time | relevance | path

Searched refs:_pConnection (Results 26 – 50 of 86) sorted by relevance

1234

/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNStatement.hxx207 OCommonStatement( OEvoabConnection* _pConnection );
260 OStatement( OEvoabConnection* _pConnection) in OStatement() argument
261 :OCommonStatement( _pConnection) in OStatement()
H A DNTable.cxx45 OEvoabConnection* _pConnection, in OEvoabTable() argument
57 m_pConnection(_pConnection) in OEvoabTable()
/aoo42x/main/connectivity/source/inc/dbase/
H A DDTable.hxx131 ODbaseTable( sdbcx::OCollection* _pTables,ODbaseConnection* _pConnection);
132 ODbaseTable( sdbcx::OCollection* _pTables,ODbaseConnection* _pConnection,
171 static String getEntry(file::OConnection* _pConnection,const ::rtl::OUString& _sURL );
H A DDPreparedStatement.hxx39 …ODbasePreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection in ODbasePreparedStatement() argument
H A DDStatement.hxx39 ODbaseStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} in ODbaseStatement() argument
H A DDCode.hxx42 OFILEAnalyzer(file::OConnection* _pConnection) : file::OSQLAnalyzer(_pConnection){} in OFILEAnalyzer() argument
/aoo42x/main/connectivity/source/inc/calc/
H A DCPreparedStatement.hxx39 …OCalcPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection)… in OCalcPreparedStatement() argument
H A DCStatement.hxx39 OCalcStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} in OCalcStatement() argument
/aoo42x/main/connectivity/source/inc/flat/
H A DEPreparedStatement.hxx39 …OFlatPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection)… in OFlatPreparedStatement() argument
H A DEStatement.hxx39 OFlatStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} in OFlatStatement() argument
/aoo42x/main/connectivity/source/inc/adabas/
H A DBGroup.hxx40 OAdabasGroup( OAdabasConnection* _pConnection);
41 OAdabasGroup( OAdabasConnection* _pConnection,const ::rtl::OUString& _Name);
H A DBGroups.hxx52 OAdabasConnection* _pConnection, in OGroups() argument
54 ,m_pConnection(_pConnection) in OGroups()
H A DBUsers.hxx51 OAdabasConnection* _pConnection, in OUsers() argument
53 ,m_pConnection(_pConnection) in OUsers()
H A DBTable.hxx64 OAdabasConnection* _pConnection);
66 OAdabasConnection* _pConnection,
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx1734 void OJoinTableView::addConnection(OTableConnection* _pConnection,sal_Bool _bAddData) in addConnection() argument
1740 …OSL_ENSURE( ::std::find(pTabConnDataList->begin(),pTabConnDataList->end(),_pConnection->GetData())… in addConnection()
1742 m_pView->getController().getTableConnectionData()->push_back(_pConnection->GetData()); in addConnection()
1744 m_vTableConnection.push_back(_pConnection); in addConnection()
1745 _pConnection->RecalcLines(); in addConnection()
1746 _pConnection->InvalidateConnection(); in addConnection()
1752 makeAny(_pConnection->GetAccessible())); in addConnection()
/aoo42x/main/mysqlc/source/
H A Dmysqlc_statement.cxx58 OCommonStatement::OCommonStatement(OConnection* _pConnection, sql::Statement *_cppStatement) in OCommonStatement() argument
61 ,OStatement_CBase( (::cppu::OWeakObject*)_pConnection, this ) in OCommonStatement()
62 ,m_pConnection(_pConnection) in OCommonStatement()
/aoo42x/main/connectivity/source/inc/ado/
H A DAIndex.hxx50 OAdoIndex(sal_Bool _bCase, OConnection* _pConnection,ADOIndex* _pIndex);
51 OAdoIndex(sal_Bool _bCase, OConnection* _pConnection);
H A DAColumn.hxx51 OAdoColumn(sal_Bool _bCase,OConnection* _pConnection,_ADOColumn* _pColumn);
52 OAdoColumn(sal_Bool _bCase,OConnection* _pConnection);
H A DAColumns.hxx54 OConnection* _pConnection) : sdbcx::OCollection(_rParent,_bCase,_rMutex,_rVector) in OColumns() argument
56 ,m_pConnection(_pConnection) in OColumns()
H A DAIndexes.hxx51 OConnection* _pConnection) in OIndexes() argument
54 , m_pConnection(_pConnection) in OIndexes()
H A DAKeys.hxx52 OConnection* _pConnection) : sdbcx::OCollection(_rParent,_bCase,_rMutex,_rVector) in OKeys() argument
54 ,m_pConnection(_pConnection) in OKeys()
H A DAKey.hxx50 OAdoKey(sal_Bool _bCase,OConnection* _pConnection,ADOKey* _pKey);
51 OAdoKey(sal_Bool _bCase,OConnection* _pConnection);
H A DAStatement.hxx143 OStatement_Base(OConnection* _pConnection );
181 OStatement( OConnection* _pConnection) : OStatement_Base( _pConnection){}; in OStatement() argument
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabTable.hxx44 MacabTable( sdbcx::OCollection* _pTables, MacabConnection* _pConnection);
46 MacabConnection* _pConnection,
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBResultSetMetaData.cxx39 OAdabasResultSetMetaData::OAdabasResultSetMetaData(odbc::OConnection* _pConnection, SQLHANDLE _pStm… in OAdabasResultSetMetaData() argument
40 : OAdabasResultSetMetaData_BASE(_pConnection,_pStmt) in OAdabasResultSetMetaData()

Completed in 74 milliseconds

1234