Lines Matching refs:nInt64
95 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()
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()