Searched refs:aRightIter (Results 1 – 2 of 2) sorted by relevance
508 SelectColumnsMetaData::const_iterator aRightIter = m_pKeyColumnNames->find(i_sRightColumn); in fillJoinedColumns_throw() local522 bool bRightKey = aRightIter != m_pKeyColumnNames->end(); in fillJoinedColumns_throw()525 nRight = aRightIter->second.nPosition; in fillJoinedColumns_throw()529 aRightIter = m_pColumnNames->find(i_sRightColumn); in fillJoinedColumns_throw()530 if ( aRightIter != m_pColumnNames->end() ) in fillJoinedColumns_throw()531 nRight = aRightIter->second.nPosition; in fillJoinedColumns_throw()
738 const TableColumnsMapEntry::const_iterator aRightIter = rCols.find( nRight ); in SetAttributes() local740 ASSERT( aLeftIter != rCols.end() && aRightIter != rCols.end(), "Colspan trouble" ) in SetAttributes()741 if ( aLeftIter != rCols.end() && aRightIter != rCols.end() ) in SetAttributes()743 nVal = std::distance( aLeftIter, aRightIter ); in SetAttributes()
Completed in 45 milliseconds