Lines Matching refs:nSec
2649 sal_uLong nHour, nMin, nSec; in ImpGetTimeOutput() local
2654 nSec = nSeconds%60; in ImpGetTimeOutput()
2660 nSec = nSeconds; in ImpGetTimeOutput()
2666 nSec = nSeconds % 60; in ImpGetTimeOutput()
2672 nSec = nSeconds%60; in ImpGetTimeOutput()
2678 nSec = 0; in ImpGetTimeOutput()
2773 OutString += ImpIntToString( nIx, nSec ); in ImpGetTimeOutput()
2776 OutString += ImpIntToString( nIx, nSec, 2 ); in ImpGetTimeOutput()
3180 sal_uLong nHour, nMin, nSec; in ImpGetDateTimeOutput() local
3185 nSec = nSeconds%60; in ImpGetDateTimeOutput()
3191 nSec = nSeconds; in ImpGetDateTimeOutput()
3197 nSec = nSeconds % 60; in ImpGetDateTimeOutput()
3203 nSec = nSeconds%60; in ImpGetDateTimeOutput()
3208 nSec = 0; in ImpGetDateTimeOutput()
3305 OutString += ImpIntToString( nIx, nSec ); in ImpGetDateTimeOutput()
3308 OutString += ImpIntToString( nIx, nSec, 2 ); in ImpGetDateTimeOutput()