Searched refs:pFormatScanner (Results 1 – 2 of 2) sorted by relevance
218 delete pFormatScanner; in ~SvNumberFormatter()250 pFormatScanner = new ImpSvNumberformatScan( this ); in ImpConstruct()280 pFormatScanner->ChangeIntl(); in ChangeIntl()327 pFormatScanner->ChangeNullDate(nDay, nMonth, nYear); in ChangeNullDate()333 return pFormatScanner->GetNullDate(); in GetNullDate()338 pFormatScanner->ChangeStandardPrec(nPrec); in ChangeStandardPrec()343 return pFormatScanner->GetStandardPrec(); in GetStandardPrec()412 pFormatScanner->SetConvertMode( eOldLanguage, LANGUAGE_SYSTEM, sal_True ); in ReplaceSystemCL()428 SvNumberformat* pNewEntry = new SvNumberformat( aString, pFormatScanner, in ReplaceSystemCL()449 pFormatScanner->SetConvertMode(sal_False); in ReplaceSystemCL()[all …]
816 ImpSvNumberformatScan* pFormatScanner; // Format code string scanner member in SvNumberFormatter955 inline const ImpSvNumberformatScan* GetFormatScanner() const { return pFormatScanner; } in GetFormatScanner()