Lines Matching refs:pFormatter

502     SvNumberFormatter* pFormatter = pDoc->GetNumberFormatter();  in ExpandValue()  local
506 sal_uInt16 nFmtLng = ::lcl_GetLanguageOfFormat( nLng, nFmt, *pFormatter ); in ExpandValue()
513 const SvNumberformat* pEntry = pFormatter->GetEntry(nFmt); in ExpandValue()
517 sal_uInt32 nNewFormat = pFormatter->GetFormatForLanguageIfBuiltIn(nFmt, in ExpandValue()
525 pFormatter->PutandConvertEntry(sFmt, nDummy, nType, nFmt, in ExpandValue()
534 if( pFormatter->IsTextFormat( nFmt ) ) in ExpandValue()
538 pFormatter->GetOutputString(sValue, nFmt, sExpand, &pCol); in ExpandValue()
541 pFormatter->GetOutputString(rVal, nFmt, sExpand, &pCol); in ExpandValue()
553 SvNumberFormatter* pFormatter = pDoc->GetNumberFormatter(); in DoubleToString() local
554 const SvNumberformat* pEntry = pFormatter->GetEntry(nFmt); in DoubleToString()
567 SvNumberFormatter* pFormatter = pDoc->GetNumberFormatter(); in DoubleToString() local
573 pFormatter->ChangeIntl( nLng ); // Separator in der richtigen Sprache besorgen in DoubleToString()
575 pFormatter->GetDecSep(), true ); in DoubleToString()
611 SvNumberFormatter* pFormatter = pNewDoc->GetNumberFormatter(); in ChgTyp() local
613 if( pFormatter && pFormatter->HasMergeFmtTbl() && in ChgTyp()
615 SetFormat(pFormatter->GetMergeFmtIndex( GetFormat() )); in ChgTyp()
625 sal_uInt32 SwValueField::GetSystemFormat(SvNumberFormatter* pFormatter, sal_uInt32 nFmt) in GetSystemFormat() argument
627 const SvNumberformat* pEntry = pFormatter->GetEntry(nFmt); in GetSystemFormat()
632 sal_uInt32 nNewFormat = pFormatter->GetFormatForLanguageIfBuiltIn(nFmt, in GetSystemFormat()
644 pFormatter->PutandConvertEntry(sFmt, nDummy, nType, in GetSystemFormat()
666 SvNumberFormatter* pFormatter = GetDoc()->GetNumberFormatter(); in SetLanguage() local
668 *pFormatter ); in SetLanguage()
674 const SvNumberformat* pEntry = pFormatter->GetEntry(GetFormat()); in SetLanguage()
678 sal_uInt32 nNewFormat = pFormatter->GetFormatForLanguageIfBuiltIn( in SetLanguage()
687 pFormatter->PutandConvertEntry( sFmt, nDummy, nType, in SetLanguage()
770 SvNumberFormatter* pFormatter = GetDoc()->GetNumberFormatter(); in SetExpandedFormula() local
772 if (pFormatter->IsNumberFormat(rStr, nFmt, fTmpValue)) in SetExpandedFormula()
797 SvNumberFormatter* pFormatter = GetDoc()->GetNumberFormatter(); in GetExpandedFormula() local
799 if (pFormatter->IsTextFormat(nFmt)) in GetExpandedFormula()
803 pFormatter->GetOutputString(sValue, nFmt, sFormattedValue, &pCol); in GetExpandedFormula()
806 pFormatter->GetOutputString(GetValue(), nFmt, sFormattedValue, &pCol); in GetExpandedFormula()