Lines Matching refs:aCell
1457 for ( TableCellGeometry aCell( aHeaderRow, m_nLeftColumn ); in doPaintContent() local
1458 aCell.isValid(); in doPaintContent()
1459 aCell.moveRight() in doPaintContent()
1462 if ( _rUpdateRect.GetIntersection( aCell.getRect() ).IsEmpty() ) in doPaintContent()
1465 bool isActiveColumn = ( aCell.getColumn() == getCurrentColumn() ); in doPaintContent()
1467 pRenderer->PaintColumnHeader( aCell.getColumn(), isActiveColumn, isSelectedColumn, in doPaintContent()
1468 *m_pDataWindow, aCell.getRect(), rStyle ); in doPaintContent()
1537 for ( TableCellGeometry aCell( aRowIterator, m_nLeftColumn ); in doPaintContent() local
1538 aCell.isValid(); in doPaintContent()
1539 aCell.moveRight() in doPaintContent()
1543 … pRenderer->PaintCell( aCell.getColumn(), isSelectedRow || isSelectedColumn, isControlFocused, in doPaintContent()
1544 *m_pDataWindow, aCell.getRect(), rStyle ); in doPaintContent()
1970 TableCellGeometry aCell( *this, impl_getAllVisibleCellsArea(), _nColumn, _nRow ); in impl_getCellRect() local
1971 _rCellRect = aCell.getRect(); in impl_getCellRect()
1991 TableCell aCell( getColAtPoint( i_point ), getRowAtPoint( i_point ) ); in hitTest() local
1992 if ( aCell.nColumn > COL_ROW_HEADERS ) in hitTest()
1994 PColumnModel const pColumn = m_pModel->getColumnModel( aCell.nColumn ); in hitTest()
1995 MutableColumnMetrics const & rColInfo( m_aColumnWidths[ aCell.nColumn ] ); in hitTest()
2001 aCell.eArea = ColumnDivider; in hitTest()
2004 return aCell; in hitTest()