Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx507 SelectColumnsMetaData::const_iterator aLeftIter = m_pKeyColumnNames->find(i_sLeftColumn); in fillJoinedColumns_throw() local
510 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()
/aoo41x/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx737 const TableColumnsMapEntry::const_iterator aLeftIter = rCols.find( nLeft ); in SetAttributes() local
740 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 38 milliseconds