Lines Matching refs:nHgt
2620 long nHgt=0,nMinHgt=0,nMaxHgt=0; in AdjustTextFrameWidthAndHeight() local
2659 if (bHgtGrow) nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
2662 nHgt=pEdtOutl->GetTextHeight()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
2683 nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
2686 nHgt = rOutliner.GetTextHeight()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
2696 if ( nHgt < nMinHgt ) in AdjustTextFrameWidthAndHeight()
2697 nHgt = nMinHgt; in AdjustTextFrameWidthAndHeight()
2698 if ( nHgt > nMaxHgt ) in AdjustTextFrameWidthAndHeight()
2699 nHgt = nMaxHgt; in AdjustTextFrameWidthAndHeight()
2700 nHgt+=nVDist; in AdjustTextFrameWidthAndHeight()
2701 if ( nHgt < 1 ) in AdjustTextFrameWidthAndHeight()
2702 nHgt = 1; // nVDist kann auch negativ sein in AdjustTextFrameWidthAndHeight()
2704 long nHgtGrow = nHgt-(rR.Bottom()-rR.Top()); in AdjustTextFrameWidthAndHeight()
2736 rR.Bottom()=rR.Top()+nHgt; in AdjustTextFrameWidthAndHeight()