Home
last modified time | relevance | path

Searched refs:pNumFormat (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx657 const SvNumberformat* pNumFormat = 0; in UpdateFromSet() local
660 0 != (pNumFormat = pNFmtr->GetEntry( pNumFmtItem->GetValue() )) ) in UpdateFromSet()
661 pFmt->SetValueFormat( ((SvNumberformat*)pNumFormat)->GetFormatstring(), in UpdateFromSet()
662 pNumFormat->GetLanguage(), in UpdateFromSet()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2113 const SwTblBoxNumFormat* pNumFormat = in MakeTableBox() local
2115 if( ( pNumFormat != NULL ) && ( pNumFormat->GetValue() == 0 ) ) in MakeTableBox()
2171 const SwTblBoxNumFormat* pNumFormat = in MakeTableBox() local
2173 if( pNumFormat != NULL && pNumberFormatter && in MakeTableBox()
2174 !pNumberFormatter->GetEntry( pNumFormat->GetValue() )->IsTextFormat() ) in MakeTableBox()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx552 const SvNumberformat* pNumFormat = pOutput->pDoc->GetFormatTable()->GetEntry(nFormat); in SetTextToWidthOrHash() local
553 if (!pNumFormat) in SetTextToWidthOrHash()
559 if (!pNumFormat->GetOutputString(fVal, nNumDigits, aString)) in SetTextToWidthOrHash()
593 if (!pNumFormat->GetOutputString(fVal, nNumDigits, aString)) in SetTextToWidthOrHash()

Completed in 49 milliseconds