Home
last modified time | relevance | path

Searched refs:maUpperRect (Results 1 – 13 of 13) sorted by relevance

/trunk/main/vcl/source/control/
H A Dspinbtn.cxx145 maUpperRect = Rectangle( maLowerRect.TopRight(), aRect.BottomRight() ); in Resize()
149 maUpperRect = Rectangle( 0, 0, aSize.Width() - 1, aSize.Height() / 2 ); in Resize()
225 Invalidate( maUpperRect ); in MouseButtonDown()
257 Invalidate( maUpperRect ); in MouseButtonUp()
279 if ( !maUpperRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove()
284 Invalidate( maUpperRect ); in MouseMove()
295 else if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove()
301 Invalidate( maUpperRect ); in MouseMove()
485 maFocusRect = _bUpper ? maUpperRect : maLowerRect; in ImplCalcFocusRect()
498 if( maUpperRect.IsInside( rPt ) ) in ImplFindPartRect()
[all …]
H A Dspinfld.cxx47 rValue.maUpperRect = rUpperRect; in ImplGetSpinbuttonValue()
423 if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseButtonDown()
427 Invalidate( maUpperRect ); in MouseButtonDown()
467 Invalidate( maUpperRect ); in MouseButtonUp()
502 Invalidate( maUpperRect ); in MouseMove()
791 if ( maUpperRect.IsEmpty() ) in Resize()
797 aSize.Width() = maUpperRect.Left(); in Resize()
830 Invalidate( maUpperRect ); in StateChanged()
897 if( maUpperRect.IsInside( rPt ) ) in ImplFindPartRect()
898 return &maUpperRect; in ImplFindPartRect()
[all …]
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx2558 maUpperRect = aEmptyRect; in ImplFormat()
2571 Rectangle aOldUpperRect = maUpperRect; in ImplFormat()
2574 maUpperRect = aEmptyRect; in ImplFormat()
2641 maUpperRect.Right() = maUpperRect.Left()+TB_SPIN_SIZE-1; in ImplFormat()
2642 maUpperRect.Top() = nTop; in ImplFormat()
2646 maUpperRect.Bottom() = maUpperRect.Top() + in ImplFormat()
2672 maUpperRect.Bottom() = maUpperRect.Top()+TB_SPIN_SIZE-1; in ImplFormat()
2673 maUpperRect.Left() = nLeft; in ImplFormat()
2677 maUpperRect.Right() = maUpperRect.Left() + in ImplFormat()
2845 if ( aOldUpperRect != maUpperRect ) in ImplFormat()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdevnative.cxx168 pNew->maUpperRect = rDev.ImplLogicToDevicePixel( pSpVal->maUpperRect ); in lcl_transformControlValue()
H A Dsalgdilayout.cxx741 mirror(pSpVal->maUpperRect,pOutDev,bBack); in mirror()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx175 Rectangle maUpperRect; member in ToolBox
658 return maUpperRect.GetUnion( maLowerRect ); in GetScrollRect()
H A Dspin.hxx40 Rectangle maUpperRect; member in SpinButton
H A Dspinfld.hxx41 Rectangle maUpperRect; member in SpinField
H A Dsalnativewidgets.hxx389 Rectangle maUpperRect; member in SpinbuttonValue
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx577 …rtSpinbuttonValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPart, &iStat… in ImplDrawNativeControl()
602 …rtSpinbuttonValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPart, &iStat… in ImplDrawNativeControl()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx251 Rectangle aButtonRect( pSpinVal->maUpperRect); in drawNativeControl()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx1111 Rectangle aSpinRect( pSpinButtonVal->maUpperRect ); in drawNativeControl()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1959 pixmapRect = pSpinVal->maUpperRect; in NWPaintGTKSpinBox()

Completed in 124 milliseconds