Lines Matching refs:nTextWidth
1245 long nTextWidth = GetTextWidth( ImplGetText() ); in ImplAlign() local
1250 if( mnXOffset && ( nTextWidth < nOutWidth ) ) in ImplAlign()
1256 long nMinXOffset = nOutWidth - nTextWidth - 1 - ImplGetExtraOffset(); in ImplAlign()
1262 if( nTextWidth < nOutWidth ) in ImplAlign()
1267 if( nTextWidth < nOutWidth ) in ImplAlign()
1277 mnXOffset = (nOutWidth - nTextWidth) / 2; in ImplAlign()
1946 long nTextWidth = pDev->GetTextWidth( aText ); in Draw() local
1954 ((nOffX+nTextWidth) > aSize.Width()) ) in Draw()
1964 aPos.X() += (aSize.Width() - nTextWidth) / 2; in Draw()
1969 aPos.X() += aSize.Width() - nTextWidth; in Draw()
2461 long nTextWidth = GetTextWidth( maText, 0, mpDDInfo->nDropPos ); in ImplShowDDCursor() local
2463 …Rectangle aCursorRect( Point( nTextWidth + mnXOffset, (GetOutputSize().Height()-nTextHeight)/2 ), … in ImplShowDDCursor()