Searched refs:aTableCellIter (Results 1 – 1 of 1) sorted by relevance
285 std::vector< TableCell >::iterator aTableCellIter( aTableRowIter->getTableCells().begin() ); in pushToPropSet() local286 while( aTableCellIter != aTableRowIter->getTableCells().end() ) in pushToPropSet()288 TableCell& rTableCell( *aTableCellIter ); in pushToPropSet()300 aTableCellIter++; in pushToPropSet()
Completed in 9 milliseconds