Lines Matching refs:SbxMAXCHAR
65 if( p->nLong > SbxMAXCHAR ) in ImpGetChar()
67 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
77 if( p->nULong > SbxMAXCHAR ) in ImpGetChar()
79 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
85 if( p->nInt64 > SbxMAXCHAR ) in ImpGetChar()
87 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
97 if( p->uInt64 > SbxMAXCHAR ) in ImpGetChar()
99 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
105 if( p->nSingle > SbxMAXCHAR ) in ImpGetChar()
107 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
140 if( dVal > SbxMAXCHAR ) in ImpGetChar()
142 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()
161 else if( d > SbxMAXCHAR ) in ImpGetChar()
163 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXCHAR; in ImpGetChar()