Lines Matching refs:Right
210 aRect.Right() = aRect.Left() + mpItemList->GetObject( nPos )->mnSize - 1; in ImplGetItemRect()
212 if ( aRect.Right() > 16000 ) in ImplGetItemRect()
213 aRect.Right() = 16000; in ImplGetItemRect()
296 aEndPos.X() = aRect2.Right()-6; in ImplInvertDrag()
347 if ( aRect.Right() < pRect->Left() ) in ImplDrawItem()
349 else if ( aRect.Left() > pRect->Right() ) in ImplDrawItem()
354 if ( aRect.Right() < 0 ) in ImplDrawItem()
383 pDev->DrawLine( Point( aRect.Right(), aRect.Top() ), in ImplDrawItem()
384 Point( aRect.Right(), aRect.Bottom() ) ); in ImplDrawItem()
446 nTxtPos = aRect.Right()-nTxtWidth-HEADERBAR_TEXTOFF; in ImplDrawItem()
460 if ( nTxtPos+nTxtWidth+nArrowWidth >= aRect.Right() ) in ImplDrawItem()
536 nImagePos = aRect.Right()-aImageSize.Width(); in ImplDrawItem()
558 if ( nImagePos+aImageSize.Width() <= aRect.Right() ) in ImplDrawItem()
586 else if ( nArrowX+HEAD_ARROWSIZE2 > aRect.Right() ) in ImplDrawItem()
669 aRect.Left() = ImplGetItemRect( nItemCount-1 ).Right(); in ImplUpdate()
672 aRect.Right() = mnDX-1; in ImplUpdate()
684 aRect.Left() = aRect.Right(); in ImplUpdate()
685 aRect.Right() = mnDX-1; in ImplUpdate()
686 if ( aRect.Left() < aRect.Right() ) in ImplUpdate()
1039 pDev->DrawLine( aRect.TopLeft(), Point( aRect.Right(), aRect.Top() ) ); in Draw()
1041 pDev->DrawLine( Point( aRect.Left(), aRect.Bottom() ), Point( aRect.Right(), aRect.Bottom() ) ); in Draw()
1046 …pDev->DrawLine( Point( aRect.Right(), aRect.Top() ), Point( aRect.Right(), aRect.Bottom() ) ); … in Draw()
1057 aItemRect.Right() = aItemRect.Left() + mpItemList->GetObject( i )->mnSize - 1; in Draw()
1059 if ( aItemRect.Right() > 16000 ) in Draw()
1060 aItemRect.Right() = 16000; in Draw()
1108 aItemRect.Right() = aPt.X(); in RequestHelp()