Home
last modified time | relevance | path

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

/aoo42x/main/forms/source/component/
H A DDatabaseForm.cxx2799 Reference< XConnection > xSharedConn; in stopSharingConnection() local
2800 m_xAggregateSet->getPropertyValue( PROPERTY_ACTIVE_CONNECTION ) >>= xSharedConn; in stopSharingConnection()
2801 OSL_ENSURE( xSharedConn.is(), "ODatabaseForm::stopSharingConnection: there's no conn!" ); in stopSharingConnection()
2804 Reference< XComponent > xSharedConnComp( xSharedConn, UNO_QUERY ); in stopSharingConnection()
2812 xSharedConn.clear(); in stopSharingConnection()
2814 m_xAggregateSet->setPropertyValue( PROPERTY_ACTIVE_CONNECTION, makeAny( xSharedConn ) ); in stopSharingConnection()

Completed in 21 milliseconds