Home
last modified time | relevance | path

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

/aoo42x/main/connectivity/source/commontools/
H A Ddbtools.cxx408 Reference< XConnection > xExistingConn( in lcl_connectRowSet() local
412 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