Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1749 const long nVDist(GetTextUpperDistance() + GetTextLowerDistance()); in AdaptTextMinSize() local
1751 const long nTHgt(std::max(long(0), (long)(aTextBound.GetHeight() - 1 - nVDist))); in AdaptTextMinSize()
2644 long nVDist=GetTextUpperDistance()+GetTextLowerDistance(); in AdjustTextFrameWidthAndHeight() local
2646 aSiz.Height()-=nVDist; in AdjustTextFrameWidthAndHeight()
2700 nHgt+=nVDist; in AdjustTextFrameWidthAndHeight()
H A Dsvdotxat.cxx114 long nVDist=GetTextUpperDistance()+GetTextLowerDistance(); in AdjustTextFrameWidthAndHeight() local
116 aSiz.Height()-=nVDist; in AdjustTextFrameWidthAndHeight()
167 nHgt+=nVDist; in AdjustTextFrameWidthAndHeight()
H A Dsvdotxtr.cxx73 long nVDist=GetTextUpperDistance()+GetTextLowerDistance(); in NbcSetSnapRect() local
75 long nTHgt0=aRect.GetHeight()-1-nVDist; if (nTHgt0<0) nTHgt0=0; in NbcSetSnapRect()
77 long nTHgt1=rRect.GetHeight()-1-nVDist; if (nTHgt1<0) nTHgt1=0; in NbcSetSnapRect()
107 long nVDist=GetTextUpperDistance()+GetTextLowerDistance(); in NbcSetLogicRect() local
109 long nTHgt0=aRect.GetHeight()-1-nVDist; if (nTHgt0<0) nTHgt0=0; in NbcSetLogicRect()
111 long nTHgt1=rRect.GetHeight()-1-nVDist; if (nTHgt1<0) nTHgt1=0; in NbcSetLogicRect()
154 long nVDist=GetTextUpperDistance()+GetTextLowerDistance(); in NbcResize() local
156 long nTHgt0=aRect.GetHeight()-1-nVDist; if (nTHgt0<0) nTHgt0=0; in NbcResize()
236 long nTHgt1=aRect.GetHeight()-1-nVDist; if (nTHgt1<0) nTHgt1=0; in NbcResize()

Completed in 33 milliseconds