Searched refs:ImpPutDouble (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/basic/source/sbx/ |
H A D | sbxstr.cxx | 72 ImpPutDouble( &aTmp, p->nDouble ); break; in ImpGetString() 130 ImpPutDouble( &aTmp, *p->pDouble ); break; in ImpGetString() 153 ImpPutDouble( &aTmp, p->nDouble, /*bCoreString=*/sal_True ); in ImpGetCoreString() 155 ImpPutDouble( &aTmp, *p->pDouble, /*bCoreString=*/sal_True ); in ImpGetCoreString()
|
H A D | sbxconv.hxx | 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() function
|
H A D | sbxvalue.cxx | 729 case SbxDOUBLE: ImpPutDouble( &p->aData, rVal.nDouble ); break; in GET()
|
Completed in 15 milliseconds