Searched refs:aRowOfCellsIterator (Results 1 – 1 of 1) sorted by relevance
577 PropertyMapVector2::const_iterator aRowOfCellsIterator = m_aCellProperties.begin(); in endTableGetCellProperties() local584 while( aRowOfCellsIterator != aRowOfCellsIteratorEnd ) in endTableGetCellProperties()586 if ( ! aRowOfCellsIterator->empty()) in endTableGetCellProperties()589 PropertyMapVector1::const_iterator aCellIterator = aRowOfCellsIterator->begin(); in endTableGetCellProperties()590 PropertyMapVector1::const_iterator aCellIteratorEnd = aRowOfCellsIterator->end(); in endTableGetCellProperties()591 … PropertyMapVector1::const_iterator aLastCellIterator = aRowOfCellsIterator->end() - 1; in endTableGetCellProperties()612 pCellProperties[nRow].realloc( aRowOfCellsIterator->size() ); in endTableGetCellProperties()619 bool bIsEndRow = aRowOfCellsIterator == aLastRowIterator; in endTableGetCellProperties()715 ++aRowOfCellsIterator; in endTableGetCellProperties()
Completed in 35 milliseconds