Home
last modified time | relevance | path

Searched refs:xOldConnection (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Dconncleanup.cxx185 Reference< XConnection > xOldConnection; in propertyChange() local
186 _rEvent.OldValue >>= xOldConnection; in propertyChange()
187 …OSL_ENSURE( xOldConnection.get() == m_xOriginalConnection.get(), "OAutoConnectionDisposer::propert… in propertyChange()
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx1177 Reference< XComponent > xOldConnection; in setActiveDataSource() local
1178 aPropertySet->getPropertyValue(C2U("ActiveConnection")) >>= xOldConnection; in setActiveDataSource()
1192 if(xOldConnection.is()) in setActiveDataSource()
1193 xOldConnection->dispose(); in setActiveDataSource()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2613 …Reference<XConnection> xOldConnection(xRowSetProps->getPropertyValue(PROPERTY_ACTIVE_CONNECTION),U… in implSelect() local
2639 sal_Bool bRebuild = ( xOldConnection != pConData->xConnection ) in implSelect()

Completed in 48 milliseconds