Home
last modified time | relevance | path

Searched refs:nInt64 (Results 1 – 16 of 16) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxint.cxx95 if( p->nInt64 > SbxMAXINT ) in ImpGetInteger()
99 else if( p->nInt64 < SbxMININT ) in ImpGetInteger()
104 nRes = (sal_Int16) p->nInt64; in ImpGetInteger()
212 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetInteger()
259 p->nInt64 = n; break; in ImpPutInteger()
442 nRes = p->nInt64; break; in ImpGetInt64()
552 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutInt64()
562 p->nInt64 = n; break; in ImpPutInt64()
730 if( p->nInt64 < 0 ) in ImpGetUInt64()
735 nRes = (sal_uInt64) p->nInt64; in ImpGetUInt64()
[all …]
H A Dsbxbyte.cxx94 if( p->nInt64 > SbxMAXBYTE ) in ImpGetByte()
98 else if( p->nInt64 < 0 ) in ImpGetByte()
103 nRes = (sal_uInt8) p->nInt64; in ImpGetByte()
223 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetByte()
258 p->nInt64 = n; break; in ImpPutByte()
H A Dsbxchar.cxx85 if( p->nInt64 > SbxMAXCHAR ) in ImpGetChar()
89 else if( p->nInt64 < SbxMINCHAR ) in ImpGetChar()
94 nRes = (xub_Unicode) p->nInt64; in ImpGetChar()
211 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetChar()
243 p->nInt64 = n; break; in ImpPutChar()
H A Dsbxuint.cxx80 if( p->nInt64 > SbxMAXUINT ) in ImpGetUShort()
84 else if( p->nInt64 < 0 ) in ImpGetUShort()
89 nRes = (sal_uInt16) p->nInt64; in ImpGetUShort()
209 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetUShort()
242 p->nInt64 = n; break; in ImpPutUShort()
H A Dsbxulng.cxx99 dVal = static_cast< double >(p->nInt64); in ImpGetULong()
180 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetULong()
212 p->nInt64 = n; break; in ImpPutULong()
H A Dsbxlng.cxx91 dVal = static_cast< double >(p->nInt64); in ImpGetLong()
172 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetLong()
230 p->nInt64 = n; break; in ImpPutLong()
H A Dsbxcurr.cxx69 nRes = ImpDoubleToCurrency( (double)p->nInt64 ); in ImpGetCurrency()
161 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetCurrency()
207 p->nInt64 = ImpDoubleToSalInt64( dVal ); break; in ImpPutCurrency()
H A Dsbxdec.cxx494 double d = (double)p->nInt64; in ImpGetDecimal()
568 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetDecimal()
614 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutDecimal()
H A Dsbxbool.cxx74 nRes = p->nInt64 ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
184 p->nInt64 = n; break; in ImpPutBool()
H A Dsbxdbl.cxx62 nRes = static_cast< double >(p->nInt64); break; in ImpGetDouble()
177 p->nInt64 = ImpDoubleToSalInt64( n ); break; in ImpPutDouble()
H A Dsbxsng.cxx58 nRes = (float) p->nInt64; break; in ImpGetSingle()
210 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutSingle()
H A Dsbxstr.cxx79 ImpPutInt64( &aTmp, p->nInt64 ); break; in ImpGetString()
200 p->nInt64 = ImpGetInt64( &aTmp ); break; in ImpPutString()
H A Dsbxdate.cxx72 nRes = static_cast< double >(p->nInt64); break; in ImpGetDate()
223 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutDate()
H A Dsbxvalue.cxx539 case SbxSALINT64: rRes.nInt64 = ImpGetInt64( &p->aData ); break; in Get()
690 GET( GetInt64, SbxSALINT64, sal_Int64, nInt64 ) in GET()
726 case SbxSALINT64: ImpPutInt64( &p->aData, rVal.nInt64 ); break; in GET()
959 PUT( PutInt64, SbxSALINT64, sal_Int64, nInt64 ) in PUT()
/trunk/main/xmloff/source/core/
H A DSettingsExportHelper.cxx113 sal_Int64 nInt64 = 0; in CallTypeFunction() local
114 aAny >>= nInt64; in CallTypeFunction()
115 exportLong(nInt64, rName); in CallTypeFunction()
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx174 sal_Int64 nInt64; member

Completed in 86 milliseconds