Lines Matching refs:pNumFormatter

159 	pNumFormatter(NULL),  in ScaleTabPage()
417 DBG_ASSERT( pNumFormatter, "No NumberFormatter available" ); in FillItemSet()
452 DBG_ASSERT( pNumFormatter, "No NumberFormatter available" ); in Reset()
453 if(!pNumFormatter) in Reset()
565 if( !pNumFormatter ) in DeactivatePage()
573 sal_uInt32 nIndex = pNumFormatter->GetStandardIndex(LANGUAGE_SYSTEM); in DeactivatePage()
621 && !pNumFormatter->IsNumberFormat(aFmtFldMin.GetText(), nIndex, fDummy)) in DeactivatePage()
627 !pNumFormatter->IsNumberFormat(aFmtFldMax.GetText(), in DeactivatePage()
634 !pNumFormatter->IsNumberFormat(aFmtFldStepMain.GetText(), in DeactivatePage()
641 !pNumFormatter->IsNumberFormat(aFmtFldOrigin.GetText(), in DeactivatePage()
691 pNumFormatter = pFormatter; in SetNumFormatter()
692 aFmtFldMax.SetFormatter( pNumFormatter ); in SetNumFormatter()
693 aFmtFldMin.SetFormatter( pNumFormatter ); in SetNumFormatter()
694 aFmtFldStepMain.SetFormatter( pNumFormatter ); in SetNumFormatter()
695 aFmtFldOrigin.SetFormatter( pNumFormatter ); in SetNumFormatter()
721 if( pNumFormatter ) in SetNumFormat()
723 short eType = pNumFormatter->GetType( nFmt ); in SetNumFormat()
727 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat()
729 nFmt = pNumFormatter->GetStandardIndex( pFormat->GetLanguage()); in SetNumFormat()
731 nFmt = pNumFormatter->GetStandardIndex(); in SetNumFormat()
736 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat()
738 nFmt = pNumFormatter->GetStandardFormat( NUMBERFORMAT_TIME, pFormat->GetLanguage() ); in SetNumFormat()
740 nFmt = pNumFormatter->GetStandardFormat( NUMBERFORMAT_TIME ); in SetNumFormat()
745 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat()
747 nFmt = pNumFormatter->GetStandardFormat( NUMBERFORMAT_DATE, pFormat->GetLanguage() ); in SetNumFormat()
749 nFmt = pNumFormatter->GetStandardFormat( NUMBERFORMAT_DATE ); in SetNumFormat()