Lines Matching refs:nHour
2649 sal_uLong nHour, nMin, nSec; in ImpGetTimeOutput() local
2652 nHour = (nSeconds/3600) % 24; in ImpGetTimeOutput()
2658 nHour = 0; in ImpGetTimeOutput()
2664 nHour = 0; in ImpGetTimeOutput()
2670 nHour = nSeconds / 3600; in ImpGetTimeOutput()
2676 nHour = 0; in ImpGetTimeOutput()
2684 if (nHour == 0) in ImpGetTimeOutput()
2686 nHour = 12; in ImpGetTimeOutput()
2689 else if (nHour < 12) in ImpGetTimeOutput()
2694 if (nHour > 12) in ImpGetTimeOutput()
2695 nHour -= 12; in ImpGetTimeOutput()
2767 OutString += ImpIntToString( nIx, nHour ); in ImpGetTimeOutput()
2770 OutString += ImpIntToString( nIx, nHour, 2 ); in ImpGetTimeOutput()
3180 sal_uLong nHour, nMin, nSec; in ImpGetDateTimeOutput() local
3183 nHour = (nSeconds/3600) % 24; in ImpGetDateTimeOutput()
3189 nHour = 0; in ImpGetDateTimeOutput()
3195 nHour = 0; in ImpGetDateTimeOutput()
3201 nHour = nSeconds / 3600; in ImpGetDateTimeOutput()
3206 nHour = 0; // TODO What should these values be? in ImpGetDateTimeOutput()
3213 if (nHour == 0) in ImpGetDateTimeOutput()
3215 nHour = 12; in ImpGetDateTimeOutput()
3218 else if (nHour < 12) in ImpGetDateTimeOutput()
3223 if (nHour > 12) in ImpGetDateTimeOutput()
3224 nHour -= 12; in ImpGetDateTimeOutput()
3299 OutString += ImpIntToString( nIx, nHour ); in ImpGetDateTimeOutput()
3302 OutString += ImpIntToString( nIx, nHour, 2 ); in ImpGetDateTimeOutput()