Lines Matching refs:rSize

367                                    Size& rSize, sal_Bool bLayout,  in ImplDrawAlignedImage()  argument
382 Rectangle aOutRect( rPos, rSize ); in ImplDrawAlignedImage()
409 rSize = aOutRect.GetSize(); in ImplDrawAlignedImage()
451 Rectangle aRect = Rectangle( Point(), rSize ); in ImplDrawAlignedImage()
469 aSymbol = Rectangle( Point(), rSize ); in ImplDrawAlignedImage()
586 nXOffset = ( rSize.Width() - aUnion.GetWidth() ) / 2; in ImplDrawAlignedImage()
590 nXOffset = rSize.Width() - aUnion.GetWidth(); in ImplDrawAlignedImage()
595 nYOffset = ( rSize.Height() - aUnion.GetHeight() ) / 2; in ImplDrawAlignedImage()
599 nYOffset = rSize.Height() - aUnion.GetHeight(); in ImplDrawAlignedImage()
612 rSize = aUnion.GetSize(); in ImplDrawAlignedImage()
1540 void PushButton::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
1544 Size aSize = pDev->LogicToPixel( rSize ); in Draw()
2290 const Point& rPos, const Size& rSize, in ImplDraw() argument
2296 Rectangle aRect( rPos, rSize ); in ImplDraw()
2301 pDev->IntersectClipRegion( Rectangle( rPos, rSize ) ); in ImplDraw()
2312 Size aSize( rSize ); in ImplDraw()
2320 (rImageSize.Height() > rSize.Height() || ! (nWinStyle & WB_WORDBREAK) ) ) in ImplDraw()
2354 rStateRect.Left() = rPos.X()+((rSize.Width()-rImageSize.Width())/2); in ImplDraw()
2356 rStateRect.Left() = rPos.X()+rSize.Width()-rImageSize.Width(); //-1; in ImplDraw()
2360 rStateRect.Top() = rPos.Y()+((rSize.Height()-rImageSize.Height())/2); in ImplDraw()
2362 rStateRect.Top() = rPos.Y()+rSize.Height()-rImageSize.Height(); //-1; in ImplDraw()
2385 Rectangle aImageRect( rPos, rSize ); in ImplDraw()
2395 aImageRect.Left() = (rSize.Width()-aTmpSize.Width())/2; in ImplDraw()
2396 aImageRect.Top() = (rSize.Height()-(aTmpSize.Height()+nTextHeight+6))/2; in ImplDraw()
2399 aImageRect.Top() = (rSize.Height()-aTmpSize.Height())/2; in ImplDraw()
2408 aTxtPos.X() += (rSize.Width()-nTextWidth)/2; in ImplDraw()
2414 aTxtPos.Y() += (rSize.Height()-nTextHeight)/2; in ImplDraw()
2732 void RadioButton::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
2739 Size aSize = pDev->LogicToPixel( rSize ); in Draw()
3391 const Point& rPos, const Size& rSize, in ImplDraw() argument
3399 pDev->IntersectClipRegion( Rectangle( rPos, rSize ) ); in ImplDraw()
3401 long nLineY = rPos.Y() + (rSize.Height()-1)/2; in ImplDraw()
3408 Size aSize( rSize ); in ImplDraw()
3416 (rImageSize.Height() > rSize.Height() || ! (nWinStyle & WB_WORDBREAK) ) ) in ImplDraw()
3449 rStateRect.Left() = rPos.X()+((rSize.Width()-rImageSize.Width())/2); in ImplDraw()
3451 rStateRect.Left() = rPos.X()+rSize.Width()-rImageSize.Width(); in ImplDraw()
3455 rStateRect.Top() = rPos.Y()+((rSize.Height()-rImageSize.Height())/2); in ImplDraw()
3457 rStateRect.Top() = rPos.Y()+rSize.Height()-rImageSize.Height(); in ImplDraw()
3474 rMouseRect.Right()-1-nLineSpace < rPos.X()+rSize.Width() ) in ImplDraw()
3482 DrawLine( Point( nLineX, nLineY ), Point( rPos.X() + rSize.Width()-1, nLineY ) ); in ImplDraw()
3486 DrawLine( Point( nLineX, nLineY+1 ), Point( rPos.X() + rSize.Width()-1, nLineY+1 ) ); in ImplDraw()
3678 void CheckBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
3683 Size aSize = pDev->LogicToPixel( rSize ); in Draw()