Lines Matching refs:aControlRect
266 const Rectangle aControlRect = getControlRect(); in Paint() local
271 aSlider.Top() += (aControlRect.GetHeight() - nSliderHeight)/2 - 1; in Paint()
327 aImagePoint.Y() += (aControlRect.GetHeight() - nButtonHeight)/2; in Paint()
333 aImagePoint.Y() += (aControlRect.GetHeight() - nIncDecHeight)/2; in Paint()
337 …aImagePoint.X() = aRect.TopLeft().X() + aControlRect.GetWidth() - nIncDecWidth - (nSliderXOffset -… in Paint()
351 const Rectangle aControlRect = getControlRect(); in MouseButtonDown() local
353 const sal_Int32 nXDiff = aPoint.X() - aControlRect.Left(); in MouseButtonDown()
364 else if ( nXDiff >= aControlRect.GetWidth() - nSliderXOffset + nButtonLeftOffset && in MouseButtonDown()
365 nXDiff <= aControlRect.GetWidth() - nSliderXOffset + nButtonRightOffset ) in MouseButtonDown()
368 else if( nXDiff >= nSliderXOffset && nXDiff <= aControlRect.GetWidth() - nSliderXOffset ) in MouseButtonDown()
413 const Rectangle aControlRect = getControlRect(); in MouseMove() local
415 const sal_Int32 nXDiff = aPoint.X() - aControlRect.Left(); in MouseMove()
417 if ( nXDiff >= nSliderXOffset && nXDiff <= aControlRect.GetWidth() - nSliderXOffset ) in MouseMove()