Lines Matching refs:getRect
718 m_rAntiImpl.Invalidate( aColumn.getRect() ); in impl_invalidateColumn()
923 if ( aColumn.getRect().Right() > _rArea.Right() ) in lcl_getColumnsVisibleWithin()
1449 Rectangle const aColRect(aHeaderRow.getRect()); in doPaintContent()
1462 if ( _rUpdateRect.GetIntersection( aCell.getRect() ).IsEmpty() ) in doPaintContent()
1468 *m_pDataWindow, aCell.getRect(), rStyle ); in doPaintContent()
1493 Rectangle const aInters( aIntersection.getRect() ); in doPaintContent()
1511 if ( _rUpdateRect.GetIntersection( aRowIterator.getRect() ).IsEmpty() ) in doPaintContent()
1517 Rectangle const aRect = aRowIterator.getRect().GetIntersection( aAllDataCellsArea ); in doPaintContent()
1528 const Rectangle aCurrentRowHeader( aRowHeaderArea.GetIntersection( aRowIterator.getRect() ) ); in doPaintContent()
1544 *m_pDataWindow, aCell.getRect(), rStyle ); in doPaintContent()
1971 _rCellRect = aCell.getRect(); in impl_getCellRect()
2179 aInvalidateRect.Union( aRow.getRect() ); in invalidateRowRange()
2671 return aGeometry.getRect(); in calcHeaderCellRect()