Lines Matching refs:Height

403 		aTxtSize.Height() = pDev->GetTextHeight();  in ImplDrawItem()
409 long nTestHeight = aImageSize.Height(); in ImplDrawItem()
411 nTestHeight += aTxtSize.Height(); in ImplDrawItem()
415 aImageSize.Height() = 0; in ImplDrawItem()
479 if ( pItem->maOutText.Len() || (nArrowWidth && aTxtSize.Height()) ) in ImplDrawItem()
485 nTxtPosY += aImageSize.Height(); in ImplDrawItem()
488 nTxtPosY = aRect.Bottom()-aTxtSize.Height(); in ImplDrawItem()
491 long nTempHeight = aTxtSize.Height(); in ImplDrawItem()
493 nTempHeight += aImageSize.Height(); in ImplDrawItem()
496 nTxtPosY += aImageSize.Height(); in ImplDrawItem()
518 if ( aImageSize.Width() && aImageSize.Height() ) in ImplDrawItem()
547 nImagePosY = aRect.Bottom()-aImageSize.Height(); in ImplDrawItem()
549 nImagePosY -= aTxtSize.Height(); in ImplDrawItem()
553 long nTempHeight = aImageSize.Height(); in ImplDrawItem()
555 nTempHeight += aTxtSize.Height(); in ImplDrawItem()
592 if ( aTxtSize.Height() ) in ImplDrawItem()
593 nArrowY = nTxtPosY+(aTxtSize.Height()/2); in ImplDrawItem()
594 else if ( aImageSize.Width() && aImageSize.Height() ) in ImplDrawItem()
595 nArrowY = nImagePosY+(aImageSize.Height()/2); in ImplDrawItem()
1075 if ( IsVisible() && (mnDY != aSize.Height()) ) in Resize()
1078 mnDY = aSize.Height(); in Resize()
1608 long nImageHeight = pItem->maImage.GetSizePixel().Height(); in CalcWindowSizePixel()
1610 nImageHeight += aSize.Height(); in CalcWindowSizePixel()
1620 if ( nMaxImageSize > aSize.Height() ) in CalcWindowSizePixel()
1621 aSize.Height() = nMaxImageSize; in CalcWindowSizePixel()
1625 aSize.Height() += 4; in CalcWindowSizePixel()
1627 aSize.Height() += 2; in CalcWindowSizePixel()
1628 aSize.Height() += mnBorderOff1+mnBorderOff2; in CalcWindowSizePixel()