Lines Matching refs:ImplGetFormatter

434 	if (ImplGetFormatter()->IsTextFormat(m_nFormatKey))  in SetTextFormatted()
445 ImplGetFormatter()->IsNumberFormat(m_sCurrentTextValue, nTempFormatKey, dNumber) ) in SetTextFormatted()
446 ImplGetFormatter()->GetInputLineString(dNumber, m_nFormatKey, sFormatted); in SetTextFormatted()
448ImplGetFormatter()->GetOutputString(m_sCurrentTextValue, m_nFormatKey, sFormatted, &m_pLastOutputC… in SetTextFormatted()
619 ImplGetFormatter(); // damit wird ein Standard-Formatter angelegt in ImplSetFormatKey()
689 const SvNumberformat* pFormatEntry = ImplGetFormatter()->GetEntry(m_nFormatKey); in GetFormat()
699 sal_uInt32 nNewKey = ImplGetFormatter()->TestNewString(rFormatString, eLang); in SetFormat()
705 if (!ImplGetFormatter()->PutEntry(rFormat, nCheckPos, nType, nNewKey, eLang)) in SetFormat()
718 DBG_ASSERT(!ImplGetFormatter()->IsTextFormat(m_nFormatKey), in GetThousandsSep()
723 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetThousandsSep()
731 DBG_ASSERT(!ImplGetFormatter()->IsTextFormat(m_nFormatKey), in SetThousandsSep()
737 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetThousandsSep()
747ImplGetFormatter()->GenerateFormat(sFmtDescription, m_nFormatKey, eLang, _bUseSeparator, IsRed, nP… in SetThousandsSep()
752 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetThousandsSep()
762 DBG_ASSERT(!ImplGetFormatter()->IsTextFormat(m_nFormatKey), in GetDecimalDigits()
767 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetDecimalDigits()
775 DBG_ASSERT(!ImplGetFormatter()->IsTextFormat(m_nFormatKey), in SetDecimalDigits()
781 ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in SetDecimalDigits()
791ImplGetFormatter()->GenerateFormat(sFmtDescription, m_nFormatKey, eLang, bThousand, IsRed, _nPreci… in SetDecimalDigits()
796 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetDecimalDigits()
866 if (!nMod && ImplGetFormatter()->IsTextFormat(m_nFormatKey)) in Notify()
881 if ((pData->GetMode() == COMMAND_WHEEL_SCROLL) && ImplGetFormatter()->IsTextFormat(m_nFormatKey)) in Notify()
979 …DBG_ASSERT(ImplGetFormatter() != NULL, "FormattedField::ImplSetValue : can't set a value without a… in ImplSetValue()
985 if (ImplGetFormatter()->IsTextFormat(m_nFormatKey)) in ImplSetValue()
989 ImplGetFormatter()->GetOutputString(dVal, 0, sTemp, &m_pLastOutputColor); in ImplSetValue()
991 ImplGetFormatter()->GetOutputString(sTemp, m_nFormatKey, sNewText, &m_pLastOutputColor); in ImplSetValue()
996 ImplGetFormatter()->GetInputLineString(dVal, m_nFormatKey, sNewText); in ImplSetValue()
998 ImplGetFormatter()->GetOutputString(dVal, m_nFormatKey, sNewText, &m_pLastOutputColor); in ImplSetValue()
1020 …DBG_ASSERT(ImplGetFormatter() != NULL, "FormattedField::ImplGetValue : can't give you a current va… in ImplGetValue()
1024 if (ImplGetFormatter()->IsTextFormat(nFormatKey) && m_bTreatAsNumber) in ImplGetValue()
1029 if (ImplGetFormatter()->GetType(m_nFormatKey) == NUMBERFORMAT_PERCENT) in ImplGetValue()
1047 if (!ImplGetFormatter()->IsNumberFormat(sText, nFormatKey, dNewVal)) in ImplGetValue()
1195 const SvNumberformat* pFormatEntry = ImplGetFormatter()->GetEntry(m_nFormatKey); in ResetConformanceTester()