Searched refs:FormatNumber (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 135 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 D | fldbas.cxx | 461 String FormatNumber(sal_uInt16 nNum, sal_uInt32 nFormat) in FormatNumber() function
|
H A D | dbfld.cxx | 937 return FormatNumber((sal_uInt16)nNumber, GetFormat()); in Expand()
|
H A D | expfld.cxx | 882 sExpand = FormatNumber( (sal_uInt16)GetValue(), GetFormat() ); in SetValue()
|
/aoo41x/main/sw/inc/ |
H A D | fldbas.hxx | 251 String FormatNumber(sal_uInt16 nNum, sal_uInt32 nFormat);
|
/aoo41x/main/sw/source/core/access/ |
H A D | accframe.cxx | 457 String sRet( FormatNumber( nPageNum, nFmt ) ); in GetFormattedPageNumber()
|
/aoo41x/main/migrationanalysis/src/wizard/ |
H A D | Wizard.frm | 2524 WriteToLog CELAPSED_TIME, (FormatNumber((tend - tstart) / 1000, 0) & " seconds: ") & _ 2525 (FormatNumber((tend - tstart), 0) & " miliseconds")
|
/aoo41x/main/migrationanalysis/src/driver_docs/sources/ |
H A D | AnalysisDriver.bas | 1008 … WriteDebug "Timing: " & what & ": " & (FormatNumber((mTend - mTstart) / 1000, 0) & " seconds")
|
Completed in 120 milliseconds