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.cxx2634 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()
2642 nCntPost = sSecStr.Len(); in ImpGetTimeOutput()
2730 OutString += sSecStr.GetChar(nSecPos); in ImpGetTimeOutput()
3165 sSecStr.EraseLeadingChars('0'); in ImpGetDateTimeOutput()
3166 sSecStr.EraseLeadingChars('.'); in ImpGetDateTimeOutput()
3169 sSecStr.EraseTrailingChars('0'); in ImpGetDateTimeOutput()
3170 if ( sSecStr.Len() < xub_StrLen(rInfo.nCntPost) ) in ImpGetDateTimeOutput()
[all …]

Completed in 35 milliseconds