Lines Matching refs:pFormatter

1980 		SvNumberFormatter* pFormatter = NULL;  in RTLFUNC()  local
1982 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC()
1986 SbiInstance::PrepareNumberFormatter( pFormatter, n, n, n ); in RTLFUNC()
1992 sal_Bool bSuccess = pFormatter->IsNumberFormat( aStr, nIndex, fResult ); in RTLFUNC()
1993 short nType = pFormatter->GetType( nIndex ); in RTLFUNC()
2028 delete pFormatter; in RTLFUNC()
2042 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
2044 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC()
2048 SbiInstance::PrepareNumberFormatter( pFormatter, n, n, n ); in RTLFUNC()
2053 sal_Bool bSuccess = pFormatter->IsNumberFormat( rPar.Get(1)->GetString(), in RTLFUNC()
2055 short nType = pFormatter->GetType(nIndex); in RTLFUNC()
2068 delete pFormatter; in RTLFUNC()
2248 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
2252 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC()
2258 SbiInstance::PrepareNumberFormatter( pFormatter, n, nIndex, n ); in RTLFUNC()
2261 pFormatter->GetOutputString( nDays, nIndex, aRes, &pCol ); in RTLFUNC()
2265 delete pFormatter; in RTLFUNC()
2305 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
2309 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC()
2315 SbiInstance::PrepareNumberFormatter( pFormatter, nIndex, n, n ); in RTLFUNC()
2318 pFormatter->GetOutputString( nDays, nIndex, aRes, &pCol ); in RTLFUNC()
2323 delete pFormatter; in RTLFUNC()
3094 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
3098 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC()
3104 SbiInstance::PrepareNumberFormatter( pFormatter, n, n, nIndex ); in RTLFUNC()
3108 pFormatter->GetOutputString( fSerial, nIndex, aRes, &pCol ); in RTLFUNC()
3113 delete pFormatter; in RTLFUNC()