Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/misc/
H A Ddatasourceconnector.cxx182 Reference< XCompletedConnection > xConnectionCompletion( _xDataSource, UNO_QUERY_THROW ); in connect() local
198 xConnection = xConnectionCompletion->connectWithCompletion(xHandler); in connect()
H A DUITools.cxx367 Reference<XCompletedConnection> xConnectionCompletion(_xDataSource, UNO_QUERY); in createConnection() local
368 if (!xConnectionCompletion.is()) in createConnection()
382 _rOUTConnection = xConnectionCompletion->connectWithCompletion(xHandler); in createConnection()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx317 Reference<XCompletedConnection> xConnectionCompletion(xProp, UNO_QUERY); in getConnection_allowException() local
318 if (xConnectionCompletion.is()) in getConnection_allowException()
324 xConnection = xConnectionCompletion->connectWithCompletion(xHandler); in getConnection_allowException()

Completed in 44 milliseconds