Lines Matching refs:pFormatter

247 	pFormatter( NULL ),  in SvXMLNumFmtExport()
255 pFormatter = pObj->GetNumberFormatter(); in SvXMLNumFmtExport()
257 if ( pFormatter ) in SvXMLNumFmtExport()
259 pCharClass = new CharClass( pFormatter->GetServiceManager(), in SvXMLNumFmtExport()
260 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
261 pLocaleData = new LocaleDataWrapper( pFormatter->GetServiceManager(), in SvXMLNumFmtExport()
262 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
285 pFormatter( NULL ), in SvXMLNumFmtExport()
293 pFormatter = pObj->GetNumberFormatter(); in SvXMLNumFmtExport()
295 if ( pFormatter ) in SvXMLNumFmtExport()
297 pCharClass = new CharClass( pFormatter->GetServiceManager(), in SvXMLNumFmtExport()
298 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
299 pLocaleData = new LocaleDataWrapper( pFormatter->GetServiceManager(), in SvXMLNumFmtExport()
300 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
817 pFormatter->ChangeIntl( nLang ); in WriteTextWithCurrency_Impl()
819 pFormatter->GetCompatibilityCurrency( sCurString, sDummy ); in WriteTextWithCurrency_Impl()
851 OUString lcl_GetDefaultCalendar( SvNumberFormatter* pFormatter, LanguageType nLang ) in lcl_GetDefaultCalendar() argument
856 CalendarWrapper* pCalendar = pFormatter->GetCalendar(); in lcl_GetDefaultCalendar()
972 NfIndexTableOffset eBuiltIn = pFormatter->GetIndexTableOffset( nKey ); in ExportPart_Impl()
1232 aCalendar = lcl_GetDefaultCalendar( pFormatter, nLang ); in ExportPart_Impl()
1493 aCalAttr = lcl_GetDefaultCalendar( pFormatter, nLang ); in ExportPart_Impl()
1693 if ( !pFormatter ) in Export()
1701 pFormat = pFormatter->GetEntry(nKey); in Export()
1709 pFormatter->GetUsedLanguages( aLanguages ); in Export()
1716 SvNumberFormatTable& rTable = pFormatter->GetEntryTable( in Export()
1751 DBG_ASSERT( pFormatter != NULL, "missing formatter" ); in SetUsed()
1752 if( !pFormatter ) in SetUsed()
1755 if (pFormatter->GetEntry(nKey)) in SetUsed()
1776 const SvNumberformat* lcl_GetFormat( SvNumberFormatter* pFormatter, in lcl_GetFormat() argument
1779 return ( pFormatter != NULL ) ? pFormatter->GetEntry( nKey ) : NULL; in lcl_GetFormat()
1786 const SvNumberformat* pFormat = lcl_GetFormat( pFormatter, nKey ); in ForceSystemLanguage()
1789 DBG_ASSERT( pFormatter != NULL, "format without formatter?" ); in ForceSystemLanguage()
1794 sal_uInt32 nNewKey = pFormatter->GetFormatForLanguageIfBuiltIn( in ForceSystemLanguage()
1804 pFormatter->PutandConvertEntry( in ForceSystemLanguage()