Lines Matching refs:Rectangle
499 Rectangle aFromRect( GetFieldRect( nColumnId) ); in SetColumnPos()
507 Rectangle aNextRect(GetFieldRect( pNextCol->GetId() )); in SetColumnPos()
513 Rectangle aToRect( GetFieldRect( nColumnId ) ); in SetColumnPos()
520 Rectangle aScrollArea; in SetColumnPos()
526 aScrollArea = Rectangle(Point(aToRect.Left(),0), in SetColumnPos()
531 aScrollArea = Rectangle(Point(aNextRect.Left(),0), in SetColumnPos()
609 Invalidate( Rectangle( Point(0,0), in SetColumnMode()
647 Invalidate( Rectangle( Point(0,0), in SetColumnTitle()
742 Rectangle aScrRect( nX + std::min( (sal_uLong)nOldWidth, nWidth ), 0, in SetColumnWidth()
748 Rectangle aInvRect( nX, 0, nX + std::max( nWidth, (sal_uLong)nOldWidth ), USHRT_MAX ); in SetColumnWidth()
1038 Rectangle aScrollRect( Point( nFrozenWidth + nDelta, 0 ), in ScrollColumns()
1050 Rectangle aInvalidateRect( aScrollRect ); in ScrollColumns()
1084 Rectangle aScrollRect( Point( nFrozenWidth, 0 ), in ScrollColumns()
1104 Invalidate( Rectangle( in ScrollColumns()
1107 getDataWindow()->Invalidate( Rectangle( in ScrollColumns()
1226 Rectangle aRect; in RowModified()
1229 aRect = Rectangle( Point( 0, (nRow-nTopRow) * GetDataRowHeight() ), in RowModified()
1342 Rectangle( Point( 0, nY ), in RowInserted()
1351 pDataWin->Invalidate( Rectangle( Point( 0, nY ), in RowInserted()
1487 Rectangle( Point( 0, nY ), Size( aSz.Width(), in RowRemoved()
1497 Rectangle aRect( in RowRemoved()
1874 Rectangle aHighlightRect; in SelectAll()
1880 aHighlightRect.Union( Rectangle( in SelectAll()
1961 Rectangle aRect( in SelectRow()
2036 Rectangle aFieldRectPix( GetFieldRectPixel( nCurRow, nCurColId, sal_False ) ); in SelectColumnPos()
2037 Rectangle aRect( in SelectColumnPos()
2194 Rectangle aFieldRect = GetFieldRectPixel( nRow, nColId, sal_False ); in MakeFieldVisible()
2195 Rectangle aDataRect = Rectangle( Point(0, 0), pDataWin->GetSizePixel() ); in MakeFieldVisible()
2247 Rectangle aRect( ImplFieldRectPixel( nRow, nColumnId ) ); in IsFieldVisible()
2252 Rectangle aOutRect( Point(0, 0), pDataWin->GetOutputSizePixel() ); in IsFieldVisible()
2264 Rectangle BrowseBox::GetFieldRectPixel( long nRow, sal_uInt16 nColumnId, in GetFieldRectPixel()
2270 Rectangle aRect( ImplFieldRectPixel( nRow, nColumnId ) ); in GetFieldRectPixel()
2282 return Rectangle( aTopLeft, aRect.GetSize() ); in GetFieldRectPixel()
2287 Rectangle BrowseBox::GetRowRectPixel( long nRow, sal_Bool bRelToBrowser ) const in GetRowRectPixel()
2292 Rectangle aRect; in GetRowRectPixel()
2296 aRect = Rectangle( in GetRowRectPixel()
2311 return Rectangle( aTopLeft, aRect.GetSize() ); in GetRowRectPixel()
2316 Rectangle BrowseBox::ImplFieldRectPixel( long nRow, sal_uInt16 nColumnId ) const in ImplFieldRectPixel()
2331 return Rectangle(); in ImplFieldRectPixel()
2339 return Rectangle( in ImplFieldRectPixel()
2368 Rectangle BrowseBox::GetFieldRect( sal_uInt16 nColumnId ) const in GetFieldRect()
2413 Rectangle BrowseBox::GetControlArea() const in GetControlArea()
2417 return Rectangle( in GetControlArea()