Lines Matching refs:bThousand
140 bThousand = rNumFor.bThousand; in Copy()
170 rStream << eScannedType << bThousand << nThousand in Save()
181 rStream >> eScannedType >> bThousand >> nThousand in Load()
329 aI.bThousand = sal_False; in ImpSvNumFor()
2595 if (rInfo.bThousand) // []-Format in ImpGetTimeOutput()
2618 if (bSign && !rInfo.bThousand) // kein []-Format in ImpGetTimeOutput()
2650 if (!rInfo.bThousand) // kein [] Format in ImpGetTimeOutput()
2782 if (bSign && rInfo.bThousand) in ImpGetTimeOutput()
3181 if (!rInfo.bThousand) // [] Format in ImpGetDateTimeOutput()
3794 if (NumFor[nIx].Info().bThousand) // only if grouping in ImpDigitFill()
3902 void SvNumberformat::GetFormatSpecialInfo(sal_Bool& bThousand, in GetFormatSpecialInfo() argument
3910 GetNumForInfo( 0, nDummyType, bThousand, nPrecision, nAnzLeading ); in GetFormatSpecialInfo()
3923 sal_Bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nAnzLeading ) const in GetNumForInfo() argument
3932 bThousand = rInfo.bThousand; in GetNumForInfo()