Lines Matching refs:m_pFormatter
354 ,m_pFormatter(NULL) \
371 m_pFormatter = pInitialFormatter; in FormattedField()
385 m_pFormatter = pInitialFormatter; in FormattedField()
616 sal_Bool bNeedFormatter = (m_pFormatter == NULL) && (nFormatKey != 0); in ImplSetFormatKey()
624 …DBG_ASSERT(m_pFormatter->GetEntry(nFormatKey) != NULL, "FormattedField::ImplSetFormatKey : invalid… in ImplSetFormatKey()
634 sal_Bool bNoFormatter = (m_pFormatter == NULL); in SetFormatKey()
636 FormatChanged((bNoFormatter && (m_pFormatter != NULL)) ? FCT_FORMATTER : FCT_KEYONLY); in SetFormatKey()
646 m_pFormatter = pFormatter; in SetFormatter()
649 if ( m_pFormatter ) in SetFormatter()
655 m_nFormatKey = m_pFormatter->GetStandardFormat( NUMBERFORMAT_NUMBER, eSysLanguage ); in SetFormatter()
679 m_pFormatter = pFormatter; in SetFormatter()
809 if ( ( 0 != ( _nWhat & FCT_FORMATTER ) ) && m_pFormatter ) in FormatChanged()
810 m_pFormatter->SetEvalDateFormat( NF_EVALDATEFORMAT_INTL_FORMAT ); in FormatChanged()
1032 LanguageType eLanguage = m_pFormatter->GetEntry(m_nFormatKey)->GetLanguage(); in ImplGetValue()
1034 …sal_uLong nStandardNumericFormat = m_pFormatter->GetStandardFormat(NUMBERFORMAT_NUMBER, eLanguage); in ImplGetValue()
1038 if (m_pFormatter->IsNumberFormat(sText, nTempFormat, dTemp) && in ImplGetValue()
1039 NUMBERFORMAT_NUMBER == m_pFormatter->GetType(nTempFormat)) in ImplGetValue()