Searched refs:uInt64 (Results 1 – 15 of 15) sorted by relevance
107 if( p->uInt64 > SbxMAXINT ) in ImpGetInteger()112 nRes = (sal_Int16) p->uInt64; in ImpGetInteger()214 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetInteger()242 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutInteger()444 if( p->uInt64 > SbxMAXSALINT64 ) in ImpGetInt64()449 nRes = (sal_Int64) p->uInt64; in ImpGetInt64()515 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetInt64()554 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutInt64()737 nRes = p->uInt64; break; in ImpGetUInt64()870 p->uInt64 = n; break; in ImpPutUInt64()
106 if( p->uInt64 > SbxMAXBYTE ) in ImpGetByte()111 nRes = (sal_uInt8) p->uInt64; in ImpGetByte()225 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetByte()260 p->uInt64 = n; break; in ImpPutByte()
97 if( p->uInt64 > SbxMAXCHAR ) in ImpGetChar()102 nRes = (xub_Unicode) p->uInt64; in ImpGetChar()213 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetChar()245 p->uInt64 = n; break; in ImpPutChar()
92 if( p->uInt64 > SbxMAXUINT ) in ImpGetUShort()97 nRes = (sal_uInt16) p->uInt64; in ImpGetUShort()211 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetUShort()244 p->uInt64 = n; break; in ImpPutUShort()
101 dVal = ImpSalUInt64ToDouble( p->uInt64 ); in ImpGetULong()182 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetULong()214 p->uInt64 = n; break; in ImpPutULong()
93 dVal = ImpSalUInt64ToDouble( p->uInt64 ); in ImpGetLong()174 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetLong()213 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutLong()
72 nRes = ImpDoubleToCurrency( ImpSalUInt64ToDouble( p->uInt64 ) ); in ImpGetCurrency()163 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetCurrency()209 p->uInt64 = ImpDoubleToSalUInt64( dVal ); break; in ImpPutCurrency()
500 double d = ImpSalUInt64ToDouble( p->uInt64 ); in ImpGetDecimal()570 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetDecimal()607 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutDecimal()
76 nRes = p->uInt64 ? SbxTRUE : SbxFALSE; break; in ImpGetBool()186 p->uInt64 = n; break; in ImpPutBool()
64 nRes = ImpSalUInt64ToDouble( p->uInt64 ); break; in ImpGetDouble()179 p->uInt64 = ImpDoubleToSalUInt64( n ); break; in ImpPutDouble()
60 nRes = (float) ImpSalUInt64ToDouble( p->uInt64 ); break; in ImpGetSingle()212 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutSingle()
81 ImpPutUInt64( &aTmp, p->uInt64 ); break; in ImpGetString()202 p->uInt64 = ImpGetUInt64( &aTmp ); break; in ImpPutString()
74 nRes = ImpSalUInt64ToDouble( p->uInt64 ); break; in ImpGetDate()225 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutDate()
540 case SbxSALUINT64: rRes.uInt64 = ImpGetUInt64( &p->aData ); break; in Get()691 GET( GetUInt64, SbxSALUINT64, sal_uInt64, uInt64 ) in GET()727 case SbxSALUINT64: ImpPutUInt64( &p->aData, rVal.uInt64 ); break; in GET()960 PUT( PutUInt64, SbxSALUINT64, sal_uInt64, uInt64 ) in PUT()
175 sal_uInt64 uInt64; member
Completed in 54 milliseconds