Home
last modified time | relevance | path

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

/aoo41x/main/basic/source/sbx/
H A Dsbxuint.cxx60 if( p->nLong > SbxMAXUINT ) in ImpGetUShort()
62 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXUINT; in ImpGetUShort()
72 if( p->nULong > SbxMAXUINT ) in ImpGetUShort()
74 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXUINT; in ImpGetUShort()
80 if( p->nInt64 > SbxMAXUINT ) in ImpGetUShort()
82 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXUINT; in ImpGetUShort()
92 if( p->uInt64 > SbxMAXUINT ) in ImpGetUShort()
94 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXUINT; in ImpGetUShort()
100 if( p->nSingle > SbxMAXUINT ) in ImpGetUShort()
135 if( dVal > SbxMAXUINT ) in ImpGetUShort()
[all …]
H A Dsbxint.cxx623 if( n > SbxMAXUINT ) in ImpPutInt64()
625 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXUINT; in ImpPutInt64()
916 if( n > SbxMAXUINT ) in ImpPutUInt64()
918 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXUINT; in ImpPutUInt64()
H A Dsbxdbl.cxx233 if( n > SbxMAXUINT ) in ImpPutDouble()
235 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXUINT; in ImpPutDouble()
H A Dsbxulng.cxx279 if( n > SbxMAXUINT ) in ImpPutULong()
281 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXUINT; in ImpPutULong()
H A Dsbxlng.cxx285 if( n > SbxMAXUINT ) in ImpPutLong()
287 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXUINT; in ImpPutLong()
H A Dsbxsng.cxx283 if( n > SbxMAXUINT ) in ImpPutSingle()
285 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXUINT; in ImpPutSingle()
H A Dsbxcurr.cxx270 if( dVal > SbxMAXUINT ) in ImpPutCurrency()
272 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMAXUINT; in ImpPutCurrency()
H A Dsbxdate.cxx341 if( n > SbxMAXUINT ) in ImpPutDate()
343 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXUINT; in ImpPutDate()
/aoo41x/main/basic/inc/basic/
H A Dsbxdef.hxx358 #define SbxMAXUINT ((sal_uInt16) 65535) macro
/aoo41x/main/basic/source/classes/
H A Dsbunoobj.cxx1216 else if( n <= SbxMAXUINT ) in sbxToUnoValueImpl()

Completed in 135 milliseconds