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.cxx147 maUpperRect = Rectangle( maLowerRect.TopRight(), aRect.BottomRight() ); in Resize()
151 maUpperRect = Rectangle( 0, 0, aSize.Width()-1, aSize.Height()/2 ); in Resize()
152 maLowerRect = Rectangle( maUpperRect.BottomLeft(), aRect.BottomRight() ); in Resize()
211 ImplDrawSpinButton( this, maUpperRect, maLowerRect, mbUpperIn, mbLowerIn, in Paint()
223 if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) && ( ImplIsUpperEnabled() ) ) in MouseButtonDown()
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()
[all …]
H A Dspinfld.cxx47 rValue.maUpperRect = rUpperRect; in ImplGetSpinbuttonValue()
103 aClipRect.Union( rSpinbuttonValue.maUpperRect ); in ImplDrawNativeSpinfield()
423 if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseButtonDown()
427 Invalidate( maUpperRect ); in MouseButtonDown()
467 Invalidate( maUpperRect ); in MouseButtonUp()
490 sal_Bool bNewUpperIn = maUpperRect.IsInside( rMEvt.GetPosPixel() ); in MouseMove()
502 Invalidate( maUpperRect ); in MouseMove()
645 ImplDrawSpinButton( this, maUpperRect, maLowerRect, in Paint()
766 ImplCalcButtonAreas( this, aSize, maDropDownRect, maUpperRect, maLowerRect ); in Resize()
791 if ( maUpperRect.IsEmpty() ) in Resize()
[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()
2640 maUpperRect.Left() = nLeft+nMax+TB_SPIN_OFFSET; in ImplFormat()
2641 maUpperRect.Right() = maUpperRect.Left()+TB_SPIN_SIZE-1; in ImplFormat()
2642 maUpperRect.Top() = nTop; in ImplFormat()
2644 maLowerRect.Left() = maUpperRect.Left(); in ImplFormat()
2645 maLowerRect.Right() = maUpperRect.Right(); in ImplFormat()
2646 maUpperRect.Bottom() = maUpperRect.Top() + in ImplFormat()
2647 (maLowerRect.Bottom()-maUpperRect.Top())/2; 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 Dspinfld.hxx41 Rectangle maUpperRect; member in SpinField
H A Dspin.hxx40 Rectangle maUpperRect; member in SpinButton
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()