Lines Matching refs:nHgt
90 long nHgt=0,nMinHgt=0,nMaxHgt=0; in AdjustTextFrameWidthAndHeight() local
135 if (bHgtGrow) nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
137 nHgt=pEdtOutl->GetTextHeight()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
155 if (bHgtGrow) nHgt=aSiz2.Height()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
157 nHgt=rOutliner.GetTextHeight()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
165 if (nHgt<nMinHgt) nHgt=nMinHgt; in AdjustTextFrameWidthAndHeight()
166 if (nHgt>nMaxHgt) nHgt=nMaxHgt; in AdjustTextFrameWidthAndHeight()
167 nHgt+=nVDist; in AdjustTextFrameWidthAndHeight()
168 if (nHgt<1) nHgt=1; // nVDist kann auch negativ sein in AdjustTextFrameWidthAndHeight()
170 long nHgtGrow=nHgt-(rR.Bottom()-rR.Top()); in AdjustTextFrameWidthAndHeight()
191 rR.Bottom()=rR.Top()+nHgt; in AdjustTextFrameWidthAndHeight()