Lines Matching refs:Rectangle
71 Rectangle maFocusRect;
72 Rectangle maSymbolRect;
311 void Button::SetFocusRect( const Rectangle& rFocusRect ) in SetFocusRect()
317 const Rectangle& Button::GetFocusRect() const in GetFocusRect()
324 const Rectangle& Button::ImplGetSymbolRect() const in ImplGetSymbolRect()
329 void Button::ImplSetSymbolRect( const Rectangle& i_rRect ) in ImplSetSymbolRect()
369 sal_uInt16 nTextStyle, Rectangle *pSymbolRect, in ImplDrawAlignedImage()
382 Rectangle aOutRect( rPos, rSize ); in ImplDrawAlignedImage()
442 Rectangle aUnion = Rectangle( aImagePos, aImageSize ); in ImplDrawAlignedImage()
443 Rectangle aSymbol; in ImplDrawAlignedImage()
451 Rectangle aRect = Rectangle( Point(), rSize ); in ImplDrawAlignedImage()
462 aSymbol = Rectangle( Point(), Size( nSymbolHeight, nSymbolHeight ) ); in ImplDrawAlignedImage()
469 aSymbol = Rectangle( Point(), rSize ); in ImplDrawAlignedImage()
575 aUnion = Rectangle( aImagePos, aImageSize ); in ImplDrawAlignedImage()
576 aUnion.Union( Rectangle( aTextPos, aTSSize ) ); in ImplDrawAlignedImage()
621 *pSymbolRect = Rectangle( aRightPos, aSymbolSize ); in ImplDrawAlignedImage()
625 *pSymbolRect = Rectangle( aTextPos, aSymbolSize ); in ImplDrawAlignedImage()
657 ImplSetFocusRect( Rectangle( aTextPos, aTextSize ) ); in ImplDrawAlignedImage()
658 … pDev->DrawText( Rectangle( aTextPos, aTextSize ), aText, nTextStyle, pVector, pDisplayText ); in ImplDrawAlignedImage()
662 ImplSetFocusRect( Rectangle( aImagePos, aImageSize ) ); in ImplDrawAlignedImage()
667 void Button::ImplSetFocusRect( const Rectangle &rFocusRect ) in ImplSetFocusRect()
669 Rectangle aFocusRect = rFocusRect; in ImplSetFocusRect()
670 Rectangle aOutputRect = Rectangle( Point(), GetOutputSizePixel() ); in ImplSetFocusRect()
689 const Rectangle& Button::ImplGetFocusRect() const in ImplGetFocusRect()
866 Rectangle& rRect, sal_uInt16 nStyle ) in ImplDrawPushButtonFrame()
897 Rectangle aTestRect( aTempPoint, pDev->GetOutputSizePixel() ); in ImplHitTestPushButton()
953 pDev->DrawRect( Rectangle( nX+0, nY+0, nX+6, nY+0 ) ); in ImplDrawBtnDropDownArrow()
954 pDev->DrawRect( Rectangle( nX+1, nY+1, nX+5, nY+1 ) ); in ImplDrawBtnDropDownArrow()
955 pDev->DrawRect( Rectangle( nX+2, nY+2, nX+4, nY+2 ) ); in ImplDrawBtnDropDownArrow()
956 pDev->DrawRect( Rectangle( nX+3, nY+3, nX+3, nY+3 ) ); in ImplDrawBtnDropDownArrow()
960 pDev->DrawRect( Rectangle( nX+2, nY+1, nX+4, nY+1 ) ); in ImplDrawBtnDropDownArrow()
961 pDev->DrawRect( Rectangle( nX+3, nY+2, nX+3, nY+2 ) ); in ImplDrawBtnDropDownArrow()
970 const Rectangle& rRect, in ImplDrawPushButtonContent()
976 Rectangle aInRect = rRect; in ImplDrawPushButtonContent()
1044 Rectangle aSymbolRect; in ImplDrawPushButtonContent()
1100 Rectangle aRect( aPoint, aOutSz ); in ImplDrawPushButton()
1101 Rectangle aInRect = aRect; in ImplDrawPushButton()
1102 Rectangle aTextRect; in ImplDrawPushButton()
1186 Rectangle aCtrlRegion( aInRect ); in ImplDrawPushButton()
1244 Rectangle aTempRect( aInRect ); in ImplDrawPushButton()
1279 Rectangle aBound, aCont; in ImplSetDefButton()
1280 Rectangle aCtrlRect( 0, 0, 80, 20 ); // use a constant size to avoid accumulating in ImplSetDefButton()
1283 Rectangle aCtrlRegion( aCtrlRect ); in ImplSetDefButton()
1533 void PushButton::Paint( const Rectangle& ) in Paint() argument
1545 Rectangle aRect( aPos, aSize ); in Draw()
1546 Rectangle aTextRect; in Draw()
1723 Rectangle aClipRect( aPt, GetOutputSizePixel() ); in PreNotify()
1854 …Size textSize = GetTextRect( Rectangle( Point(), Size( nMaxWidth ? nMaxWidth : 0x7fffffff, 0x7ffff… in CalcMinimumSize()
2179 Rectangle aCtrlRect( maStateRect.TopLeft(), maStateRect.GetSize() ); in ImplDrawRadioButtonState()
2217 Rectangle aImageRect = maStateRect; in ImplDrawRadioButtonState()
2291 const Size& rImageSize, Rectangle& rStateRect, in ImplDraw()
2292 Rectangle& rMouseRect, bool bLayout ) in ImplDraw()
2296 Rectangle aRect( rPos, rSize ); in ImplDraw()
2301 pDev->IntersectClipRegion( Rectangle( rPos, rSize ) ); in ImplDraw()
2330 rMouseRect = Rectangle( aPos, aSize ); in ImplDraw()
2385 Rectangle aImageRect( rPos, rSize ); in ImplDraw()
2725 void RadioButton::Paint( const Rectangle& ) in Paint() argument
2744 Rectangle aStateRect; in Draw()
2745 Rectangle aMouseRect; in Draw()
2746 Rectangle aFocusRect; in Draw()
3041 Rectangle aCtrlRegion( Point( 0, 0 ), GetSizePixel() ); in ImplGetRadioImageSize()
3043 Rectangle aBoundingRgn, aContentRgn; in ImplGetRadioImageSize()
3165 Rectangle aCtrlRegion( Point( 0, 0 ), aCurSize ); in ImplSetMinimumNWFSize()
3166 Rectangle aBoundingRgn, aContentRgn; in ImplSetMinimumNWFSize()
3204 …Size aTextSize = GetTextRect( Rectangle( Point(), Size( nMaxWidth > 0 ? nMaxWidth : 0x7fffffff, 0x… in CalcMinimumSize()
3351 Rectangle aCtrlRegion( maStateRect ); in ImplDrawCheckBoxState()
3392 const Size& rImageSize, Rectangle& rStateRect, in ImplDraw()
3393 Rectangle& rMouseRect, bool bLayout ) in ImplDraw()
3399 pDev->IntersectClipRegion( Rectangle( rPos, rSize ) ); in ImplDraw()
3427 rMouseRect = Rectangle( aPos, aSize ); in ImplDraw()
3671 void CheckBox::Paint( const Rectangle& ) in Paint() argument
3689 Rectangle aStateRect; in Draw()
3690 Rectangle aMouseRect; in Draw()
3985 Rectangle aCtrlRegion( Point( 0, 0 ), GetSizePixel() ); in ImplGetCheckImageSize()
3987 Rectangle aBoundingRgn, aContentRgn; in ImplGetCheckImageSize()
4074 Rectangle aCtrlRegion( Point( 0, 0 ), aCurSize ); in ImplSetMinimumNWFSize()
4075 Rectangle aBoundingRgn, aContentRgn; in ImplSetMinimumNWFSize()
4108 …Size aTextSize = GetTextRect( Rectangle( Point(), Size( nMaxWidth > 0 ? nMaxWidth : 0x7fffffff, 0x… in CalcMinimumSize()
4281 Rectangle aStateRect( GetStateRect() ); in ImplDrawCheckBoxState()
4284 Rectangle aCtrlRegion( aStateRect ); in ImplDrawCheckBoxState()