Home
last modified time | relevance | path

Searched refs:pnInt64 (Results 1 – 14 of 14) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxint.cxx212 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetInteger()
322 *p->pnInt64 = n; break; in ImpPutInteger()
498 nRes = *p->pnInt64; break; in ImpGetInt64()
552 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutInt64()
669 *p->pnInt64 = n; break; in ImpPutInt64()
818 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetUInt64()
855 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutUInt64()
857 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutUInt64()
952 *p->pnInt64 = (sal_Int64) n; break; in ImpPutUInt64()
H A Dsbxsng.cxx169 nRes = (float) *p->pnInt64; break; in ImpGetSingle()
210 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutSingle()
332 *p->pnInt64 = ImpDoubleToSalInt64( (double) n ); break; in ImpPutSingle()
H A Dsbxdate.cxx179 nRes = static_cast< double >(*p->pnInt64); break; in ImpGetDate()
223 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutDate()
381 *p->pnInt64 = ImpDoubleToSalInt64( n ); break; in ImpPutDate()
H A Dsbxdec.cxx568 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetDecimal()
614 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutDecimal()
735 *p->pnInt64 = ImpDoubleToSalInt64( d ); in ImpPutDecimal()
H A Dsbxbool.cxx143 nRes = ( *p->pnInt64 ) ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
235 *p->pnInt64 = n; break; in ImpPutBool()
H A Dsbxdbl.cxx129 nRes = static_cast< double >(*p->pnInt64); break; in ImpGetDouble()
281 *p->pnInt64 = ImpDoubleToSalInt64( n ); break; in ImpPutDouble()
H A Dsbxulng.cxx180 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetULong()
298 *p->pnInt64 = n; break; in ImpPutULong()
H A Dsbxbyte.cxx223 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetByte()
315 *p->pnInt64 = n; break; in ImpPutByte()
H A Dsbxchar.cxx211 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetChar()
305 *p->pnInt64 = n; break; in ImpPutChar()
H A Dsbxlng.cxx172 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetLong()
303 *p->pnInt64 = n; break; in ImpPutLong()
H A Dsbxuint.cxx209 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetUShort()
313 *p->pnInt64 = n; break; in ImpPutUShort()
H A Dsbxcurr.cxx161 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetCurrency()
300 *p->pnInt64 = ImpDoubleToSalInt64( dVal ); break; in ImpPutCurrency()
H A Dsbxstr.cxx134 ImpPutInt64( &aTmp, *p->pnInt64 ); break; in ImpGetString()
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx192 sal_Int64* pnInt64; member

Completed in 50 milliseconds