Lines Matching refs:pFormat
1697 const SvNumberformat* pFormat = NULL; in Export() local
1701 pFormat = pFormatter->GetEntry(nKey); in Export()
1702 if(pFormat) in Export()
1703 ExportFormat_Impl( *pFormat, nKey ); in Export()
1718 pFormat = rTable.First(); in Export()
1719 while (pFormat) in Export()
1724 …DBG_ASSERT((pFormat->GetType() & NUMBERFORMAT_DEFINED) != 0, "a not user defined numberformat foun… in Export()
1726 ExportFormat_Impl( *pFormat, nKey ); in Export()
1731 pFormat = rTable.Next(); in Export()
1786 const SvNumberformat* pFormat = lcl_GetFormat( pFormatter, nKey ); in ForceSystemLanguage() local
1787 if( pFormat != NULL ) in ForceSystemLanguage()
1792 short nType = pFormat->GetType(); in ForceSystemLanguage()
1803 String aFormatString( pFormat->GetFormatstring() ); in ForceSystemLanguage()
1807 pFormat->GetLanguage(), LANGUAGE_SYSTEM ); in ForceSystemLanguage()