Lines Matching refs:xConnection
177 Reference< XConnection > xConnection; in connect() local
385 xConnection.set(xIfc,UNO_QUERY); in connect()
386 …elper(xOrig),TWeakConnectionPair(sKey,TWeakRefPair(WeakReferenceHelper(xConnection),WeakReferenceH… in connect()
397 return xConnection; in connect()
649 Reference<XConnection> xConnection(i->first,UNO_QUERY); in preCommit() local
650 if ( xConnection.is() ) in preCommit()
652 Reference< XStatement> xStmt = xConnection->createStatement(); in preCommit()
657 sal_Bool bPreviousAutoCommit = xConnection->getAutoCommit(); in preCommit()
658 xConnection->setAutoCommit( sal_False ); in preCommit()
659 xConnection->commit(); in preCommit()
660 xConnection->setAutoCommit( bPreviousAutoCommit ); in preCommit()