Searched refs:ImpSalUInt64ToDouble (Results 1 – 9 of 9) sorted by relevance
64 nRes = ImpSalUInt64ToDouble( p->uInt64 ); break; in ImpGetDouble()131 nRes = ImpSalUInt64ToDouble( *p->puInt64 ); break; in ImpGetDouble()
60 nRes = (float) ImpSalUInt64ToDouble( p->uInt64 ); break; in ImpGetSingle()171 nRes = (float) ImpSalUInt64ToDouble( *p->puInt64 ); break; in ImpGetSingle()
74 nRes = ImpSalUInt64ToDouble( p->uInt64 ); break; in ImpGetDate()181 nRes = ImpSalUInt64ToDouble( *p->puInt64 ); break; in ImpGetDate()
383 double ImpSalUInt64ToDouble( sal_uInt64 n ) in ImpSalUInt64ToDouble() function934 *p->pDouble = (float)ImpSalUInt64ToDouble( n ); break; in ImpPutUInt64()937 *p->pDouble = ImpSalUInt64ToDouble( n ); break; in ImpPutUInt64()
52 double ImpSalUInt64ToDouble( sal_uInt64 n );
101 dVal = ImpSalUInt64ToDouble( p->uInt64 ); in ImpGetULong()
93 dVal = ImpSalUInt64ToDouble( p->uInt64 ); in ImpGetLong()
72 nRes = ImpDoubleToCurrency( ImpSalUInt64ToDouble( p->uInt64 ) ); in ImpGetCurrency()
500 double d = ImpSalUInt64ToDouble( p->uInt64 ); in ImpGetDecimal()
Completed in 48 milliseconds