Home
last modified time | relevance | path

Searched refs:nHgtGrow (Results 1 – 2 of 2) sorted by path

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2704 long nHgtGrow = nHgt-(rR.Bottom()-rR.Top()); in AdjustTextFrameWidthAndHeight() local
2707 if ( nHgtGrow == 0 ) in AdjustTextFrameWidthAndHeight()
2729 rR.Bottom()+=nHgtGrow; in AdjustTextFrameWidthAndHeight()
2731 rR.Top()-=nHgtGrow; in AdjustTextFrameWidthAndHeight()
2734 long nHgtGrow2=nHgtGrow/2; in AdjustTextFrameWidthAndHeight()
H A Dsvdotxat.cxx170 long nHgtGrow=nHgt-(rR.Bottom()-rR.Top()); in AdjustTextFrameWidthAndHeight() local
172 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()

Completed in 29 milliseconds