Home
last modified time | relevance | path

Searched refs:SbxMINCHAR (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/basic/source/sbx/
H A Dsbxchar.cxx53 if( p->nInteger < SbxMINCHAR ) in ImpGetChar()
55 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMINCHAR; in ImpGetChar()
69 else if( p->nLong < SbxMINCHAR ) in ImpGetChar()
71 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMINCHAR; in ImpGetChar()
89 else if( p->nInt64 < SbxMINCHAR ) in ImpGetChar()
91 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMINCHAR; in ImpGetChar()
109 else if( p->nSingle < SbxMINCHAR ) in ImpGetChar()
111 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMINCHAR; in ImpGetChar()
144 else if( dVal < SbxMINCHAR ) in ImpGetChar()
146 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMINCHAR; in ImpGetChar()
[all …]
H A Dsbxint.cxx288 if( n < SbxMINCHAR ) in ImpPutInteger()
290 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMINCHAR; in ImpPutInteger()
595 else if( n < SbxMINCHAR ) in ImpPutInt64()
597 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMINCHAR; in ImpPutInt64()
H A Dsbxdbl.cxx205 else if( n < SbxMINCHAR ) in ImpPutDouble()
207 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMINCHAR; in ImpPutDouble()
H A Dsbxlng.cxx257 else if( n < SbxMINCHAR ) in ImpPutLong()
259 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMINCHAR; in ImpPutLong()
H A Dsbxsng.cxx255 else if( n < SbxMINCHAR ) in ImpPutSingle()
257 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMINCHAR; in ImpPutSingle()
H A Dsbxcurr.cxx242 else if( dVal < SbxMINCHAR ) in ImpPutCurrency()
244 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMINCHAR; in ImpPutCurrency()
H A Dsbxdate.cxx313 else if( n < SbxMINCHAR ) in ImpPutDate()
315 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMINCHAR; in ImpPutDate()
/aoo4110/main/basic/inc/basic/
H A Dsbxdef.hxx354 #define SbxMINCHAR (0) macro

Completed in 34 milliseconds