Home
last modified time | relevance | path

Searched refs:FormatNumber (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/sw/source/core/fields/
H A Ddocufld.cxx135 rRet = FormatNumber( (sal_uInt16)nTmp, nTmpFmt ); in Expand()
785 sRet = FormatNumber( (sal_uInt16)nVal, nFmt ); in Expand()
2393 pGetFld->SetText( FormatNumber( nPageNum, nTmpFmt ) ); in UpdateField()
2486 pGetFld->SetText( FormatNumber( nPageNum, nTmpFmt ) ); in ChangeExpansion()
H A Dfldbas.cxx461 String FormatNumber(sal_uInt16 nNum, sal_uInt32 nFormat) in FormatNumber() function
H A Ddbfld.cxx937 return FormatNumber((sal_uInt16)nNumber, GetFormat()); in Expand()
H A Dexpfld.cxx882 sExpand = FormatNumber( (sal_uInt16)GetValue(), GetFormat() ); in SetValue()
/aoo4110/main/sw/inc/
H A Dfldbas.hxx251 String FormatNumber(sal_uInt16 nNum, sal_uInt32 nFormat);
/aoo4110/main/sw/source/core/access/
H A Daccframe.cxx457 String sRet( FormatNumber( nPageNum, nFmt ) ); in GetFormattedPageNumber()
/aoo4110/main/migrationanalysis/src/wizard/
H A DWizard.frm2524 WriteToLog CELAPSED_TIME, (FormatNumber((tend - tstart) / 1000, 0) & " seconds: ") & _
2525 (FormatNumber((tend - tstart), 0) & " miliseconds")
/aoo4110/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas1008 … WriteDebug "Timing: " & what & ": " & (FormatNumber((mTend - mTstart) / 1000, 0) & " seconds")

Completed in 74 milliseconds