Home
last modified time | relevance | path

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

/trunk/main/svl/source/numbers/
H A Dzformat.cxx2501 String ExpStr; in GetOutputString() local
2517 ExpStr = sStr.Copy( nExpStart ); // part following the "E+" in GetOutputString()
2522 sal_Int32 nExp = ExpStr.ToInt32() * nExpSign; in GetOutputString()
2531 ExpStr = String::CreateFromInt32( nExp ); in GetOutputString()
2536 bRes |= ImpNumberFill(ExpStr, fNumber, k, j, nIx, NF_SYMBOLTYPE_EXP); in GetOutputString()
2539 while (nZeros < k && ExpStr.GetChar(nZeros) == '0') in GetOutputString()
2542 ExpStr.Erase( 0, nZeros); in GetOutputString()
2549 ExpStr.Insert('-',0); in GetOutputString()
2551 ExpStr.Insert('+',0); in GetOutputString()
2552 ExpStr.Insert(rStr.GetChar(0),0); in GetOutputString()
[all …]

Completed in 34 milliseconds