Home
last modified time | relevance | path

Searched refs:pNumFmtr (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sw/source/core/table/
H A Dswtable.cxx2428 SvNumberFormatter* pNumFmtr = GetDoc()->GetNumberFormatter(); in Modify() local
2429 sal_Bool bNewIsTxtFmt = pNumFmtr->IsTextFormat( nNewFmt ) || in Modify()
2458 pNumFmtr->GetType( nNewFmt )) in Modify()
2461 if( pNumFmtr->IsNumberFormat( in Modify()
2465 pNumFmtr->GetType( nTmpFmt )) in Modify()
2468 bIsNumFmt = pNumFmtr->IsNumberFormat( in Modify()
2473 bIsNumFmt = pNumFmtr->IsNumberFormat( in Modify()
2500 pNumFmtr->GetOutputString( fVal, nNewFmt, sNewTxt, &pCol ); in Modify()
2542 SvNumberFormatter* pNumFmtr = GetFrmFmt()->GetDoc()->GetNumberFormatter(); in HasNumCntnt() local
2551 NUMBERFORMAT_PERCENT == pNumFmtr->GetType( rFmtIndex )) in HasNumCntnt()
[all …]
/AOO42X/main/sw/source/core/fields/
H A Dcellfml.cxx223 SvNumberFormatter* pNumFmtr = pDoc->GetNumberFormatter(); in GetValue() local
229 NUMBERFORMAT_PERCENT == pNumFmtr->GetType( nFmtIndex )) in GetValue()
232 if( pNumFmtr->IsNumberFormat( sTxt, nTmpFmt, aNum ) && in GetValue()
233 NUMBERFORMAT_NUMBER == pNumFmtr->GetType( nTmpFmt )) in GetValue()
237 if( pNumFmtr->IsNumberFormat( sTxt, nFmtIndex, aNum )) in GetValue()
/AOO42X/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx280 SvNumberFormatter* pNumFmtr = rSh.GetNumberFormatter(); in SwInsertDBColAutoPilot() local
281 SvNumberFormatsSupplierObj* pNumFmt = new SvNumberFormatsSupplierObj( pNumFmtr ); in SwInsertDBColAutoPilot()
/AOO42X/main/sw/source/core/docnode/
H A Dndtbl.cxx4129 SvNumberFormatter* pNumFmtr = GetNumberFormatter(); in ChkBoxNumFmt() local
4131 short nFmtType = pNumFmtr->GetType( nFmtIdx ); in ChkBoxNumFmt()
4132 if( nFmtType == pNumFmtr->GetType( nOldNumFmt ) || in ChkBoxNumFmt()