Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/control/
H A Dspinbtn.cxx151 maUpperRect = Rectangle( 0, 0, aSize.Width()-1, aSize.Height()/2 ); in Resize()
211 ImplDrawSpinButton( this, maUpperRect, maLowerRect, mbUpperIn, mbLowerIn, in Paint()
227 Invalidate( maUpperRect ); in MouseButtonDown()
259 Invalidate( maUpperRect ); in MouseButtonUp()
281 if ( !maUpperRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove()
286 Invalidate( maUpperRect ); in MouseMove()
297 else if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove()
303 Invalidate( maUpperRect ); in MouseMove()
487 maFocusRect = _bUpper ? maUpperRect : maLowerRect; in ImplCalcFocusRect()
500 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 …]
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/main/vcl/inc/vcl/
H A Dspin.hxx40 Rectangle maUpperRect; member in SpinButton
H A Dspinfld.hxx41 Rectangle maUpperRect; member in SpinField
H A Dtoolbox.hxx175 Rectangle maUpperRect; member in ToolBox
658 return maUpperRect.GetUnion( maLowerRect ); in GetScrollRect()
H A Dsalnativewidgets.hxx389 Rectangle maUpperRect; member in SpinbuttonValue
/aoo41x/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()
/aoo41x/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx251 Rectangle aButtonRect( pSpinVal->maUpperRect); in drawNativeControl()
/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx1111 Rectangle aSpinRect( pSpinButtonVal->maUpperRect ); in drawNativeControl()
/aoo41x/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1959 pixmapRect = pSpinVal->maUpperRect; in NWPaintGTKSpinBox()

Completed in 86 milliseconds