Home
last modified time | relevance | path

Searched refs:nExpWidth (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx191 short nExpWidth = (short)pBmpItem->GetBitmap1().GetSizePixel().Width(); in UpdateContextBmpWidthVectorFromMovedEntry() local
193 short nMax = Max(nExpWidth, nColWidth); in UpdateContextBmpWidthVectorFromMovedEntry()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx111 long nExpWidth; member in ScDrawStringsVars
193 nExpWidth( 0 ), in ScDrawStringsVars()
263 nExpWidth = 0; in SetPattern()
419 nExpWidth = 0; in SetPatternSimple()
676 if (nExpWidth > 0) in GetExpWidth()
677 return nExpWidth; in GetExpWidth()
679 nExpWidth = pOutput->pFmtDevice->GetTextWidth(String('E')); in GetExpWidth()
680 return nExpWidth; in GetExpWidth()
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx282 static void myftoa( double nNum, char * pBuf, short nPrec, short nExpWidth, in myftoa() argument
304 if( !bFix && !nExpWidth ) in myftoa()
314 if( !nExpWidth ) ++nDig; in myftoa()
318 if( !nExpWidth ) in myftoa()
361 if( nExpWidth ) in myftoa()
363 if( nExpWidth < 3 ) nExpWidth = 3; in myftoa()
364 nExpWidth -= 2; in myftoa()
367 while( nExpWidth > 3 ) *pBuf++ = '0', nExpWidth--; in myftoa()
368 if( nExp >= 100 || nExpWidth == 3 ) in myftoa()
373 if( nExp/10 || nExpWidth >= 2 ) in myftoa()

Completed in 34 milliseconds