Lines Matching refs:aRect

1226 	Rectangle aRect;  in RowModified()  local
1229 aRect = Rectangle( Point( 0, (nRow-nTopRow) * GetDataRowHeight() ), in RowModified()
1234 aRect = GetFieldRectPixel( nRow, nColId, sal_False ); in RowModified()
1236 getDataWindow()->Invalidate( aRect ); in RowModified()
1497 Rectangle aRect( in RowRemoved() local
1501 pDataWin->Invalidate( aRect ); in RowRemoved()
1961 Rectangle aRect( in SelectRow() local
1964 pDataWin->Invalidate( aRect ); in SelectRow()
2037 Rectangle aRect( in SelectColumnPos() local
2041 pDataWin->Invalidate( aRect ); in SelectColumnPos()
2247 Rectangle aRect( ImplFieldRectPixel( nRow, nColumnId ) ); in IsFieldVisible() local
2248 if ( aRect.IsEmpty() ) in IsFieldVisible()
2256 return aOutRect.IsInside( aRect ); in IsFieldVisible()
2259 return !aOutRect.Intersection( aRect ).IsEmpty(); in IsFieldVisible()
2270 Rectangle aRect( ImplFieldRectPixel( nRow, nColumnId ) ); in GetFieldRectPixel() local
2271 if ( aRect.IsEmpty() ) in GetFieldRectPixel()
2272 return aRect; in GetFieldRectPixel()
2275 Point aTopLeft( aRect.TopLeft() ); in GetFieldRectPixel()
2282 return Rectangle( aTopLeft, aRect.GetSize() ); in GetFieldRectPixel()
2292 Rectangle aRect; in GetRowRectPixel() local
2295 return aRect; in GetRowRectPixel()
2296 aRect = Rectangle( in GetRowRectPixel()
2299 if ( aRect.TopLeft().Y() > pDataWin->GetOutputSizePixel().Height() ) in GetRowRectPixel()
2301 return aRect; in GetRowRectPixel()
2304 Point aTopLeft( aRect.TopLeft() ); in GetRowRectPixel()
2311 return Rectangle( aTopLeft, aRect.GetSize() ); in GetRowRectPixel()