Home
last modified time | relevance | path

Searched refs:SbxMAXLNG (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/basic/source/sbx/
H A Dsbxlng.cxx54 if( p->nULong > SbxMAXLNG ) in ImpGetLong()
56 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXLNG; in ImpGetLong()
62 if( p->nSingle > SbxMAXLNG ) in ImpGetLong()
64 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXLNG; in ImpGetLong()
103 if( dVal > SbxMAXLNG ) in ImpGetLong()
105 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXLNG; in ImpGetLong()
126 else if( d > SbxMAXLNG ) in ImpGetLong()
128 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXLNG; in ImpGetLong()
H A Dsbxint.cxx633 if( n > SbxMAXLNG ) in ImpPutInt64()
635 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXLNG; in ImpPutInt64()
922 if( n > SbxMAXLNG ) in ImpPutUInt64()
924 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXLNG; in ImpPutUInt64()
H A Dsbxdbl.cxx243 if( n > SbxMAXLNG ) in ImpPutDouble()
245 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXLNG; in ImpPutDouble()
H A Dsbxulng.cxx285 if( n > SbxMAXLNG ) in ImpPutULong()
287 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXLNG; in ImpPutULong()
H A Dsbxsng.cxx295 if( n > SbxMAXLNG ) in ImpPutSingle()
297 SbxBase::SetError( SbxERR_OVERFLOW ); i = SbxMAXLNG; in ImpPutSingle()
H A Dsbxcurr.cxx280 if( dVal > SbxMAXLNG ) in ImpPutCurrency()
282 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMAXLNG; in ImpPutCurrency()
H A Dsbxdate.cxx351 if( n > SbxMAXLNG ) in ImpPutDate()
353 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXLNG; in ImpPutDate()
H A Dsbxscan.cxx177 else if( nVal >= SbxMINLNG && nVal <= SbxMAXLNG ) in ImpScan()
/AOO41X/main/basic/source/comp/
H A Dexprnode.cxx334 if( nl > SbxMAXLNG ) err = sal_True, nl = SbxMAXLNG; in FoldConstants()
337 if( nr > SbxMAXLNG ) err = sal_True, nr = SbxMAXLNG; in FoldConstants()
429 && nVal >= SbxMINLNG && nVal <= SbxMAXLNG ) in FoldConstants()
455 if( nVal > SbxMAXLNG ) err = sal_True, nVal = SbxMAXLNG; in FoldConstants()
475 if( nVal >= SbxMINLNG && nVal <= SbxMAXLNG in FoldConstants()
H A Dscanner.cxx351 if( nVal >= SbxMINLNG && nVal <= SbxMAXLNG ) in NextSym()
/AOO41X/main/basic/inc/basic/
H A Dsbxdef.hxx359 #define SbxMAXLNG ( 2147483647) macro
374 #define SbxMAXCURRLNG (SbxMAXLNG/CURRENCY_FACTOR)
379 #define SBX_MAXINDEX32 SbxMAXLNG
/AOO41X/main/basic/source/classes/
H A Dsbunoobj.cxx1183 else if( d >= -SbxMAXLNG && d <= SbxMAXLNG ) in sbxToUnoValueImpl()