Searched refs:ConnectionRef (Results 1 – 3 of 3) sorted by relevance
144 typedef ::boost::shared_ptr< Connection > ConnectionRef; typedef162 ConnectionRef getConnection( sal_Int32 nConnId ) const;166 void insertConnectionToMap( const ConnectionRef& rxConnection );
459 ConnectionRef xConnection( new Connection( *this ) ); in createConnection()466 ConnectionRef xConnection( new Connection( *this, mnUnusedId ) ); in createConnectionWithId()478 ConnectionRef ConnectionsBuffer::getConnection( sal_Int32 nConnId ) const in getConnection()483 void ConnectionsBuffer::insertConnectionToMap( const ConnectionRef& rxConnection ) in insertConnectionToMap()
306 ConnectionRef xConnection = getConnections().getConnection( maModel.mnConnId ); in importQueryTableSettings()314 ConnectionRef xConnection = getConnections().getConnection( maModel.mnConnId ); in finalizeImport()
Completed in 141 milliseconds