Home
last modified time | relevance | path

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

/AOO41X/main/svl/source/numbers/
H A Dzformat.cxx2632 String sSecStr( ::rtl::math::doubleToUString( fTime-nSeconds, in ImpGetTimeOutput() local
2634 sSecStr.EraseLeadingChars('0'); in ImpGetTimeOutput()
2635 sSecStr.EraseLeadingChars('.'); in ImpGetTimeOutput()
2638 sSecStr.EraseTrailingChars('0'); in ImpGetTimeOutput()
2639 if ( sSecStr.Len() < xub_StrLen(rInfo.nCntPost) ) in ImpGetTimeOutput()
2640 sSecStr.Expand( xub_StrLen(rInfo.nCntPost), '0' ); in ImpGetTimeOutput()
2641 ImpTransliterate( sSecStr, NumFor[nIx].GetNatNum() ); in ImpGetTimeOutput()
2642 nCntPost = sSecStr.Len(); in ImpGetTimeOutput()
2645 ImpTransliterate( sSecStr, NumFor[nIx].GetNatNum() ); in ImpGetTimeOutput()
2730 OutString += sSecStr.GetChar(nSecPos); in ImpGetTimeOutput()
[all …]