Lines Matching refs:bThousand
1914 sal_Bool& bThousand, in GetFormatSpecialInfo() argument
1922 pFormat->GetFormatSpecialInfo(bThousand, IsRed, in GetFormatSpecialInfo()
1926 bThousand = sal_False; in GetFormatSpecialInfo()
1966 sal_Bool& bThousand, sal_Bool& IsRed, sal_uInt16& nPrecision, in GetFormatSpecialInfo() argument
1979 pFormat->GetFormatSpecialInfo( bThousand, IsRed, nPrecision, nAnzLeading ); in GetFormatSpecialInfo()
1982 bThousand = sal_False; in GetFormatSpecialInfo()
2703 sal_Bool bThousand, in GenerateFormat() argument
2721 if (!bThousand) in GenerateFormat()
2734 if (bThousand && i > 0 && i == aGrouping.getPos()) in GenerateFormat()
2741 if (bThousand && nAnzLeading < nDigitsInFirstGroup + 1) in GenerateFormat()
2745 if (bThousand && i % nDigitsInFirstGroup == 0) in GenerateFormat()