Home
last modified time | relevance | path

Searched refs:nMinHgt (Results 1 – 3 of 3) sorted by path

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2620 long nHgt=0,nMinHgt=0,nMaxHgt=0; in AdjustTextFrameWidthAndHeight() local
2637 nMinHgt=GetMinTextFrameHeight(); in AdjustTextFrameWidthAndHeight()
2640 if (nMinHgt<=0) nMinHgt=1; in AdjustTextFrameWidthAndHeight()
2696 if ( nHgt < nMinHgt ) in AdjustTextFrameWidthAndHeight()
2697 nHgt = nMinHgt; in AdjustTextFrameWidthAndHeight()
2884 long nMinHgt = GetMinTextFrameHeight(); in TakeTextEditArea() local
2888 if (nMinHgt<1) nMinHgt=1; in TakeTextEditArea()
2899 nMinHgt = nMaxHgt; in TakeTextEditArea()
2911 aPaperMin.Height()=nMinHgt; in TakeTextEditArea()
H A Dsvdotxat.cxx90 long nHgt=0,nMinHgt=0,nMaxHgt=0; in AdjustTextFrameWidthAndHeight() local
107 nMinHgt=GetMinTextFrameHeight(); in AdjustTextFrameWidthAndHeight()
110 if (nMinHgt<=0) nMinHgt=1; in AdjustTextFrameWidthAndHeight()
165 if (nHgt<nMinHgt) nHgt=nMinHgt; in AdjustTextFrameWidthAndHeight()
H A Dsvdotxed.cxx175 long nMinHgt=GetMinTextFrameHeight(); in TakeTextEditArea() local
179 if (nMinHgt<1) nMinHgt=1; in TakeTextEditArea()
192 nMinHgt = aAnkSiz.Height(); in TakeTextEditArea()
193 nMaxHgt = nMinHgt; in TakeTextEditArea()
227 aPaperMin.Height()=nMinHgt; in TakeTextEditArea()

Completed in 31 milliseconds