Lines Matching refs:sal_uInt8
30 sal_uInt8 ImpGetByte( const SbxValues* p ) in ImpGetByte()
33 sal_uInt8 nRes; in ImpGetByte()
47 nRes = (sal_uInt8) p->nChar; in ImpGetByte()
50 nRes = (sal_uInt8) p->nByte; break; in ImpGetByte()
62 nRes = (sal_uInt8) p->nInteger; in ImpGetByte()
71 nRes = (sal_uInt8) p->nUShort; in ImpGetByte()
83 nRes = (sal_uInt8) p->nLong; in ImpGetByte()
91 nRes = (sal_uInt8) p->nULong; in ImpGetByte()
103 nRes = (sal_uInt8) p->nInt64; in ImpGetByte()
111 nRes = (sal_uInt8) p->uInt64; in ImpGetByte()
123 nRes = (sal_uInt8) ImpRound( p->nSingle ); in ImpGetByte()
158 nRes = (sal_uInt8) ImpRound( dVal ); in ImpGetByte()
181 nRes = (sal_uInt8) ( d + 0.5 ); in ImpGetByte()
236 void ImpPutByte( SbxValues* p, sal_uInt8 n ) in ImpPutByte()