Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/table/
H A Dtablecontrol_impl.cxx1507 for ( TableRowGeometry aRowIterator( *this, aAllCellsWithHeaders, getTopRow() ); in doPaintContent() local
1508 aRowIterator.isValid(); in doPaintContent()
1509 aRowIterator.moveDown() ) in doPaintContent()
1511 if ( _rUpdateRect.GetIntersection( aRowIterator.getRect() ).IsEmpty() ) in doPaintContent()
1515 bool const isSelectedRow = isRowSelected( aRowIterator.getRow() ); in doPaintContent()
1517 Rectangle const aRect = aRowIterator.getRect().GetIntersection( aAllDataCellsArea ); in doPaintContent()
1521 aRowIterator.getRow(), isControlFocused, isSelectedRow, in doPaintContent()
1528 const Rectangle aCurrentRowHeader( aRowHeaderArea.GetIntersection( aRowIterator.getRect() ) ); in doPaintContent()
1537 for ( TableCellGeometry aCell( aRowIterator, m_nLeftColumn ); in doPaintContent()

Completed in 29 milliseconds