Home
last modified time | relevance | path

Searched refs:nHDist (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1748 const long nHDist(GetTextLeftDistance() + GetTextRightDistance()); in AdaptTextMinSize() local
1750 const long nTWdt(std::max(long(0), (long)(aTextBound.GetWidth() - 1 - nHDist))); in AdaptTextMinSize()
2643 long nHDist=GetTextLeftDistance()+GetTextRightDistance(); in AdjustTextFrameWidthAndHeight() local
2645 aSiz.Width()-=nHDist; in AdjustTextFrameWidthAndHeight()
2693 nWdt += nHDist; in AdjustTextFrameWidthAndHeight()
H A Dsvdotxat.cxx113 long nHDist=GetTextLeftDistance()+GetTextRightDistance(); in AdjustTextFrameWidthAndHeight() local
115 aSiz.Width()-=nHDist; in AdjustTextFrameWidthAndHeight()
163 nWdt+=nHDist; in AdjustTextFrameWidthAndHeight()
H A Dsvdotxtr.cxx72 long nHDist=GetTextLeftDistance()+GetTextRightDistance(); in NbcSetSnapRect() local
74 long nTWdt0=aRect.GetWidth ()-1-nHDist; if (nTWdt0<0) nTWdt0=0; in NbcSetSnapRect()
76 long nTWdt1=rRect.GetWidth ()-1-nHDist; if (nTWdt1<0) nTWdt1=0; in NbcSetSnapRect()
106 long nHDist=GetTextLeftDistance()+GetTextRightDistance(); in NbcSetLogicRect() local
108 long nTWdt0=aRect.GetWidth ()-1-nHDist; if (nTWdt0<0) nTWdt0=0; in NbcSetLogicRect()
110 long nTWdt1=rRect.GetWidth ()-1-nHDist; if (nTWdt1<0) nTWdt1=0; in NbcSetLogicRect()
153 long nHDist=GetTextLeftDistance()+GetTextRightDistance(); in NbcResize() local
155 long nTWdt0=aRect.GetWidth ()-1-nHDist; if (nTWdt0<0) nTWdt0=0; in NbcResize()
235 long nTWdt1=aRect.GetWidth ()-1-nHDist; if (nTWdt1<0) nTWdt1=0; in NbcResize()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx1606 long nHDist = aBspWin.GetHdDist(); in IMPL_LINK() local
1642 long nMin = nHHeight + nHDist + nFDist + nFHeight + nBT + nBB + in IMPL_LINK()
1655 nFDist - nFHeight - nHDist - nHHeight; in IMPL_LINK()
1661 nFDist - nFHeight - nHDist - nHHeight; in IMPL_LINK()
/trunk/main/svx/source/dialog/
H A Dhdft.cxx1063 long nHDist = aBspWin.GetHdDist(); in IMPL_LINK() local
1079 nHDist = nDist; in IMPL_LINK()
1101 nMax = Max( nH - nMin - nHDist - nFDist - nFHeight - nBB - nBT, in IMPL_LINK()
1113 nMax = Max( nH - nMin - nFDist - nHDist - nHHeight - nBT - nBB, in IMPL_LINK()
1117 nDist = Max( nH - nMin - nFHeight - nHDist - nHHeight - nBT - nBB, in IMPL_LINK()

Completed in 51 milliseconds