Home
last modified time | relevance | path

Searched refs:nNormWidth (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/svtools/source/filter/wmf/
H A Demfwr.cxx790 sal_uInt32 nNormWidth; in ImplWriteTextRecord() local
798 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 33 milliseconds