Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/control/
H A Dspinbtn.cxx146 maLowerRect = Rectangle( 0, 0, aSize.Width()/2, aSize.Height()-1 ); in Resize()
147 maUpperRect = Rectangle( maLowerRect.TopRight(), aRect.BottomRight() ); in Resize()
152 maLowerRect = Rectangle( maUpperRect.BottomLeft(), aRect.BottomRight() ); in Resize()
211 ImplDrawSpinButton( this, maUpperRect, maLowerRect, mbUpperIn, mbLowerIn, in Paint()
229 else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) && ( ImplIsLowerEnabled() ) ) in MouseButtonDown()
233 Invalidate( maLowerRect ); in MouseButtonDown()
266 Invalidate( maLowerRect ); in MouseButtonUp()
289 else if ( !maLowerRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove()
294 Invalidate( maLowerRect ); in MouseMove()
306 else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove()
[all …]
H A Dspinfld.cxx48 rValue.maLowerRect = rLowerRect; in ImplGetSpinbuttonValue()
102 Rectangle aClipRect( rSpinbuttonValue.maLowerRect ); in ImplDrawNativeSpinfield()
429 else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseButtonDown()
433 Invalidate( maLowerRect ); in MouseButtonDown()
474 Invalidate( maLowerRect ); in MouseButtonUp()
508 sal_Bool bNewLowerIn = maLowerRect.IsInside( rMEvt.GetPosPixel() ); in MouseMove()
520 Invalidate( maLowerRect ); in MouseMove()
645 ImplDrawSpinButton( this, maUpperRect, maLowerRect, in Paint()
766 ImplCalcButtonAreas( this, aSize, maDropDownRect, maUpperRect, maLowerRect ); in Resize()
809 Invalidate( Rectangle( maUpperRect.TopLeft(), maLowerRect.BottomRight() ) ); in Resize()
[all …]
/AOO41X/main/vcl/source/window/
H A Dtoolbox.cxx2557 maLowerRect = aEmptyRect; in ImplFormat()
2570 Rectangle aOldLowerRect = maLowerRect; in ImplFormat()
2575 maLowerRect = aEmptyRect; in ImplFormat()
2643 maLowerRect.Bottom() = mnDY-mnBottomBorder-mnBorderY-TB_BORDER_OFFSET2-1; in ImplFormat()
2644 maLowerRect.Left() = maUpperRect.Left(); in ImplFormat()
2645 maLowerRect.Right() = maUpperRect.Right(); in ImplFormat()
2647 (maLowerRect.Bottom()-maUpperRect.Top())/2; in ImplFormat()
2648 maLowerRect.Top() = maUpperRect.Bottom(); in ImplFormat()
2674 maLowerRect.Right() = mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1; in ImplFormat()
2675 maLowerRect.Top() = maUpperRect.Top(); in ImplFormat()
[all …]
/AOO41X/main/vcl/source/gdi/
H A Doutdevnative.cxx169 pNew->maLowerRect = rDev.ImplLogicToDevicePixel( pSpVal->maLowerRect ); in lcl_transformControlValue()
H A Dsalgdilayout.cxx742 mirror(pSpVal->maLowerRect,pOutDev,bBack); in mirror()
/AOO41X/main/vcl/inc/vcl/
H A Dspinfld.hxx42 Rectangle maLowerRect; member in SpinField
H A Dspin.hxx41 Rectangle maLowerRect; member in SpinButton
H A Dtoolbox.hxx176 Rectangle maLowerRect; member in ToolBox
658 return maUpperRect.GetUnion( maLowerRect ); in GetScrollRect()
H A Dsalnativewidgets.hxx390 Rectangle maLowerRect; member in SpinbuttonValue
/AOO41X/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx582 …rtSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPart, &iStat… in ImplDrawNativeControl()
607 …rtSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPart, &iStat… in ImplDrawNativeControl()
/AOO41X/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx252 aButtonRect.Union( pSpinVal->maLowerRect );; in drawNativeControl()
/AOO41X/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx1112 aSpinRect.Union( pSpinButtonVal->maLowerRect ); in drawNativeControl()
/AOO41X/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1960 pixmapRect.Union( pSpinVal->maLowerRect ); in NWPaintGTKSpinBox()