Lines Matching refs:nTmpBorderWidth
2336 sal_uLong nTmpBorderWidth = GetFont().GetBorderWidth(); in Arrange() local
2338 nHeight += 2 * nTmpBorderWidth; in Arrange()
2356 sal_uLong nTmpBorderWidth = GetFont().GetBorderWidth(); in Draw() local
2360 aTmp.Left() += nTmpBorderWidth; in Draw()
2361 aTmp.Right() -= nTmpBorderWidth; in Draw()
2362 aTmp.Top() += nTmpBorderWidth; in Draw()
2363 aTmp.Bottom() -= nTmpBorderWidth; in Draw()
2690 long nTmpBorderWidth = GetFont().GetBorderWidth(); in AdaptToX() local
2691 long nDenom = SmRect(aTmpDev, NULL, GetText(), nTmpBorderWidth).GetItalicWidth(); in AdaptToX()
2726 long nTmpBorderWidth = GetFont().GetBorderWidth(); in AdaptToY() local
2727 long nDenom = SmRect(aTmpDev, NULL, GetText(), nTmpBorderWidth).GetHeight(); in AdaptToY()