Home
last modified time | relevance | path

Searched refs:nSpaceWidth (Results 1 – 2 of 2) sorted by path

/trunk/main/oox/source/xls/
H A Dunitconverter.cxx157 sal_Int32 nSpaceWidth = scaleToMm100( xFont->getCharWidth( ' ' ), UNIT_REFDEVX ); in finalizeImport() local
158 if( nSpaceWidth > 0 ) in finalizeImport()
159 maCoeffs[ UNIT_SPACE ] = nSpaceWidth; in finalizeImport()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3827 long nSpaceWidth; in ImplDrawStraightTextLine() local
3835 nSpaceWidth = 100; in ImplDrawStraightTextLine()
3842 nSpaceWidth = 50; in ImplDrawStraightTextLine()
3845 nSpaceWidth = ((nSpaceWidth*mnDPIX)+1270)/2540; in ImplDrawStraightTextLine()
3851 if ( nSpaceWidth < nMinSpaceWidth ) in ImplDrawStraightTextLine()
3852 nSpaceWidth = nMinSpaceWidth; in ImplDrawStraightTextLine()
3860 nLeft += nDashWidth+nSpaceWidth; in ImplDrawStraightTextLine()

Completed in 63 milliseconds