Lines Matching refs:aRect

1439 	Rectangle aRect( aPos, aSize );  in EditItemText()  local
1442 aRect.Left() -= 2; in EditItemText()
1443 aRect.Top() -= 3; in EditItemText()
1444 aRect.Bottom() += 3; in EditItemText()
1446 EditText( pItem->GetText(), aRect, rSelection ); in EditItemText()
1666 Rectangle aRect; // multi purpose in PaintEntry1() local
1803 aRect.SetPos( aEntryPos ); in PaintEntry1()
1804 aRect.SetSize( aRectSize ); in PaintEntry1()
1810 aRect.Left() = nTabPos; in PaintEntry1()
1814 aRect.Left() = 0; in PaintEntry1()
1815 aRect.Top() = nLine; in PaintEntry1()
1816 aRect.Bottom() = nLine + nTempEntryHeight - 1; in PaintEntry1()
1823 aRect.Right() = nRight; in PaintEntry1()
1826 aRect.Right() = nMaxRight; in PaintEntry1()
1836 if( aRect.Left() < aRect.Right() ) in PaintEntry1()
1837 DrawRect( aRect ); in PaintEntry1()
1847 aRect.Right() < nMaxRight ) in PaintEntry1()
1849 aRect.Left() = aRect.Right() - SV_TAB_BORDER; in PaintEntry1()
1850 DrawRect( aRect ); in PaintEntry1()
1864 aRect = GetFocusRect( pEntry, nLine ); in PaintEntry1()
1865 aRect.Top()++; in PaintEntry1()
1866 aRect.Bottom()--; in PaintEntry1()
1867 DrawRect( aRect ); in PaintEntry1()
1977 Rectangle aRect; in GetFocusRect() local
1978 aRect.Top() = nLine; in GetFocusRect()
2014 aRect.Left() = nX; in GetFocusRect()
2016 aRect.SetSize( aSize ); in GetFocusRect()
2017 if( aRect.Left() > 0 ) in GetFocusRect()
2018 aRect.Left()--; in GetFocusRect()
2019 aRect.Right()++; in GetFocusRect()
2053 aRect.Left() = nTabPos; in GetFocusRect()
2056 aRect.SetSize( aSize ); in GetFocusRect()
2059 if( aRect.Right() >= nRealWidth ) in GetFocusRect()
2061 aRect.Right() = nRealWidth-1; in GetFocusRect()
2062 nFocusWidth = (short)aRect.GetWidth(); in GetFocusRect()
2064 return aRect; in GetFocusRect()
2334 Rectangle aRect; in GetDragRegion() local
2339 aRect = ((SvTreeListBox*)this)->GetFocusRect( pEntry, aPos.Y() ); in GetDragRegion()
2341 Region aRegion( aRect ); in GetDragRegion()
2791 Rectangle aRect = GetFocusRect( pEntry, aPos.Y() ); in GetBoundingRect() local
2792 return aRect; in GetBoundingRect()