Lines Matching refs:pFormatter
1995 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
1997 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC()
2001 SbiInstance::PrepareNumberFormatter( pFormatter, n, n, n ); in RTLFUNC()
2007 sal_Bool bSuccess = pFormatter->IsNumberFormat( aStr, nIndex, fResult ); in RTLFUNC()
2008 short nType = pFormatter->GetType( nIndex ); in RTLFUNC()
2043 delete pFormatter; in RTLFUNC()
2057 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
2059 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC()
2063 SbiInstance::PrepareNumberFormatter( pFormatter, n, n, n ); in RTLFUNC()
2068 sal_Bool bSuccess = pFormatter->IsNumberFormat( rPar.Get(1)->GetString(), in RTLFUNC()
2070 short nType = pFormatter->GetType(nIndex); in RTLFUNC()
2083 delete pFormatter; in RTLFUNC()
2263 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
2267 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC()
2273 SbiInstance::PrepareNumberFormatter( pFormatter, n, nIndex, n ); in RTLFUNC()
2276 pFormatter->GetOutputString( nDays, nIndex, aRes, &pCol ); in RTLFUNC()
2280 delete pFormatter; in RTLFUNC()
2320 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
2324 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC()
2330 SbiInstance::PrepareNumberFormatter( pFormatter, nIndex, n, n ); in RTLFUNC()
2333 pFormatter->GetOutputString( nDays, nIndex, aRes, &pCol ); in RTLFUNC()
2338 delete pFormatter; in RTLFUNC()
3109 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
3113 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC()
3119 SbiInstance::PrepareNumberFormatter( pFormatter, n, n, nIndex ); in RTLFUNC()
3123 pFormatter->GetOutputString( fSerial, nIndex, aRes, &pCol ); in RTLFUNC()
3128 delete pFormatter; in RTLFUNC()