Searched refs:xExistingConn (Results 1 – 1 of 1) sorted by relevance
408 Reference< XConnection > xExistingConn( in lcl_connectRowSet() local412 if ( xExistingConn.is() in lcl_connectRowSet()414 || isEmbeddedInDatabase( _rxRowSet, xExistingConn ) in lcl_connectRowSet()416 || ( xExistingConn = findConnection( _rxRowSet ) ).is() in lcl_connectRowSet()421 …( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ActiveConnection" ) ), makeAny( xExistingConn ) ); in lcl_connectRowSet()425 xConnection.reset( xExistingConn, SharedConnection::NoTakeOwnership ); in lcl_connectRowSet()
Completed in 26 milliseconds