Lines Matching refs:_rxConnection

208 void OTableTreeListBox::implOnNewConnection( const Reference< XConnection >& _rxConnection )  in implOnNewConnection()  argument
210 m_xConnection = _rxConnection; in implOnNewConnection()
215 void OTableTreeListBox::UpdateTableList( const Reference< XConnection >& _rxConnection ) throw(SQLE… in UpdateTableList() argument
222 Reference< XTablesSupplier > xTableSupp( _rxConnection, UNO_QUERY_THROW ); in UpdateTableList()
227 Reference< XViewsSupplier > xViewSupp( _rxConnection, UNO_QUERY ); in UpdateTableList()
255 UpdateTableList( _rxConnection, sTables, sViews ); in UpdateTableList()
281 const Reference< XConnection >& _rxConnection, in UpdateTableList()
292 Reference< XDatabaseMetaData > xMeta( _rxConnection->getMetaData(), UNO_QUERY_THROW ); in UpdateTableList()
300 UpdateTableList( _rxConnection, aTables ); in UpdateTableList()
315 bool lcl_shouldDisplayEmptySchemasAndCatalogs( const Reference< XConnection >& _rxConnection ) in lcl_shouldDisplayEmptySchemasAndCatalogs() argument
317 ::dbtools::DatabaseMetaData aMetaData( _rxConnection ); in lcl_shouldDisplayEmptySchemasAndCatalogs()
323 void OTableTreeListBox::UpdateTableList( const Reference< XConnection >& _rxConnection, const TName… in UpdateTableList() argument
325 implOnNewConnection( _rxConnection ); in UpdateTableList()
359 Reference< XDatabaseMetaData > xMeta( _rxConnection->getMetaData(), UNO_QUERY_THROW ); in UpdateTableList()
370 if ( !m_bNoEmptyFolders && lcl_shouldDisplayEmptySchemasAndCatalogs( _rxConnection ) ) in UpdateTableList()