Searched refs:nNormWidth (Results 1 – 1 of 1) sorted by relevance
790 sal_uInt32 nNormWidth; in ImplWriteTextRecord() local798 nNormWidth = maVDev.GetTextWidth( rText ); in ImplWriteTextRecord()804 nNormWidth = maVDev.GetTextArray( rText, pOwnArray ); in ImplWriteTextRecord()810 nNormWidth = pDX[ nLen - 2 ] + maVDev.GetTextWidth( rText.GetChar( nLen - 1 ) ); in ImplWriteTextRecord()812 if( nWidth && nNormWidth && ( nWidth != nNormWidth ) ) in ImplWriteTextRecord()814 const double fFactor = (double) nWidth / nNormWidth; in ImplWriteTextRecord()824 ImplWriteRect( Rectangle( rPos, Size( nNormWidth, maVDev.GetTextHeight() ) ) ); in ImplWriteTextRecord()
Completed in 17 milliseconds