Home
last modified time | relevance | path

Searched refs:nConnId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Dconnectionsbuffer.cxx208 Connection::Connection( const WorkbookHelper& rHelper, sal_Int32 nConnId ) : in Connection() argument
211 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() local
486 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()
/trunk/main/oox/inc/oox/xls/
H A Dconnectionsbuffer.hxx108 explicit Connection( const WorkbookHelper& rHelper, sal_Int32 nConnId = -1 );
162 ConnectionRef getConnection( sal_Int32 nConnId ) const;

Completed in 21 milliseconds