Home
last modified time | relevance | path

Searched refs:nULong64 (Results 1 – 12 of 12) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxint.cxx128 dVal = ImpUINT64ToDouble( p->nULong64 ); in ImpGetInteger()
207 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetInteger()
261 p->nULong64 = ImpDoubleToUINT64( (double)n ); break; in ImpPutInteger()
434 dVal = ImpUINT64ToDouble( p->nULong64 ); in ImpGetInt64()
510 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetInt64()
542 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutInt64()
722 dVal = ImpUINT64ToDouble( p->nULong64 ); in ImpGetUInt64()
813 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetUInt64()
845 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutUInt64()
H A Dsbxvalue.cxx688 GET( GetULong64, SbxULONG64, SbxUINT64, nULong64 ) in GET()
957 PUT( PutULong64, SbxULONG64, const SbxUINT64&, nULong64 ) in PUT()
1233 if( !aR.nULong64 ) SetError( SbxERR_ZERODIV ); in Compute()
1234 else aL.nULong64 /= aR.nULong64; in Compute()
1249 if( !aR.nULong64 ) SetError( SbxERR_ZERODIV ); in Compute()
1250 else aL.nULong64 %= aR.nULong64; in Compute()
1666 r >> aData.nULong64.nHigh >> aData.nULong64.nLow; in LoadData()
1783 r << aData.nULong64.nHigh << aData.nULong64.nLow; in StoreData()
H A Dsbxulng.cxx97 dVal = ImpUINT64ToDouble( p->nULong64 ); in ImpGetULong()
184 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetULong()
234 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutULong()
H A Dsbxbyte.cxx139 dVal = ImpUINT64ToDouble( p->nULong64 ); in ImpGetByte()
218 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetByte()
262 p->nULong64 = ImpDoubleToUINT64( (double)n ); break; in ImpPutByte()
H A Dsbxchar.cxx130 dVal = ImpUINT64ToDouble( p->nULong64 ); in ImpGetChar()
206 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetChar()
247 p->nULong64 = ImpDoubleToUINT64( (double)n ); break; in ImpPutChar()
H A Dsbxlng.cxx89 dVal = ImpUINT64ToDouble( p->nULong64 ); in ImpGetLong()
176 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetLong()
206 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutLong()
H A Dsbxsng.cxx80 dVal = ImpUINT64ToDouble( p->nULong64 ); in ImpGetSingle()
166 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetSingle()
205 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutSingle()
H A Dsbxuint.cxx125 dVal = ImpUINT64ToDouble( p->nULong64 ); in ImpGetUShort()
204 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetUShort()
246 p->nULong64 = ImpDoubleToUINT64( (double)n ); break; in ImpPutUShort()
H A Dsbxdec.cxx516 dVal = ImpUINT64ToDouble( p->nULong64 ); in ImpGetDecimal()
563 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetDecimal()
655 p->nULong64 = ImpDoubleToUINT64( d ); in ImpPutDecimal()
H A Dsbxbool.cxx78 nRes = !!p->nULong64 ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
188 p->nULong64.Set( (sal_uInt32)n ); break; in ImpPutBool()
H A Dsbxdate.cxx66 nRes = ImpUINT64ToDouble( p->nULong64 ); break; in ImpGetDate()
218 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutDate()
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx173 SbxUINT64 nULong64; member

Completed in 40 milliseconds