Lines Matching refs:rSize

365                                    Size& rSize, sal_Bool bLayout,  in ImplDrawAlignedImage()  argument
380 Rectangle aOutRect( rPos, rSize ); in ImplDrawAlignedImage()
407 rSize = aOutRect.GetSize(); in ImplDrawAlignedImage()
449 Rectangle aRect = Rectangle( Point(), rSize ); in ImplDrawAlignedImage()
467 aSymbol = Rectangle( Point(), rSize ); in ImplDrawAlignedImage()
584 nXOffset = ( rSize.Width() - aUnion.GetWidth() ) / 2; in ImplDrawAlignedImage()
588 nXOffset = rSize.Width() - aUnion.GetWidth(); in ImplDrawAlignedImage()
593 nYOffset = ( rSize.Height() - aUnion.GetHeight() ) / 2; in ImplDrawAlignedImage()
597 nYOffset = rSize.Height() - aUnion.GetHeight(); in ImplDrawAlignedImage()
610 rSize = aUnion.GetSize(); in ImplDrawAlignedImage()
1538 void PushButton::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
1542 Size aSize = pDev->LogicToPixel( rSize ); in Draw()
2287 const Point& rPos, const Size& rSize, in ImplDraw() argument
2293 Rectangle aRect( rPos, rSize ); in ImplDraw()
2298 pDev->IntersectClipRegion( Rectangle( rPos, rSize ) ); in ImplDraw()
2309 Size aSize( rSize ); in ImplDraw()
2317 (rImageSize.Height() > rSize.Height() || ! (nWinStyle & WB_WORDBREAK) ) ) in ImplDraw()
2351 rStateRect.Left() = rPos.X()+((rSize.Width()-rImageSize.Width())/2); in ImplDraw()
2353 rStateRect.Left() = rPos.X()+rSize.Width()-rImageSize.Width(); //-1; in ImplDraw()
2357 rStateRect.Top() = rPos.Y()+((rSize.Height()-rImageSize.Height())/2); in ImplDraw()
2359 rStateRect.Top() = rPos.Y()+rSize.Height()-rImageSize.Height(); //-1; in ImplDraw()
2382 Rectangle aImageRect( rPos, rSize ); in ImplDraw()
2392 aImageRect.Left() = (rSize.Width()-aTmpSize.Width())/2; in ImplDraw()
2393 aImageRect.Top() = (rSize.Height()-(aTmpSize.Height()+nTextHeight+6))/2; in ImplDraw()
2396 aImageRect.Top() = (rSize.Height()-aTmpSize.Height())/2; in ImplDraw()
2405 aTxtPos.X() += (rSize.Width()-nTextWidth)/2; in ImplDraw()
2411 aTxtPos.Y() += (rSize.Height()-nTextHeight)/2; in ImplDraw()
2729 void RadioButton::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
2736 Size aSize = pDev->LogicToPixel( rSize ); in Draw()
3388 const Point& rPos, const Size& rSize, in ImplDraw() argument
3396 pDev->IntersectClipRegion( Rectangle( rPos, rSize ) ); in ImplDraw()
3398 long nLineY = rPos.Y() + (rSize.Height()-1)/2; in ImplDraw()
3405 Size aSize( rSize ); in ImplDraw()
3413 (rImageSize.Height() > rSize.Height() || ! (nWinStyle & WB_WORDBREAK) ) ) in ImplDraw()
3446 rStateRect.Left() = rPos.X()+((rSize.Width()-rImageSize.Width())/2); in ImplDraw()
3448 rStateRect.Left() = rPos.X()+rSize.Width()-rImageSize.Width(); in ImplDraw()
3452 rStateRect.Top() = rPos.Y()+((rSize.Height()-rImageSize.Height())/2); in ImplDraw()
3454 rStateRect.Top() = rPos.Y()+rSize.Height()-rImageSize.Height(); in ImplDraw()
3471 rMouseRect.Right()-1-nLineSpace < rPos.X()+rSize.Width() ) in ImplDraw()
3479 DrawLine( Point( nLineX, nLineY ), Point( rPos.X() + rSize.Width()-1, nLineY ) ); in ImplDraw()
3483 DrawLine( Point( nLineX, nLineY+1 ), Point( rPos.X() + rSize.Width()-1, nLineY+1 ) ); in ImplDraw()
3675 void CheckBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
3680 Size aSize = pDev->LogicToPixel( rSize ); in Draw()