Lines Matching refs:aRect

550 		Rectangle aRect( GetVisibleArea() );  in InvalidateEntriesFrom()  local
551 aRect.Top() = nY; in InvalidateEntriesFrom()
552 pView->Invalidate( aRect ); in InvalidateEntriesFrom()
560 Rectangle aRect( GetVisibleArea() ); in InvalidateEntry() local
561 long nMaxBottom = aRect.Bottom(); in InvalidateEntry()
562 aRect.Top() = nY; in InvalidateEntry()
563 aRect.Bottom() = nY; aRect.Bottom() += pView->GetEntryHeight(); in InvalidateEntry()
564 if( aRect.Top() > nMaxBottom ) in InvalidateEntry()
566 if( aRect.Bottom() > nMaxBottom ) in InvalidateEntry()
567 aRect.Bottom() = nMaxBottom; in InvalidateEntry()
568 pView->Invalidate( aRect ); in InvalidateEntry()
602 Rectangle aRect = pView->GetFocusRect( pCursor, nY ); in RecalcFocusRect() local
603 CalcCellFocusRect( pCursor, aRect ); in RecalcFocusRect()
607 pView->ShowFocus( aRect ); in RecalcFocusRect()
696 Rectangle aRect = pView->GetFocusRect( pCursor, nY ); in ShowCursor() local
697 CalcCellFocusRect( pCursor, aRect ); in ShowCursor()
701 pView->ShowFocus( aRect ); in ShowCursor()
762 Rectangle aRect( GetVisibleArea() ); in IMPL_LINK_INLINE_END() local
763 pView->Scroll( -nDelta, 0, aRect, SCROLL_NOCHILDREN ); in IMPL_LINK_INLINE_END()
805 Rectangle aRect( pView->GetFocusRect( pEntry, nLine )); in EntryReallyHit() local
806 aRect.Right() = GetOutputSize().Width() - pView->GetMapMode().GetOrigin().X(); in EntryReallyHit()
810 aRect.Left() -= pBmp->GetSize(pView,pEntry).Width(); in EntryReallyHit()
811 aRect.Left() -= 4; // etwas Speilraum lassen in EntryReallyHit()
815 if( aRect.IsInside( aPos ) ) in EntryReallyHit()
973 Rectangle aRect; in Paint() local
1301 Rectangle aRect; in AdjustScrollBars() local
1302 aRect.SetSize( aOSize ); in AdjustScrollBars()
1303 aSelEng.SetVisibleArea( aRect ); in AdjustScrollBars()
3273 Rectangle aRect( aPos, aOutputSize ); in GetVisibleArea() local
3274 return aRect; in GetVisibleArea()
3547 Rectangle aRect = pView->GetFocusRect( (SvLBoxEntry*)pEntry, nY ); in ShowFocusRect() local
3551 pView->ShowFocus( aRect ); in ShowFocusRect()