Lines Matching refs:m_nFormatKey

353 	,m_nFormatKey(0)				\
372 m_nFormatKey = nFormatKey; in FormattedField()
386 m_nFormatKey = nFormatKey; in FormattedField()
434 if (ImplGetFormatter()->IsTextFormat(m_nFormatKey)) in SetTextFormatted()
443 sal_uInt32 nTempFormatKey = static_cast< sal_uInt32 >( m_nFormatKey ); in SetTextFormatted()
446 ImplGetFormatter()->GetInputLineString(dNumber, m_nFormatKey, sFormatted); in SetTextFormatted()
448 …ImplGetFormatter()->GetOutputString(m_sCurrentTextValue, m_nFormatKey, sFormatted, &m_pLastOutputC… in SetTextFormatted()
615 m_nFormatKey = nFormatKey; in ImplSetFormatKey()
621 m_nFormatKey = nFormatKey; in ImplSetFormatKey()
655 m_nFormatKey = m_pFormatter->GetStandardFormat( NUMBERFORMAT_NUMBER, eSysLanguage ); in SetFormatter()
658 m_nFormatKey = 0; in SetFormatter()
677 m_nFormatKey = nDestKey; in SetFormatter()
689 const SvNumberformat* pFormatEntry = ImplGetFormatter()->GetEntry(m_nFormatKey); in GetFormat()
710 if (nNewKey != m_nFormatKey) 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()
747 …ImplGetFormatter()->GenerateFormat(sFmtDescription, m_nFormatKey, eLang, _bUseSeparator, IsRed, nP… 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()
791 …ImplGetFormatter()->GenerateFormat(sFmtDescription, m_nFormatKey, eLang, bThousand, IsRed, _nPreci… in SetDecimalDigits()
866 if (!nMod && ImplGetFormatter()->IsTextFormat(m_nFormatKey)) in Notify()
881 if ((pData->GetMode() == COMMAND_WHEEL_SCROLL) && ImplGetFormatter()->IsTextFormat(m_nFormatKey)) in Notify()
985 if (ImplGetFormatter()->IsTextFormat(m_nFormatKey)) 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()
1022 sal_uInt32 nFormatKey = m_nFormatKey; // IsNumberFormat veraendert den FormatKey ... in ImplGetValue()
1029 if (ImplGetFormatter()->GetType(m_nFormatKey) == NUMBERFORMAT_PERCENT) in ImplGetValue()
1032 LanguageType eLanguage = m_pFormatter->GetEntry(m_nFormatKey)->GetLanguage(); in ImplGetValue()
1195 const SvNumberformat* pFormatEntry = ImplGetFormatter()->GetEntry(m_nFormatKey); in ResetConformanceTester()