Lines Matching refs:bThousand
721 sal_Bool bThousand, IsRed; in GetThousandsSep() local
723 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetThousandsSep()
725 return bThousand; in GetThousandsSep()
735 sal_Bool bThousand, IsRed; in SetThousandsSep() local
737 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetThousandsSep()
738 if (bThousand == _bUseSeparator) in SetThousandsSep()
765 sal_Bool bThousand, IsRed; in GetDecimalDigits() local
767 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetDecimalDigits()
779 sal_Bool bThousand, IsRed; in SetDecimalDigits() local
781 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetDecimalDigits()
791 …ImplGetFormatter()->GenerateFormat(sFmtDescription, m_nFormatKey, eLang, bThousand, IsRed, _nPreci… in SetDecimalDigits()