Lines Matching refs:pFormatter
91 SvNumberFormatter* pFormatter; in ImpGetDate() local
94 pFormatter = new SvNumberFormatter( xFactory, eLangType ); in ImpGetDate()
122 pFormatter->PutandConvertEntry( aStr, nCheckPos, nType, in ImpGetDate()
124 sal_Bool bSuccess = pFormatter->IsNumberFormat( *p->pOUString, nIndex, nRes ); in ImpGetDate()
127 short nType_ = pFormatter->GetType( nIndex ); in ImpGetDate()
138 delete pFormatter; in ImpGetDate()
247 SvNumberFormatter* pFormatter; in ImpPutDate() local
250 pFormatter = new SvNumberFormatter( xFactory, eLangType ); in ImpPutDate()
287 pFormatter->PutandConvertEntry( aStr, in ImpPutDate()
294 pFormatter->GetOutputString( n, nIndex, aTmpString, &pColor ); in ImpPutDate()
296 delete pFormatter; in ImpPutDate()