Lines Matching refs:nFontHeight

2384     long nFontHeight = pWin->GetTextHeight();  in ImplCalcSize()  local
2385 long nExtra = nFontHeight/4; in ImplCalcSize()
2391 long nMinMenuItemHeight = nFontHeight; in ImplCalcSize()
2496 if ( nFontHeight > nWidth ) in ImplCalcSize()
2497 nWidth += nFontHeight; in ImplCalcSize()
2499 pData->aSz.Height() = Max( Max( nFontHeight, pData->aSz.Height() ), nMinMenuItemHeight ); in ImplCalcSize()
2534 nImgOrChkWidth = nFontHeight/2 + gfxExtra; in ImplCalcSize()
2555 aSz.Height() = nFontHeight+6; in ImplCalcSize()
2641 long nFontHeight = pWin->GetTextHeight(); in ImplPaint() local
2642 long nExtra = nFontHeight/4; in ImplPaint()
2681 long nTextOffsetY = ((pData->aSz.Height()-nFontHeight)/2); in ImplPaint()
2791 aSymbolSize = Size( nFontHeight/2, nFontHeight/2 ); in ImplPaint()
2796 aSymbolSize = Size( (nFontHeight*25)/40, nFontHeight/2 ); in ImplPaint()
2860 nMaxItemTextWidth -= nFontHeight - nExtra; in ImplPaint()
2884 aTmpPos.X() = aOutSz.Width() - nFontHeight + nExtra - nOuterSpace; in ImplPaint()
2887 aTmpPos.Y() += ( pData->aSz.Height() / 2 ) - ( nFontHeight/4 ); in ImplPaint()
2892 aTmpPos2.X() = aOutSz.Width() - nFontHeight - nFontHeight/4; in ImplPaint()
2894 … Rectangle( aTmpPos2, Size( nFontHeight+nFontHeight/4, pData->aSz.Height() ) ), FRAME_DRAW_GROUP ); in ImplPaint()
2897 Rectangle( aTmpPos, Size( nFontHeight/2, nFontHeight/2 ) ), in ImplPaint()
4155 long nFontHeight = GetTextHeight(); in ImplHighlightItem() local
4156 … bPopupArea = ( rMEvt.GetPosPixel().X() >= ( aSz.Width() - nFontHeight - nFontHeight/4 ) ); in ImplHighlightItem()
4517 long nFontHeight = GetTextHeight(); in MouseButtonUp() local
4518 if ( rMEvt.GetPosPixel().X() < ( aSz.Width() - nFontHeight - nFontHeight/4 ) ) in MouseButtonUp()
4762 long nFontHeight = GetTextHeight(); in HighlightItem() local
4763 aItemRect.Right() -= nFontHeight + nFontHeight/4; in HighlightItem()
4851 long nFontHeight = GetTextHeight(); in ImplGetItemRect() local
4852 aRect.Right() -= nFontHeight + nFontHeight/4; in ImplGetItemRect()