Searched refs:xSharedConn (Results 1 – 1 of 1) sorted by relevance
2799 Reference< XConnection > xSharedConn; in stopSharingConnection() local2800 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 35 milliseconds