Home
last modified time | relevance | path

Searched refs:m_xDataSourceConnection (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx472 if ( !m_xDataSourceConnection.is() ) in ensureConnection()
478 m_xDataSourceConnection.reset( connect( getDatabaseName(), sConnectingContext, _pErrorInfo ) ); in ensureConnection()
479 if ( m_xDataSourceConnection.is() ) in ensureConnection()
484 m_xMetaData = m_xDataSourceConnection->getMetaData(); in ensureConnection()
507 return m_xDataSourceConnection; in ensureConnection()
563 if ( m_xDataSourceConnection.is() ) in getElements()
H A DAppController.cxx351 if ( m_xDataSourceConnection.is() ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
352 stopConnectionListening( m_xDataSourceConnection ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
357 Reference< XFlushable > xFlush( m_xDataSourceConnection, UNO_QUERY ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
366 m_xDataSourceConnection.clear(); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
503 DBG_ASSERT( m_xDataSourceConnection == xCon, in disposing()
508 if ( m_xDataSourceConnection == xCon ) in disposing()
511 m_xDataSourceConnection.clear(); in disposing()
1793 …OSL_PRECOND( m_xDataSourceConnection.is(), "OApplicationController::impl_isAlterableView_nothrow: … in impl_isAlterableView_nothrow()
1798 Reference< XViewsSupplier > xViewsSupp( m_xDataSourceConnection, UNO_QUERY ); in impl_isAlterableView_nothrow()
H A DAppController.hxx103 SharedConnection m_xDataSourceConnection; member in dbaui::OApplicationController
490 const SharedConnection& getConnection() const { return m_xDataSourceConnection; } in getConnection()
493 bool isConnected() const { return m_xDataSourceConnection.is(); } in isConnected()
H A DAppControllerGen.cxx378 return m_xDataSourceConnection.getTyped(); in getActiveConnection()
385 return m_xDataSourceConnection.is(); in isConnected()

Completed in 44 milliseconds