Searched refs:nHgtGrow (Results 1 – 2 of 2) sorted by relevance
170 long nHgtGrow=nHgt-(rR.Bottom()-rR.Top()); in AdjustTextFrameWidthAndHeight() local172 if (nHgtGrow==0) bHgtGrow=sal_False; in AdjustTextFrameWidthAndHeight()186 if (eVAdj==SDRTEXTVERTADJUST_TOP) rR.Bottom()+=nHgtGrow; in AdjustTextFrameWidthAndHeight()187 else if (eVAdj==SDRTEXTVERTADJUST_BOTTOM) rR.Top()-=nHgtGrow; in AdjustTextFrameWidthAndHeight()189 long nHgtGrow2=nHgtGrow/2; in AdjustTextFrameWidthAndHeight()
2704 long nHgtGrow = nHgt-(rR.Bottom()-rR.Top()); in AdjustTextFrameWidthAndHeight() local2707 if ( nHgtGrow == 0 ) in AdjustTextFrameWidthAndHeight()2729 rR.Bottom()+=nHgtGrow; in AdjustTextFrameWidthAndHeight()2731 rR.Top()-=nHgtGrow; in AdjustTextFrameWidthAndHeight()2734 long nHgtGrow2=nHgtGrow/2; in AdjustTextFrameWidthAndHeight()
Completed in 37 milliseconds