Lines Matching refs:nThousand
141 nThousand = rNumFor.nThousand; in Copy()
170 rStream << eScannedType << bThousand << nThousand in Save()
181 rStream >> eScannedType >> bThousand >> nThousand in Load()
330 aI.nThousand = 0; in ImpSvNumFor()
2201 if (rInfo.nThousand == 0) in GetOutputString()
2656 else if (rInfo.nThousand == 3) // [ss] in ImpGetTimeOutput()
2662 else if (rInfo.nThousand == 2) // [mm]:ss in ImpGetTimeOutput()
2668 else if (rInfo.nThousand == 1) // [hh]:mm:ss in ImpGetTimeOutput()
3187 else if (rInfo.nThousand == 3) // [ss] in ImpGetDateTimeOutput()
3193 else if (rInfo.nThousand == 2) // [mm]:ss in ImpGetDateTimeOutput()
3199 else if (rInfo.nThousand == 1) // [hh]:mm:ss in ImpGetDateTimeOutput()
3476 if ( rInfo.nThousand != FLAG_STANDARD_IN_FORMAT ) in ImpGetNumberOutput()
3478 const sal_uInt16 nThousand = rInfo.nThousand; in ImpGetNumberOutput() local
3479 for (i = 0; i < nThousand; i++) in ImpGetNumberOutput()
3562 if (rInfo.nThousand == 0) in ImpGetNumberOutput()
3645 sal_Bool bDoThousands = (rInfo.nThousand == 0); in ImpNumberFillWithThousands()
3823 sal_Bool bDoThousands = (rInfo.nThousand == 0); in ImpNumberFill()