Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxint.cxx207 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetInteger()
337 *p->pULong64 = ImpDoubleToUINT64( (double)n ); break; in ImpPutInteger()
510 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetInt64()
542 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutInt64()
813 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetUInt64()
845 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutUInt64()
H A Dsbxbool.cxx147 nRes = !!*p->pULong64 ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
239 p->pULong64->Set( (sal_uInt32)n ); break; in ImpPutBool()
H A Dsbxulng.cxx184 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetULong()
234 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutULong()
H A Dsbxbyte.cxx218 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetByte()
311 *p->pULong64 = ImpDoubleToUINT64( (double)n ); break; in ImpPutByte()
H A Dsbxchar.cxx206 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetChar()
309 *p->pULong64 = ImpDoubleToUINT64( (double)n ); break; in ImpPutChar()
H A Dsbxlng.cxx176 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetLong()
206 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutLong()
H A Dsbxsng.cxx166 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetSingle()
205 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutSingle()
H A Dsbxuint.cxx204 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetUShort()
317 *p->pULong64 = ImpDoubleToUINT64( (double)n ); break; in ImpPutUShort()
H A Dsbxdate.cxx173 nRes = ImpUINT64ToDouble( *p->pULong64 ); break; in ImpGetDate()
218 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutDate()
H A Dsbxdec.cxx563 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetDecimal()
767 *p->pULong64 = ImpDoubleToUINT64( d ); in ImpPutDecimal()
H A Dsbxvalue.cxx228 case SbxULONG64: n |= SbxBYREF; aData.pULong64 = (SbxUINT64*) p; break; in SbxValue()
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx191 SbxUINT64* pULong64; member

Completed in 79 milliseconds