Lines Matching refs:Height
394 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in ImplDrawAlignedImage()
471 aTSSize.Height() = aSymbol.GetHeight(); in ImplDrawAlignedImage()
493 aRect.Bottom() -= ( aImageSize.Height() + nImageSep ); in ImplDrawAlignedImage()
501 if ( aTSSize.Height() < aTextSize.Height() ) in ImplDrawAlignedImage()
502 aTSSize.Height() = aTextSize.Height(); in ImplDrawAlignedImage()
506 long nDiff = (aImageSize.Height() - aTextSize.Height()) / 3; in ImplDrawAlignedImage()
513 … aMax.Height() = aTSSize.Height() > aImageSize.Height() ? aTSSize.Height() : aImageSize.Height(); in ImplDrawAlignedImage()
520 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()
521 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
526 aImagePos.Y() = rPos.Y() + aMax.Height() - aImageSize.Height(); in ImplDrawAlignedImage()
527 aTextPos.Y() = rPos.Y() + aMax.Height() - aTSSize.Height(); in ImplDrawAlignedImage()
558 aTextPos.Y() = rPos.Y() + aImageSize.Height() + nImageSep; in ImplDrawAlignedImage()
564 aImagePos.Y() = rPos.Y() + aTSSize.Height() + nImageSep; in ImplDrawAlignedImage()
569 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()
571 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
593 nYOffset = ( rSize.Height() - aUnion.GetHeight() ) / 2; in ImplDrawAlignedImage()
597 nYOffset = rSize.Height() - aUnion.GetHeight(); in ImplDrawAlignedImage()
628 nYOffset = (aUnion.GetHeight() - aSymbolSize.Height())/2; in ImplDrawAlignedImage()
1216 aControlValue.mbSingleLine = (aInRectSize.Height() < 2 * aFontSize.Height() ); in ImplDrawPushButton()
1305 aSize.Height() += dTop + dBottom; in ImplSetDefButton()
1316 aSize.Height() -= dTop + dBottom; in ImplSetDefButton()
1321 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in ImplSetDefButton()
1855 aSize.Height() = std::max( aSize.Height(), long( textSize.Height() * 1.15 ) ); in CalcMinimumSize()
1862 aSize.Height() += 8; in CalcMinimumSize()
2219 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in ImplDrawRadioButtonState()
2246 aImagePos.Y() += (aImageRect.GetHeight()-aImageSize.Height())/2; in ImplDrawRadioButtonState()
2263 if ( (aImageSize.Width() >= 20) || (aImageSize.Height() >= 20) ) in ImplDrawRadioButtonState()
2317 (rImageSize.Height() > rSize.Height() || ! (nWinStyle & WB_WORDBREAK) ) ) in ImplDraw()
2321 aSize.Height() = rImageSize.Height(); in ImplDraw()
2333 if ( aSize.Height() > rImageSize.Height() ) in ImplDraw()
2334 rStateRect.Top() += ( aSize.Height() - rImageSize.Height() ) / 2; in ImplDraw()
2337 rStateRect.Top() -= ( rImageSize.Height() - aSize.Height() ) / 2; in ImplDraw()
2343 rStateRect.Bottom() = rStateRect.Top() + rImageSize.Height()-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()
2363 rStateRect.Bottom() = rStateRect.Top()+rImageSize.Height()-1; in ImplDraw()
2389 Size aTmpSize( (aImageSize.Width()+8), (aImageSize.Height()+8) ); in ImplDraw()
2393 aImageRect.Top() = (rSize.Height()-(aTmpSize.Height()+nTextHeight+6))/2; in ImplDraw()
2396 aImageRect.Top() = (rSize.Height()-aTmpSize.Height())/2; in ImplDraw()
2399 aImageRect.Bottom() = aImageRect.Top()+aTmpSize.Height(); in ImplDraw()
2411 aTxtPos.Y() += (rSize.Height()-nTextHeight)/2; in ImplDraw()
2436 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in ImplDrawRadioButton()
2746 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in Draw()
2748 aBrd1Size.Height() = CalcZoom( aBrd1Size.Height() ); in Draw()
2750 aBrd2Size.Height() = CalcZoom( aBrd2Size.Height() ); in Draw()
2754 if ( !aBrd1Size.Height() ) in Draw()
2755 aBrd1Size.Height() = 1; in Draw()
2758 if ( !aBrd2Size.Height() ) in Draw()
2759 aBrd2Size.Height() = 1; in Draw()
2775 long nRadY = aImageSize.Height()/2; in Draw()
2781 nRadY -= aBrd1Size.Height(); in Draw()
2787 nRadY -= aBrd1Size.Height(); in Draw()
3172 if( aSize.Height() > aCurSize.Height() ) in ImplSetMinimumNWFSize()
3174 aCurSize.Height() = aSize.Height(); in ImplSetMinimumNWFSize()
3206 if ( aSize.Height() < aTextSize.Height() ) in CalcMinimumSize()
3207 aSize.Height() = aTextSize.Height(); in CalcMinimumSize()
3398 long nLineY = rPos.Y() + (rSize.Height()-1)/2; in ImplDraw()
3413 (rImageSize.Height() > rSize.Height() || ! (nWinStyle & WB_WORDBREAK) ) ) in ImplDraw()
3417 aSize.Height() = rImageSize.Height(); in ImplDraw()
3422 nLineY = aPos.Y() + aSize.Height()/2; in ImplDraw()
3429 if ( aSize.Height() > rImageSize.Height() ) in ImplDraw()
3430 rStateRect.Top() += ( aSize.Height() - rImageSize.Height() ) / 2; in ImplDraw()
3433 rStateRect.Top() -= ( rImageSize.Height() - aSize.Height() ) / 2; in ImplDraw()
3439 rStateRect.Bottom() = rStateRect.Top()+rImageSize.Height()-1; 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()
3458 rStateRect.Bottom() = rStateRect.Top()+rImageSize.Height()-1; in ImplDraw()
3496 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in ImplDrawCheckBox()
3690 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in Draw()
3692 aBrd1Size.Height() = CalcZoom( aBrd1Size.Height() ); in Draw()
3694 aBrd2Size.Height() = CalcZoom( aBrd2Size.Height() ); in Draw()
3698 if ( !aBrd1Size.Height() ) in Draw()
3699 aBrd1Size.Height() = 1; in Draw()
3702 if ( !aBrd2Size.Height() ) in Draw()
3703 aBrd2Size.Height() = 1; in Draw()
3723 aStateRect.Top() += aBrd1Size.Height(); in Draw()
3725 aStateRect.Bottom() -= aBrd1Size.Height(); in Draw()
3735 aStateRect.Top() += aBrd2Size.Height(); in Draw()
3737 aStateRect.Bottom() -= aBrd2Size.Height(); in Draw()
3793 aSize.Height() += 2; in GetFocus()
3795 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in GetFocus()
3825 aSize.Height() -= 2; in LoseFocus()
3827 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in LoseFocus()
4081 if( aSize.Height() > aCurSize.Height() ) in ImplSetMinimumNWFSize()
4083 aCurSize.Height() = aSize.Height(); in ImplSetMinimumNWFSize()
4110 if ( aSize.Height() < aTextSize.Height() ) in CalcMinimumSize()
4111 aSize.Height() = aTextSize.Height(); in CalcMinimumSize()
4320 (aSize.Height() - aImgSize.Height())/2 ); in ImplDrawCheckBoxState()