Lines Matching refs:nMaxHeight
790 long nMaxHeight = 0; in UpdateHFHeight() local
793 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pLeft->GetLeftArea() ) ); in UpdateHFHeight()
794 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pLeft->GetCenterArea() ) ); in UpdateHFHeight()
795 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pLeft->GetRightArea() ) ); in UpdateHFHeight()
799 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetLeftArea() ) ); in UpdateHFHeight()
800 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetCenterArea() ) ); in UpdateHFHeight()
801 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetRightArea() ) ); in UpdateHFHeight()
804 rParam.nHeight = nMaxHeight + rParam.nDistance; in UpdateHFHeight()
1806 long nMaxHeight = 0; in PrintHF() local
1807 nMaxHeight = Max( nMaxHeight, TextHeight( pHFItem->GetLeftArea() ) ); in PrintHF()
1808 nMaxHeight = Max( nMaxHeight, TextHeight( pHFItem->GetCenterArea() ) ); in PrintHF()
1809 nMaxHeight = Max( nMaxHeight, TextHeight( pHFItem->GetRightArea() ) ); in PrintHF()
1811 nMaxHeight += lcl_LineTotal( rParam.pBorder->GetTop() ) + in PrintHF()
1816 nMaxHeight += rParam.pShadow->CalcShadowSpace(SHADOW_TOP) + in PrintHF()
1819 if (nMaxHeight < rParam.nManHeight-rParam.nDistance) in PrintHF()
1820 nMaxHeight = rParam.nManHeight-rParam.nDistance; // eingestelltes Minimum in PrintHF()
1822 aBorderSize.Height() = nMaxHeight; in PrintHF()