Searched refs:aTableRowIter (Results 1 – 1 of 1) sorted by relevance
68 std::vector< TableRow >::const_iterator aTableRowIter( rvTableRows.begin() ); in CreateTableRows() local74 …xPropSet->setPropertyValue( sHeight, Any( static_cast< sal_Int32 >( aTableRowIter->getHeight() / 3… in CreateTableRows()75 aTableRowIter++; in CreateTableRows()281 std::vector< TableRow >::iterator aTableRowIter( mvTableRows.begin() ); in pushToPropSet() local282 while( aTableRowIter != mvTableRows.end() ) in pushToPropSet()285 std::vector< TableCell >::iterator aTableCellIter( aTableRowIter->getTableCells().begin() ); in pushToPropSet()286 while( aTableCellIter != aTableRowIter->getTableCells().end() ) in pushToPropSet()297 nColumn, aTableRowIter->getTableCells().size(), nRow, mvTableRows.size() ); in pushToPropSet()303 aTableRowIter++; in pushToPropSet()
Completed in 13 milliseconds