Lines Matching refs:Rectangle

39 void ImplGetSpinbuttonValue( Window *pWin, const Rectangle& rUpperRect,  in ImplGetSpinbuttonValue()
40 const Rectangle& rLowerRect, in ImplGetSpinbuttonValue()
93 …bNativeOK = pWin->DrawNativeControl( CTRL_SPINBOX, PART_ALL_BUTTONS, Rectangle(), CTRL_STATE_ENABL… in ImplDrawNativeSpinfield()
102 Rectangle aClipRect( rSpinbuttonValue.maLowerRect ); in ImplDrawNativeSpinfield()
113 Rectangle aBound, aContent; in ImplDrawNativeSpinfield()
114 Rectangle aNatRgn( aPt, aSize ); in ImplDrawNativeSpinfield()
122 Rectangle aRgn( aPt, aSize ); in ImplDrawNativeSpinfield()
139 …bNativeOK = pWin->DrawNativeControl( CTRL_SPINBUTTONS, PART_ALL_BUTTONS, Rectangle(), CTRL_STATE_E… in ImplDrawNativeSpinbuttons()
146 const Rectangle& rUpperRect, in ImplDrawSpinButton()
147 const Rectangle& rLowerRect, in ImplDrawSpinButton()
193 Rectangle aUpRect; in ImplDrawSpinButton()
237 Rectangle aLowRect; in ImplDrawSpinButton()
439 Paint( Rectangle( Point(), GetOutputSizePixel() ) ); in MouseButtonDown()
561 Paint( Rectangle( Point(), GetOutputSizePixel() ) ); in Notify()
640 void SpinField::Paint( const Rectangle& rRect ) in Paint()
656 Rectangle aInnerRect = aView.DrawButton( maDropDownRect, nStyle ); in Paint()
671 …tonAreas( OutputDevice* pDev, const Size& rOutSz, Rectangle& rDDArea, Rectangle& rSpinUpArea, Rect… in ImplCalcButtonAreas()
684 rDDArea = Rectangle( Point( aSize.Width(), 0 ), aDropDownSize ); in ImplCalcButtonAreas()
701 Rectangle aContentUp, aContentDown; in ImplCalcButtonAreas()
713 Rectangle aBound; in ImplCalcButtonAreas()
717 Rectangle aArea( aPoint, pBorder->GetOutputSizePixel() ); in ImplCalcButtonAreas()
743 … rSpinUpArea = Rectangle( aSize.Width(), nTop1, rOutSz.Width()-aDropDownSize.Width()-1, nBottom1 ); in ImplCalcButtonAreas()
744 rSpinDownArea = Rectangle( rSpinUpArea.Left(), nTop2, rSpinUpArea.Right(), nBottom2 ); in ImplCalcButtonAreas()
770 Rectangle aContent, aBound; in Resize()
774 Rectangle aArea( aPoint, pBorder->GetOutputSizePixel() ); in Resize()
809 Invalidate( Rectangle( maUpperRect.TopLeft(), maLowerRect.BottomRight() ) ); in Resize()
895 Rectangle* SpinField::ImplFindPartRect( const Point& rPt ) in ImplFindPartRect()
918 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in PreNotify()
919 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify()
960 Paint( Rectangle( Point(), GetOutputSizePixel() ) ); in EndDropDown()
1056 Rectangle aDD, aUp, aDown; in Draw()
1073 Rectangle aInnerRect = aView.DrawButton( aDD, nStyle ); in Draw()