Searched refs:xConnectionCompletion (Results 1 – 3 of 3) sorted by relevance
182 Reference< XCompletedConnection > xConnectionCompletion( _xDataSource, UNO_QUERY_THROW ); in connect() local198 xConnection = xConnectionCompletion->connectWithCompletion(xHandler); in connect()
367 Reference<XCompletedConnection> xConnectionCompletion(_xDataSource, UNO_QUERY); in createConnection() local368 if (!xConnectionCompletion.is()) in createConnection()382 _rOUTConnection = xConnectionCompletion->connectWithCompletion(xHandler); in createConnection()
317 Reference<XCompletedConnection> xConnectionCompletion(xProp, UNO_QUERY); in getConnection_allowException() local318 if (xConnectionCompletion.is()) in getConnection_allowException()324 xConnection = xConnectionCompletion->connectWithCompletion(xHandler); in getConnection_allowException()
Completed in 83 milliseconds