Lines Matching refs:mnCharHeight
234 mnCharHeight = (sal_uInt16)aTextSize.Height(); in SetFont()
961 nY = rPaM.GetPara() * mnCharHeight; in PaMtoEditCursor()
968 nY += pPortion->GetLines().Count() * mnCharHeight; in PaMtoEditCursor()
1011 nY += mnCharHeight; in GetEditCursor()
1019 nY -= mnCharHeight; in GetEditCursor()
1026 nY += mnCharHeight; in GetEditCursor()
1153 long nTmpHeight = pPortion->GetLines().Count() * mnCharHeight; in GetPaM()
1186 nY += mnCharHeight; in ImpFindIndex()
1377 nHeight = pPPortion->GetLines().Count() * mnCharHeight; in CalcParaHeight()
1412 return Range( nFirstInvalid*mnCharHeight, ((nLastInvalid+1)*mnCharHeight)-1 ); in GetInvalidYOffsets()
2110 if ( ( !pPaintArea || ( ( nY + mnCharHeight ) > pPaintArea->Top() ) ) in ImpPaint()
2227 Rectangle aTabArea( aTmpPos, Point( aTmpPos.X()+nTxtWidth, aTmpPos.Y()+mnCharHeight-1 ) ); in ImpPaint()
2249 Rectangle aTabArea( aTmpPos, Point( aTmpPos.X()+nTxtWidth, aTmpPos.Y()+mnCharHeight-1 ) ); in ImpPaint()
2265 nY += mnCharHeight; in ImpPaint()