Searched refs:nVDist (Results 1 – 3 of 3) sorted by relevance
73 long nVDist=GetTextUpperDistance()+GetTextLowerDistance(); in NbcSetSnapRect() local75 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() local109 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() local156 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()
114 long nVDist=GetTextUpperDistance()+GetTextLowerDistance(); in AdjustTextFrameWidthAndHeight() local116 aSiz.Height()-=nVDist; in AdjustTextFrameWidthAndHeight()167 nHgt+=nVDist; in AdjustTextFrameWidthAndHeight()
1749 const long nVDist(GetTextUpperDistance() + GetTextLowerDistance()); in AdaptTextMinSize() local1751 const long nTHgt(std::max(long(0), (long)(aTextBound.GetHeight() - 1 - nVDist))); in AdaptTextMinSize()2644 long nVDist=GetTextUpperDistance()+GetTextLowerDistance(); in AdjustTextFrameWidthAndHeight() local2646 aSiz.Height()-=nVDist; in AdjustTextFrameWidthAndHeight()2700 nHgt+=nVDist; in AdjustTextFrameWidthAndHeight()
Completed in 83 milliseconds