Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/table/
H A Dswtable.cxx2392 pNumFmtr->GetType( nNewFmt )) in Modify()
2395 if( pNumFmtr->IsNumberFormat( in Modify()
2399 pNumFmtr->GetType( nTmpFmt )) in Modify()
2402 bIsNumFmt = pNumFmtr->IsNumberFormat( in Modify()
2407 bIsNumFmt = pNumFmtr->IsNumberFormat( in Modify()
2485 NUMBERFORMAT_PERCENT == pNumFmtr->GetType( rFmtIndex )) in HasNumCntnt()
2488 if( pNumFmtr->IsNumberFormat( aTxt, nTmpFmt, rNum ) && in HasNumCntnt()
2489 NUMBERFORMAT_NUMBER == pNumFmtr->GetType( nTmpFmt )) in HasNumCntnt()
2496 bRet = pNumFmtr->IsNumberFormat( aTxt, rFmtIndex, rNum ); in HasNumCntnt()
2651 if( !pNumFmtr->IsTextFormat( nFmtId ) && in ActualiseValueBox()
[all …]
/aoo41x/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()
/aoo41x/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx280 SvNumberFormatter* pNumFmtr = rSh.GetNumberFormatter(); in SwInsertDBColAutoPilot() local
281 SvNumberFormatsSupplierObj* pNumFmt = new SvNumberFormatsSupplierObj( pNumFmtr ); in SwInsertDBColAutoPilot()
/aoo41x/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 53 milliseconds