Lines Matching refs:eLang
686 void FormattedField::GetFormat(XubString& rFormatString, LanguageType& eLang) const in GetFormat()
692 eLang = pFormatEntry ? pFormatEntry->GetLanguage() : LANGUAGE_DONTKNOW; in GetFormat()
696 sal_Bool FormattedField::SetFormat(const XubString& rFormatString, LanguageType eLang) in SetFormat() argument
699 sal_uInt32 nNewKey = ImplGetFormatter()->TestNewString(rFormatString, eLang); in SetFormat()
705 if (!ImplGetFormatter()->PutEntry(rFormat, nCheckPos, nType, nNewKey, eLang)) in SetFormat()
742 LanguageType eLang; in SetThousandsSep() local
744 GetFormat(sFmtDescription, eLang); in SetThousandsSep()
747 …ImplGetFormatter()->GenerateFormat(sFmtDescription, m_nFormatKey, eLang, _bUseSeparator, IsRed, nP… in SetThousandsSep()
752 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetThousandsSep()
786 LanguageType eLang; in SetDecimalDigits() local
788 GetFormat(sFmtDescription, eLang); in SetDecimalDigits()
791 …ImplGetFormatter()->GenerateFormat(sFmtDescription, m_nFormatKey, eLang, bThousand, IsRed, _nPreci… in SetDecimalDigits()
796 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetDecimalDigits()