Searched refs:nConnId (Results 1 – 2 of 2) sorted by relevance
208 Connection::Connection( const WorkbookHelper& rHelper, sal_Int32 nConnId ) : in Connection() argument211 maModel.mnId = nConnId; in Connection()478 ConnectionRef ConnectionsBuffer::getConnection( sal_Int32 nConnId ) const in getConnection()480 return maConnectionsById.get( nConnId ); in getConnection()485 sal_Int32 nConnId = rxConnection->getConnectionId(); in insertConnectionToMap() local486 if( nConnId > 0 ) in insertConnectionToMap()488 …OSL_ENSURE( !maConnectionsById.has( nConnId ), "ConnectionsBuffer::insertConnectionToMap - multipl… in insertConnectionToMap()489 maConnectionsById[ nConnId ] = rxConnection; in insertConnectionToMap()490 mnUnusedId = ::std::max< sal_Int32 >( mnUnusedId, nConnId + 1 ); in insertConnectionToMap()
108 explicit Connection( const WorkbookHelper& rHelper, sal_Int32 nConnId = -1 );162 ConnectionRef getConnection( sal_Int32 nConnId ) const;
Completed in 45 milliseconds