Lines Matching refs:nCntPost
143 nCntPost = rNumFor.nCntPost; in Copy()
171 << nCntPre << nCntPost << nCntExp; in Save()
182 >> nCntPre >> nCntPost >> nCntExp; in Load()
332 aI.nCntPost = 0; in ImpSvNumFor()
2499 rInfo.nCntPre + rInfo.nCntPost - 1, '.' )); in GetOutputString()
2566 rInfo.nCntPost); in GetOutputString()
2606 xub_StrLen nCntPost; in ImpGetTimeOutput() local
2608 0 < rInfo.nCntPost && rInfo.nCntPost < 7 ) in ImpGetTimeOutput()
2611 nCntPost = 7; in ImpGetTimeOutput()
2616 nCntPost = xub_StrLen(rInfo.nCntPost); in ImpGetTimeOutput()
2621 fTime = ::rtl::math::round( fTime, int(nCntPost) ); in ImpGetTimeOutput()
2633 rtl_math_StringFormat_F, int(nCntPost), '.')); in ImpGetTimeOutput()
2639 if ( sSecStr.Len() < xub_StrLen(rInfo.nCntPost) ) in ImpGetTimeOutput()
2640 sSecStr.Expand( xub_StrLen(rInfo.nCntPost), '0' ); in ImpGetTimeOutput()
2642 nCntPost = sSecStr.Len(); in ImpGetTimeOutput()
2727 nCntPost : rInfo.sStrArray[i].Len() ); in ImpGetTimeOutput()
2728 for (xub_StrLen j = 0; j < nLen && nSecPos < nCntPost; j++) in ImpGetTimeOutput()
3131 xub_StrLen nCntPost; in ImpGetDateTimeOutput() local
3133 0 < rInfo.nCntPost && rInfo.nCntPost < 7 ) in ImpGetDateTimeOutput()
3136 nCntPost = 7; in ImpGetDateTimeOutput()
3141 nCntPost = xub_StrLen(rInfo.nCntPost); in ImpGetDateTimeOutput()
3144 fTime = ::rtl::math::round( fTime, int(nCntPost) ); in ImpGetDateTimeOutput()
3164 rtl_math_StringFormat_F, int(nCntPost), '.')); in ImpGetDateTimeOutput()
3170 if ( sSecStr.Len() < xub_StrLen(rInfo.nCntPost) ) in ImpGetDateTimeOutput()
3171 sSecStr.Expand( xub_StrLen(rInfo.nCntPost), '0' ); in ImpGetDateTimeOutput()
3173 nCntPost = sSecStr.Len(); in ImpGetDateTimeOutput()
3266 nCntPost : rInfo.sStrArray[i].Len() ); in ImpGetDateTimeOutput()
3267 for (xub_StrLen j = 0; j < nLen && nSecPos < nCntPost; j++) in ImpGetDateTimeOutput()
3490 if (rInfo.nCntPost) // NachkommaStellen in ImpGetNumberOutput()
3492 if (rInfo.nCntPost + nPrecExp > 15 && nPrecExp < 15) in ImpGetNumberOutput()
3496 for (long l = 15-nPrecExp; l < (long) rInfo.nCntPost; l++) in ImpGetNumberOutput()
3501 rtl_math_StringFormat_F, rInfo.nCntPost, '.' ); in ImpGetNumberOutput()
3535 if (rInfo.nCntPost > 0) in ImpGetNumberOutput()
3617 if ( rInfo.nCntPost > 0 ) in ImpGetNumberOutput()
3933 nPrecision = rInfo.nCntPost; in GetNumForInfo()