Lines Matching refs:nPrecision
722 sal_uInt16 nPrecision, nAnzLeading; in GetThousandsSep() local
723 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetThousandsSep()
736 sal_uInt16 nPrecision, nAnzLeading; in SetThousandsSep() local
737 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetThousandsSep()
747 …nerateFormat(sFmtDescription, m_nFormatKey, eLang, _bUseSeparator, IsRed, nPrecision, nAnzLeading); in SetThousandsSep()
766 sal_uInt16 nPrecision, nAnzLeading; in GetDecimalDigits() local
767 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetDecimalDigits()
769 return nPrecision; in GetDecimalDigits()
780 sal_uInt16 nPrecision, nAnzLeading; in SetDecimalDigits() local
781 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetDecimalDigits()
782 if (nPrecision == _nPrecision) in SetDecimalDigits()