Lines Matching refs:sSecStr
2632 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()
3163 String sSecStr( ::rtl::math::doubleToUString( fTime-nSeconds, in ImpGetDateTimeOutput() local
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()
3171 sSecStr.Expand( xub_StrLen(rInfo.nCntPost), '0' ); in ImpGetDateTimeOutput()
3172 ImpTransliterate( sSecStr, NumFor[nIx].GetNatNum() ); in ImpGetDateTimeOutput()
3173 nCntPost = sSecStr.Len(); in ImpGetDateTimeOutput()
3176 ImpTransliterate( sSecStr, NumFor[nIx].GetNatNum() ); in ImpGetDateTimeOutput()
3269 OutString += sSecStr.GetChar(nSecPos); in ImpGetDateTimeOutput()