Home
last modified time | relevance | path

Searched refs:nMaxHgt (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2620 long nHgt=0,nMinHgt=0,nMaxHgt=0; in AdjustTextFrameWidthAndHeight() local
2638 nMaxHgt=GetMaxTextFrameHeight(); in AdjustTextFrameWidthAndHeight()
2639 if (nMaxHgt==0 || nMaxHgt>aMaxSiz.Height()) nMaxHgt=aMaxSiz.Height(); in AdjustTextFrameWidthAndHeight()
2641 aSiz.Height()=nMaxHgt; in AdjustTextFrameWidthAndHeight()
2698 if ( nHgt > nMaxHgt ) in AdjustTextFrameWidthAndHeight()
2699 nHgt = nMaxHgt; in AdjustTextFrameWidthAndHeight()
2891 if ( nMaxHgt == 0 || nMaxHgt > aMaxSiz.Height() ) in TakeTextEditArea()
2892 nMaxHgt=aMaxSiz.Height(); in TakeTextEditArea()
2898 nMaxHgt = aAnkSiz.Height(); in TakeTextEditArea()
2899 nMinHgt = nMaxHgt; in TakeTextEditArea()
[all …]
H A Dsvdotxat.cxx90 long nHgt=0,nMinHgt=0,nMaxHgt=0; in AdjustTextFrameWidthAndHeight() local
108 nMaxHgt=GetMaxTextFrameHeight(); in AdjustTextFrameWidthAndHeight()
109 if (nMaxHgt==0 || nMaxHgt>aMaxSiz.Height()) nMaxHgt=aMaxSiz.Height(); in AdjustTextFrameWidthAndHeight()
111 aSiz.Height()=nMaxHgt; in AdjustTextFrameWidthAndHeight()
166 if (nHgt>nMaxHgt) nHgt=nMaxHgt; in AdjustTextFrameWidthAndHeight()
H A Dsvdotxed.cxx177 long nMaxHgt=GetMaxTextFrameHeight(); in TakeTextEditArea() local
182 if (nMaxHgt==0 || nMaxHgt>aMaxSiz.Height()) nMaxHgt=aMaxSiz.Height(); in TakeTextEditArea()
193 nMaxHgt = nMinHgt; in TakeTextEditArea()
206 if (eAniDirection==SDRTEXTANI_UP || eAniDirection==SDRTEXTANI_DOWN) nMaxHgt=1000000; in TakeTextEditArea()
216 nMaxHgt = 1000000; in TakeTextEditArea()
220 aPaperMax.Height()=nMaxHgt; in TakeTextEditArea()

Completed in 36 milliseconds