Lines Matching refs:nTmpBorderWidth
2376 sal_uLong nTmpBorderWidth = GetFont().GetBorderWidth(); in Arrange() local
2378 nHeight += 2 * nTmpBorderWidth; in Arrange()
2396 sal_uLong nTmpBorderWidth = GetFont().GetBorderWidth(); in Draw() local
2400 aTmp.Left() += nTmpBorderWidth; in Draw()
2401 aTmp.Right() -= nTmpBorderWidth; in Draw()
2402 aTmp.Top() += nTmpBorderWidth; in Draw()
2403 aTmp.Bottom() -= nTmpBorderWidth; in Draw()
2730 long nTmpBorderWidth = GetFont().GetBorderWidth(); in AdaptToX() local
2731 long nDenom = SmRect(aTmpDev, NULL, GetText(), nTmpBorderWidth).GetItalicWidth(); in AdaptToX()
2766 long nTmpBorderWidth = GetFont().GetBorderWidth(); in AdaptToY() local
2767 long nDenom = SmRect(aTmpDev, NULL, GetText(), nTmpBorderWidth).GetHeight(); in AdaptToY()