Home
last modified time | relevance | path

Searched refs:SbxMAXBYTE (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/basic/source/sbx/
H A Dsbxbyte.cxx42 if( p->nChar > SbxMAXBYTE ) in ImpGetByte()
53 if( p->nInteger > SbxMAXBYTE ) in ImpGetByte()
55 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXBYTE; in ImpGetByte()
66 if( p->nUShort > (sal_uInt16) SbxMAXBYTE ) in ImpGetByte()
74 if( p->nLong > SbxMAXBYTE ) in ImpGetByte()
86 if( p->nULong > SbxMAXBYTE ) in ImpGetByte()
94 if( p->nInt64 > SbxMAXBYTE ) in ImpGetByte()
106 if( p->uInt64 > SbxMAXBYTE ) in ImpGetByte()
114 if( p->nSingle > SbxMAXBYTE ) in ImpGetByte()
149 if( dVal > SbxMAXBYTE ) in ImpGetByte()
[all …]
H A Dsbxint.cxx294 if( n > SbxMAXBYTE ) in ImpPutInteger()
296 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXBYTE; in ImpPutInteger()
601 if( n > SbxMAXBYTE ) in ImpPutInt64()
603 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXBYTE; in ImpPutInt64()
902 if( n > SbxMAXBYTE ) in ImpPutUInt64()
904 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXBYTE; in ImpPutUInt64()
H A Dsbxdbl.cxx211 if( n > SbxMAXBYTE ) in ImpPutDouble()
213 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXBYTE; in ImpPutDouble()
H A Dsbxulng.cxx265 if( n > SbxMAXBYTE ) in ImpPutULong()
267 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXBYTE; in ImpPutULong()
H A Dsbxlng.cxx263 if( n > SbxMAXBYTE ) in ImpPutLong()
265 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXBYTE; in ImpPutLong()
H A Dsbxsng.cxx261 if( n > SbxMAXBYTE ) in ImpPutSingle()
263 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXBYTE; in ImpPutSingle()
H A Dsbxuint.cxx288 if( n > SbxMAXBYTE ) in ImpPutUShort()
290 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXBYTE; in ImpPutUShort()
H A Dsbxcurr.cxx248 if( dVal > SbxMAXBYTE ) in ImpPutCurrency()
250 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMAXBYTE; in ImpPutCurrency()
H A Dsbxdate.cxx319 if( n > SbxMAXBYTE ) in ImpPutDate()
321 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXBYTE; in ImpPutDate()
/aoo41x/main/basic/inc/basic/
H A Dsbxdef.hxx355 #define SbxMAXBYTE ( 255) macro

Completed in 98 milliseconds