Home
last modified time | relevance | path

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

/aoo41x/main/svl/source/numbers/
H A Dzformat.cxx2538 xub_StrLen nZeros = 0; // erase leading zeros in GetOutputString() local
2539 while (nZeros < k && ExpStr.GetChar(nZeros) == '0') in GetOutputString()
2540 ++nZeros; in GetOutputString()
2541 if (nZeros) in GetOutputString()
2542 ExpStr.Erase( 0, nZeros); in GetOutputString()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par.cxx4352 sal_uInt16 nZeros; in CoreLoad() local
4353 *pTableStream >> nZeros; in CoreLoad()

Completed in 53 milliseconds