Searched refs:pULong64 (Results 1 – 12 of 12) sorted by relevance
207 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()
147 nRes = !!*p->pULong64 ? SbxTRUE : SbxFALSE; break; in ImpGetBool()239 p->pULong64->Set( (sal_uInt32)n ); break; in ImpPutBool()
184 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetULong()234 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutULong()
218 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetByte()311 *p->pULong64 = ImpDoubleToUINT64( (double)n ); break; in ImpPutByte()
206 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetChar()309 *p->pULong64 = ImpDoubleToUINT64( (double)n ); break; in ImpPutChar()
176 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetLong()206 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutLong()
166 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetSingle()205 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutSingle()
204 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetUShort()317 *p->pULong64 = ImpDoubleToUINT64( (double)n ); break; in ImpPutUShort()
173 nRes = ImpUINT64ToDouble( *p->pULong64 ); break; in ImpGetDate()218 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutDate()
563 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetDecimal()767 *p->pULong64 = ImpDoubleToUINT64( d ); in ImpPutDecimal()
228 case SbxULONG64: n |= SbxBYREF; aData.pULong64 = (SbxUINT64*) p; break; in SbxValue()
191 SbxUINT64* pULong64; member
Completed in 57 milliseconds