Searched refs:aLeftIter (Results 1 – 2 of 2) sorted by relevance
507 SelectColumnsMetaData::const_iterator aLeftIter = m_pKeyColumnNames->find(i_sLeftColumn); in fillJoinedColumns_throw() local510 bool bLeftKey = aLeftIter != m_pKeyColumnNames->end(); in fillJoinedColumns_throw()513 nLeft = aLeftIter->second.nPosition; in fillJoinedColumns_throw()517 aLeftIter = m_pColumnNames->find(i_sLeftColumn); in fillJoinedColumns_throw()518 if ( aLeftIter != m_pColumnNames->end() ) in fillJoinedColumns_throw()519 nLeft = aLeftIter->second.nPosition; in fillJoinedColumns_throw()
737 const TableColumnsMapEntry::const_iterator aLeftIter = rCols.find( nLeft ); 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 30 milliseconds