Searched refs:bCoreString (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/basic/source/sbx/ |
H A D | sbxconv.hxx | 32 extern void ImpCvtNum( double nNum, short nPrec, ::rtl::OUString& rRes, sal_Bool bCoreString=sal_Fa… 67 void ImpPutDouble( SbxValues*, double, sal_Bool bCoreString=sal_False );
|
H A D | sbxdbl.cxx | 139 void ImpPutDouble( SbxValues* p, double n, sal_Bool bCoreString ) in ImpPutDouble() argument 189 ImpCvtNum( (double) n, 14, *p->pOUString, bCoreString ); in ImpPutDouble()
|
H A D | sbxscan.cxx | 390 void ImpCvtNum( double nNum, short nPrec, ::rtl::OUString& rRes, sal_Bool bCoreString ) in ImpCvtNum() argument 397 if( bCoreString ) in ImpCvtNum()
|
Completed in 17 milliseconds