Home
last modified time | relevance | path

Searched refs:nWdtGrow (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2703 long nWdtGrow = nWdt-(rR.Right()-rR.Left()); in AdjustTextFrameWidthAndHeight() local
2705 if ( nWdtGrow == 0 ) in AdjustTextFrameWidthAndHeight()
2715 rR.Right()+=nWdtGrow; in AdjustTextFrameWidthAndHeight()
2717 rR.Left()-=nWdtGrow; in AdjustTextFrameWidthAndHeight()
2720 long nWdtGrow2=nWdtGrow/2; in AdjustTextFrameWidthAndHeight()
H A Dsvdotxat.cxx169 long nWdtGrow=nWdt-(rR.Right()-rR.Left()); in AdjustTextFrameWidthAndHeight() local
171 if (nWdtGrow==0) bWdtGrow=sal_False; in AdjustTextFrameWidthAndHeight()
176 if (eHAdj==SDRTEXTHORZADJUST_LEFT) rR.Right()+=nWdtGrow; in AdjustTextFrameWidthAndHeight()
177 else if (eHAdj==SDRTEXTHORZADJUST_RIGHT) rR.Left()-=nWdtGrow; in AdjustTextFrameWidthAndHeight()
179 long nWdtGrow2=nWdtGrow/2; in AdjustTextFrameWidthAndHeight()

Completed in 37 milliseconds