Searched refs:puInt64 (Results 1 – 14 of 14) sorted by relevance
214 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetInteger()242 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutInteger()326 SbxBase::SetError( SbxERR_OVERFLOW ); *p->puInt64 = 0; in ImpPutInteger()329 *p->puInt64 = n; in ImpPutInteger()515 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetInt64()554 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutInt64()675 *p->puInt64 = (sal_Int64) n; break; in ImpPutInt64()801 nRes = *p->puInt64; break; in ImpGetUInt64()946 *p->puInt64 = n; break; in ImpPutUInt64()
174 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetLong()213 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutLong()307 SbxBase::SetError( SbxERR_OVERFLOW ); *p->puInt64 = 0; in ImpPutLong()310 *p->puInt64 = n; in ImpPutLong()
171 nRes = (float) ImpSalUInt64ToDouble( *p->puInt64 ); break; in ImpGetSingle()212 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutSingle()334 *p->puInt64 = ImpDoubleToSalUInt64( (double) n ); break; in ImpPutSingle()
181 nRes = ImpSalUInt64ToDouble( *p->puInt64 ); break; in ImpGetDate()225 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutDate()383 *p->puInt64 = ImpDoubleToSalUInt64( n ); break; in ImpPutDate()
570 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetDecimal()607 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutDecimal()744 *p->puInt64 = ImpDoubleToSalUInt64( d ); in ImpPutDecimal()
145 nRes = ( *p->puInt64 ) ? SbxTRUE : SbxFALSE; break; in ImpGetBool()237 *p->puInt64 = n; break; in ImpPutBool()
131 nRes = ImpSalUInt64ToDouble( *p->puInt64 ); break; in ImpGetDouble()283 *p->puInt64 = ImpDoubleToSalUInt64( n ); break; in ImpPutDouble()
182 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetULong()300 *p->puInt64 = n; break; in ImpPutULong()
225 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetByte()317 *p->puInt64 = n; break; in ImpPutByte()
213 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetChar()307 *p->puInt64 = n; break; in ImpPutChar()
211 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetUShort()315 *p->puInt64 = n; break; in ImpPutUShort()
163 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetCurrency()302 *p->puInt64 = ImpDoubleToSalUInt64( dVal ); break; in ImpPutCurrency()
136 ImpPutUInt64( &aTmp, *p->puInt64 ); break; in ImpGetString()
193 sal_uInt64* puInt64; member
Completed in 44 milliseconds