Home
last modified time | relevance | path

Searched refs:uInt64 (Results 1 – 15 of 15) sorted by relevance

/aoo4110/main/basic/source/sbx/
H A Dsbxint.cxx107 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()
H A Dsbxbyte.cxx106 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()
H A Dsbxchar.cxx97 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()
H A Dsbxuint.cxx92 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()
H A Dsbxulng.cxx101 dVal = ImpSalUInt64ToDouble( p->uInt64 ); in ImpGetULong()
182 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetULong()
214 p->uInt64 = n; break; in ImpPutULong()
H A Dsbxlng.cxx93 dVal = ImpSalUInt64ToDouble( p->uInt64 ); in ImpGetLong()
174 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetLong()
213 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutLong()
H A Dsbxcurr.cxx72 nRes = ImpDoubleToCurrency( ImpSalUInt64ToDouble( p->uInt64 ) ); in ImpGetCurrency()
163 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetCurrency()
209 p->uInt64 = ImpDoubleToSalUInt64( dVal ); break; in ImpPutCurrency()
H A Dsbxbool.cxx76 nRes = p->uInt64 ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
186 p->uInt64 = n; break; in ImpPutBool()
H A Dsbxdec.cxx500 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()
H A Dsbxdbl.cxx64 nRes = ImpSalUInt64ToDouble( p->uInt64 ); break; in ImpGetDouble()
179 p->uInt64 = ImpDoubleToSalUInt64( n ); break; in ImpPutDouble()
H A Dsbxsng.cxx60 nRes = (float) ImpSalUInt64ToDouble( p->uInt64 ); break; in ImpGetSingle()
212 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutSingle()
H A Dsbxstr.cxx81 ImpPutUInt64( &aTmp, p->uInt64 ); break; in ImpGetString()
202 p->uInt64 = ImpGetUInt64( &aTmp ); break; in ImpPutString()
H A Dsbxdate.cxx74 nRes = ImpSalUInt64ToDouble( p->uInt64 ); break; in ImpGetDate()
225 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutDate()
H A Dsbxvalue.cxx540 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()
/aoo4110/main/basic/inc/basic/
H A Dsbxvar.hxx174 sal_uInt64 uInt64; member

Completed in 74 milliseconds