Home
last modified time | relevance | path

Searched refs:pNumForm (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx672 SvNumberFormatter* pNumForm = pDoc->GetFormatTable(); in SetAnnotation() local
673 sal_uInt32 nfIndex = pNumForm->GetFormatIndex( NF_DATE_SYS_DDMMYYYY, LANGUAGE_SYSTEM ); in SetAnnotation()
677 pNumForm->GetOutputString( fDate, nfIndex, aDate, ppColor ); in SetAnnotation()
H A Dxmlexprt.cxx3336 SvNumberFormatter* pNumForm = pDoc->GetFormatTable(); in exportAnnotationMeta() local
3338 sal_uInt32 nfIndex = pNumForm->GetFormatIndex(NF_DATE_SYS_DDMMYYYY, LANGUAGE_SYSTEM); in exportAnnotationMeta()
3339 if (pNumForm->IsNumberFormat(aDate, nfIndex, fDate)) in exportAnnotationMeta()

Completed in 55 milliseconds