Lines Matching refs:nNewKey
699 sal_uInt32 nNewKey = ImplGetFormatter()->TestNewString(rFormatString, eLang); in SetFormat() local
700 if (nNewKey == NUMBERFORMAT_ENTRY_NOT_FOUND) in SetFormat()
705 if (!ImplGetFormatter()->PutEntry(rFormat, nCheckPos, nType, nNewKey, eLang)) in SetFormat()
707 …DBG_ASSERT(nNewKey != NUMBERFORMAT_ENTRY_NOT_FOUND, "FormattedField::SetFormatString : PutEntry re… in SetFormat()
710 if (nNewKey != m_nFormatKey) in SetFormat()
711 SetFormatKey(nNewKey); in SetFormat()
750 sal_uInt32 nNewKey; in SetThousandsSep() local
752 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetThousandsSep()
755 ImplSetFormatKey(nNewKey); in SetThousandsSep()
794 sal_uInt32 nNewKey; in SetDecimalDigits() local
796 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetDecimalDigits()
799 ImplSetFormatKey(nNewKey); in SetDecimalDigits()