Lines Matching refs:nRes

38 	xub_Unicode nRes = 0;  in ImpGetChar()  local
45 nRes = 0; break; in ImpGetChar()
47 nRes = p->nChar; break; in ImpGetChar()
49 nRes = (xub_Unicode) p->nByte; in ImpGetChar()
55 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMINCHAR; in ImpGetChar()
58 nRes = (xub_Unicode) p->nInteger; in ImpGetChar()
62 nRes = (xub_Unicode) p->nUShort; in ImpGetChar()
67 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
71 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMINCHAR; in ImpGetChar()
74 nRes = (xub_Unicode) p->nLong; in ImpGetChar()
79 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
82 nRes = (xub_Unicode) p->nULong; in ImpGetChar()
87 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
91 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMINCHAR; in ImpGetChar()
94 nRes = (xub_Unicode) p->nInt64; in ImpGetChar()
99 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
102 nRes = (xub_Unicode) p->uInt64; in ImpGetChar()
107 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
111 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMINCHAR; in ImpGetChar()
114 nRes = (xub_Unicode) ImpRound( p->nSingle ); in ImpGetChar()
142 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
146 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMINCHAR; in ImpGetChar()
149 nRes = (sal_uInt8) ImpRound( dVal ); in ImpGetChar()
160 nRes = 0; in ImpGetChar()
163 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
167 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMINCHAR; in ImpGetChar()
170 nRes = (xub_Unicode) ImpRound( d ); in ImpGetChar()
177 nRes = pVal->GetChar(); in ImpGetChar()
180 SbxBase::SetError( SbxERR_NO_OBJECT ); nRes = 0; in ImpGetChar()
186 nRes = *p->pChar; break; in ImpGetChar()
219 SbxBase::SetError( SbxERR_CONVERSION ); nRes = 0; in ImpGetChar()
221 return nRes; in ImpGetChar()