Lines Matching refs:Width

393     aImageSize.Width()  = CalcZoom( aImageSize.Width() );  in ImplDrawAlignedImage()
463 aTSSize.Width() = 3 * nSymbolHeight / 2; in ImplDrawAlignedImage()
469 aTSSize.Width() = aSymbol.GetWidth(); in ImplDrawAlignedImage()
484 aRect.Right() -= ( aImageSize.Width() + nImageSep ); in ImplDrawAlignedImage()
499 aTSSize.Width() += aTextSize.Width(); in ImplDrawAlignedImage()
512 aMax.Width() = aTSSize.Width() > aImageSize.Width() ? aTSSize.Width() : aImageSize.Width(); in ImplDrawAlignedImage()
532 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
533 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
538 aImagePos.X() = rPos.X() + aMax.Width() - aImageSize.Width(); in ImplDrawAlignedImage()
539 aTextPos.X() = rPos.X() + aMax.Width() - aTSSize.Width(); in ImplDrawAlignedImage()
546 aTextPos.X() = rPos.X() + aImageSize.Width() + nImageSep; in ImplDrawAlignedImage()
552 aImagePos.X() = rPos.X() + aTSSize.Width() + nImageSep; in ImplDrawAlignedImage()
568 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
570 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
584 nXOffset = ( rSize.Width() - aUnion.GetWidth() ) / 2; in ImplDrawAlignedImage()
588 nXOffset = rSize.Width() - aUnion.GetWidth(); in ImplDrawAlignedImage()
618 … Point aRightPos = Point( aTextPos.X() + aTextSize.Width() + aSymbolSize.Width()/2, aTextPos.Y() ); in ImplDrawAlignedImage()
1016 aSize.Width() -= ( 5 + nSymbolSize ); in ImplDrawPushButtonContent()
1304 aSize.Width() += dLeft + dRight; in ImplSetDefButton()
1315 aSize.Width() -= dLeft + dRight; in ImplSetDefButton()
1321 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in ImplSetDefButton()
1845 aSize.Width() += 4; in CalcMinimumSize()
1854 aSize.Width() += int( textSize.Width () * 1.15 ); in CalcMinimumSize()
1861 aSize.Width() += 8; in CalcMinimumSize()
2218 aImageSize.Width() = CalcZoom( aImageSize.Width() ); in ImplDrawRadioButtonState()
2245 aImagePos.X() += (aImageRect.GetWidth()-aImageSize.Width())/2; in ImplDrawRadioButtonState()
2263 if ( (aImageSize.Width() >= 20) || (aImageSize.Height() >= 20) ) in ImplDrawRadioButtonState()
2311 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
2312 aSize.Width() -= rImageSize.Width() + nImageSep; in ImplDraw()
2342 rStateRect.Right() = rStateRect.Left() + rImageSize.Width()-1; 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()
2362 rStateRect.Right() = rStateRect.Left()+rImageSize.Width()-1; in ImplDraw()
2389 Size aTmpSize( (aImageSize.Width()+8), (aImageSize.Height()+8) ); in ImplDraw()
2392 aImageRect.Left() = (rSize.Width()-aTmpSize.Width())/2; in ImplDraw()
2398 aImageRect.Right() = aImageRect.Left()+aTmpSize.Width(); in ImplDraw()
2405 aTxtPos.X() += (rSize.Width()-nTextWidth)/2; in ImplDraw()
2435 aImageSize.Width() = CalcZoom( aImageSize.Width() ); in ImplDrawRadioButton()
2745 aImageSize.Width() = CalcZoom( aImageSize.Width() ); in Draw()
2747 aBrd1Size.Width() = CalcZoom( aBrd1Size.Width() ); in Draw()
2749 aBrd2Size.Width() = CalcZoom( aBrd2Size.Width() ); in Draw()
2752 if ( !aBrd1Size.Width() ) in Draw()
2753 aBrd1Size.Width() = 1; in Draw()
2756 if ( !aBrd2Size.Width() ) in Draw()
2757 aBrd2Size.Width() = 1; in Draw()
2774 long nRadX = aImageSize.Width()/2; in Draw()
2780 nRadX -= aBrd1Size.Width(); in Draw()
2786 nRadX -= aBrd1Size.Width(); in Draw()
3192 nMaxWidth -= aSize.Width(); in CalcMinimumSize()
3203 aSize.Width()+=2; // for focus rect in CalcMinimumSize()
3204 aSize.Width() += ImplGetImageToTextDistance(); in CalcMinimumSize()
3205 aSize.Width() += aTextSize.Width(); in CalcMinimumSize()
3407 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
3408 aSize.Width() -= rImageSize.Width() + nImageSep; in ImplDraw()
3438 rStateRect.Right() = rStateRect.Left()+rImageSize.Width()-1; 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()
3457 rStateRect.Right() = rStateRect.Left()+rImageSize.Width()-1; 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()
3495 aImageSize.Width() = CalcZoom( aImageSize.Width() ); in ImplDrawCheckBox()
3684 long nCheckWidth = pDev->LogicToPixel( Size( 20, 20 ), aResMapMode ).Width(); in Draw()
3689 aImageSize.Width() = CalcZoom( aImageSize.Width() ); in Draw()
3691 aBrd1Size.Width() = CalcZoom( aBrd1Size.Width() ); in Draw()
3693 aBrd2Size.Width() = CalcZoom( aBrd2Size.Width() ); in Draw()
3696 if ( !aBrd1Size.Width() ) in Draw()
3697 aBrd1Size.Width() = 1; in Draw()
3700 if ( !aBrd2Size.Width() ) in Draw()
3701 aBrd2Size.Width() = 1; in Draw()
3722 aStateRect.Left() += aBrd1Size.Width(); in Draw()
3724 aStateRect.Right() -= aBrd1Size.Width(); in Draw()
3734 aStateRect.Left() += aBrd2Size.Width(); in Draw()
3736 aStateRect.Right() -= aBrd2Size.Width(); in Draw()
3794 aSize.Width() += 2; in GetFocus()
3795 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in GetFocus()
3826 aSize.Width() -= 2; in LoseFocus()
3827 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in LoseFocus()
4096 nMaxWidth -= aSize.Width(); in CalcMinimumSize()
4107 aSize.Width()+=2; // for focus rect in CalcMinimumSize()
4108 aSize.Width() += ImplGetImageToTextDistance(); in CalcMinimumSize()
4109 aSize.Width() += aTextSize.Width(); in CalcMinimumSize()
4319 Point aOff( (aSize.Width() - aImgSize.Width())/2, in ImplDrawCheckBoxState()