Searched refs:pNumForm (Results 1 – 2 of 2) sorted by relevance
672 SvNumberFormatter* pNumForm = pDoc->GetFormatTable(); in SetAnnotation() local673 sal_uInt32 nfIndex = pNumForm->GetFormatIndex( NF_DATE_SYS_DDMMYYYY, LANGUAGE_SYSTEM ); in SetAnnotation()677 pNumForm->GetOutputString( fDate, nfIndex, aDate, ppColor ); in SetAnnotation()
3336 SvNumberFormatter* pNumForm = pDoc->GetFormatTable(); in exportAnnotationMeta() local3338 sal_uInt32 nfIndex = pNumForm->GetFormatIndex(NF_DATE_SYS_DDMMYYYY, LANGUAGE_SYSTEM); in exportAnnotationMeta()3339 if (pNumForm->IsNumberFormat(aDate, nfIndex, fDate)) in exportAnnotationMeta()
Completed in 71 milliseconds