Lines Matching refs:Width

395     aImageSize.Width()  = CalcZoom( aImageSize.Width() );  in ImplDrawAlignedImage()
465 aTSSize.Width() = 3 * nSymbolHeight / 2; in ImplDrawAlignedImage()
471 aTSSize.Width() = aSymbol.GetWidth(); in ImplDrawAlignedImage()
486 aRect.Right() -= ( aImageSize.Width() + nImageSep ); in ImplDrawAlignedImage()
501 aTSSize.Width() += aTextSize.Width(); in ImplDrawAlignedImage()
514 aMax.Width() = aTSSize.Width() > aImageSize.Width() ? aTSSize.Width() : aImageSize.Width(); in ImplDrawAlignedImage()
534 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
535 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
540 aImagePos.X() = rPos.X() + aMax.Width() - aImageSize.Width(); in ImplDrawAlignedImage()
541 aTextPos.X() = rPos.X() + aMax.Width() - aTSSize.Width(); in ImplDrawAlignedImage()
548 aTextPos.X() = rPos.X() + aImageSize.Width() + nImageSep; in ImplDrawAlignedImage()
554 aImagePos.X() = rPos.X() + aTSSize.Width() + nImageSep; in ImplDrawAlignedImage()
570 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
572 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
586 nXOffset = ( rSize.Width() - aUnion.GetWidth() ) / 2; in ImplDrawAlignedImage()
590 nXOffset = rSize.Width() - aUnion.GetWidth(); in ImplDrawAlignedImage()
620 … Point aRightPos = Point( aTextPos.X() + aTextSize.Width() + aSymbolSize.Width()/2, aTextPos.Y() ); in ImplDrawAlignedImage()
1018 aSize.Width() -= ( 5 + nSymbolSize ); in ImplDrawPushButtonContent()
1306 aSize.Width() += dLeft + dRight; in ImplSetDefButton()
1317 aSize.Width() -= dLeft + dRight; in ImplSetDefButton()
1323 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in ImplSetDefButton()
1847 aSize.Width() += 4; in CalcMinimumSize()
1856 aSize.Width() += int( textSize.Width () * 1.15 ); in CalcMinimumSize()
1863 aSize.Width() += 8; in CalcMinimumSize()
2221 aImageSize.Width() = CalcZoom( aImageSize.Width() ); in ImplDrawRadioButtonState()
2248 aImagePos.X() += (aImageRect.GetWidth()-aImageSize.Width())/2; in ImplDrawRadioButtonState()
2266 if ( (aImageSize.Width() >= 20) || (aImageSize.Height() >= 20) ) in ImplDrawRadioButtonState()
2314 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
2315 aSize.Width() -= rImageSize.Width() + nImageSep; in ImplDraw()
2345 rStateRect.Right() = rStateRect.Left() + rImageSize.Width()-1; 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()
2365 rStateRect.Right() = rStateRect.Left()+rImageSize.Width()-1; in ImplDraw()
2392 Size aTmpSize( (aImageSize.Width()+8), (aImageSize.Height()+8) ); in ImplDraw()
2395 aImageRect.Left() = (rSize.Width()-aTmpSize.Width())/2; in ImplDraw()
2401 aImageRect.Right() = aImageRect.Left()+aTmpSize.Width(); in ImplDraw()
2408 aTxtPos.X() += (rSize.Width()-nTextWidth)/2; in ImplDraw()
2438 aImageSize.Width() = CalcZoom( aImageSize.Width() ); in ImplDrawRadioButton()
2748 aImageSize.Width() = CalcZoom( aImageSize.Width() ); in Draw()
2750 aBrd1Size.Width() = CalcZoom( aBrd1Size.Width() ); in Draw()
2752 aBrd2Size.Width() = CalcZoom( aBrd2Size.Width() ); in Draw()
2755 if ( !aBrd1Size.Width() ) in Draw()
2756 aBrd1Size.Width() = 1; in Draw()
2759 if ( !aBrd2Size.Width() ) in Draw()
2760 aBrd2Size.Width() = 1; in Draw()
2777 long nRadX = aImageSize.Width()/2; in Draw()
2783 nRadX -= aBrd1Size.Width(); in Draw()
2789 nRadX -= aBrd1Size.Width(); in Draw()
3195 nMaxWidth -= aSize.Width(); in CalcMinimumSize()
3206 aSize.Width()+=2; // for focus rect in CalcMinimumSize()
3207 aSize.Width() += ImplGetImageToTextDistance(); in CalcMinimumSize()
3208 aSize.Width() += aTextSize.Width(); in CalcMinimumSize()
3410 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
3411 aSize.Width() -= rImageSize.Width() + nImageSep; in ImplDraw()
3441 rStateRect.Right() = rStateRect.Left()+rImageSize.Width()-1; 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()
3460 rStateRect.Right() = rStateRect.Left()+rImageSize.Width()-1; 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()
3498 aImageSize.Width() = CalcZoom( aImageSize.Width() ); in ImplDrawCheckBox()
3687 long nCheckWidth = pDev->LogicToPixel( Size( 20, 20 ), aResMapMode ).Width(); in Draw()
3692 aImageSize.Width() = CalcZoom( aImageSize.Width() ); in Draw()
3694 aBrd1Size.Width() = CalcZoom( aBrd1Size.Width() ); in Draw()
3696 aBrd2Size.Width() = CalcZoom( aBrd2Size.Width() ); in Draw()
3699 if ( !aBrd1Size.Width() ) in Draw()
3700 aBrd1Size.Width() = 1; in Draw()
3703 if ( !aBrd2Size.Width() ) in Draw()
3704 aBrd2Size.Width() = 1; in Draw()
3725 aStateRect.Left() += aBrd1Size.Width(); in Draw()
3727 aStateRect.Right() -= aBrd1Size.Width(); in Draw()
3737 aStateRect.Left() += aBrd2Size.Width(); in Draw()
3739 aStateRect.Right() -= aBrd2Size.Width(); in Draw()
3797 aSize.Width() += 2; in GetFocus()
3798 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in GetFocus()
3829 aSize.Width() -= 2; in LoseFocus()
3830 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in LoseFocus()
4099 nMaxWidth -= aSize.Width(); in CalcMinimumSize()
4110 aSize.Width()+=2; // for focus rect in CalcMinimumSize()
4111 aSize.Width() += ImplGetImageToTextDistance(); in CalcMinimumSize()
4112 aSize.Width() += aTextSize.Width(); in CalcMinimumSize()
4322 Point aOff( (aSize.Width() - aImgSize.Width())/2, in ImplDrawCheckBoxState()