Searched refs:ImpCvtNum (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/basic/source/sbx/ |
H A D | sbxscan.cxx | 390 void ImpCvtNum( double nNum, short nPrec, ::rtl::OUString& rRes, sal_Bool bCoreString ) in ImpCvtNum() function 942 ImpCvtNum( GetDouble(), nComma, aTmpString ); in Format()
|
H A D | sbxconv.hxx | 32 extern void ImpCvtNum( double nNum, short nPrec, ::rtl::OUString& rRes, sal_Bool bCoreString=sal_Fa…
|
H A D | sbxdbl.cxx | 189 ImpCvtNum( (double) n, 14, *p->pOUString, bCoreString ); in ImpPutDouble()
|
H A D | sbxulng.cxx | 247 ImpCvtNum( (double) n, 0, *p->pOUString ); in ImpPutULong()
|
H A D | sbxbyte.cxx | 280 ImpCvtNum( (double) n, 0, *p->pOUString ); in ImpPutByte()
|
H A D | sbxlng.cxx | 241 ImpCvtNum( (double) n, 0, *p->pOUString ); in ImpPutLong()
|
H A D | sbxsng.cxx | 238 ImpCvtNum( (double) n, 6, *p->pOUString ); in ImpPutSingle()
|
H A D | sbxuint.cxx | 273 ImpCvtNum( (double) n, 0, *p->pOUString ); in ImpPutUShort()
|
H A D | sbxint.cxx | 276 ImpCvtNum( (double) n, 0, *p->pOUString ); in ImpPutInteger()
|
Completed in 46 milliseconds