Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/table/
H A Dswtable.cxx2458 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()
2551 NUMBERFORMAT_PERCENT == pNumFmtr->GetType( rFmtIndex )) in HasNumCntnt()
2554 if( pNumFmtr->IsNumberFormat( aTxt, nTmpFmt, rNum ) && in HasNumCntnt()
2555 NUMBERFORMAT_NUMBER == pNumFmtr->GetType( nTmpFmt )) in HasNumCntnt()
2562 bRet = pNumFmtr->IsNumberFormat( aTxt, rFmtIndex, rNum ); in HasNumCntnt()
2717 if( !pNumFmtr->IsTextFormat( nFmtId ) && in ActualiseValueBox()
[all …]
/trunk/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()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx280 SvNumberFormatter* pNumFmtr = rSh.GetNumberFormatter(); in SwInsertDBColAutoPilot() local
281 SvNumberFormatsSupplierObj* pNumFmt = new SvNumberFormatsSupplierObj( pNumFmtr ); in SwInsertDBColAutoPilot()
/trunk/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()

Completed in 46 milliseconds