Lines Matching refs:bottom
366 rc.bottom = aRect.nBottom; in ImplGetThemeRect()
432 pRect->bottom = rRect.Bottom()+1; in ImplConvertSpinbuttonValues()
538 if( ( (nPart == PART_THUMB_VERT) && (rc.bottom-rc.top > 12) ) || in ImplDrawNativeControl()
803 rc.bottom--; in ImplDrawNativeControl()
834 rc.bottom+=2; in ImplDrawNativeControl()
890 …rc.bottom += pValue->maTopDockingAreaHeight; // extend potential gradient to cover docking area… in ImplDrawNativeControl()
936 aTRect.top += (rc.bottom - rc.top - nH)/2; in ImplDrawNativeControl()
937 aTRect.bottom = aTRect.top + nH; in ImplDrawNativeControl()
953 aThumbRect.bottom = pVal->maThumbRect.Bottom(); in ImplDrawNativeControl()
1012 … aBGRect.bottom = rMVal.maItemRect.Bottom()+1; // see below in drawNativeControl in ImplDrawNativeControl()
1016 aBGRect.left += 1; aBGRect.top += 1; aBGRect.bottom +=1; in ImplDrawNativeControl()
1033 MENU_POPUPSEPARATOR, 0, Rectangle( rc.left, rc.top, rc.right, rc.bottom ) ) ); in ImplDrawNativeControl()
1035 long nDY = ((rc.bottom - rc.top + 1) - aRect.GetHeight()) / 2; in ImplDrawNativeControl()
1037 rc.bottom = rc.top+aRect.GetHeight()-1; in ImplDrawNativeControl()
1157 rc.bottom = buttonRect.Bottom()+1; in drawNativeControl()