Home
last modified time | relevance | path

Searched refs:SbxMAXSNG (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/basic/source/sbx/
H A Dsbxsng.cxx84 if( dVal > SbxMAXSNG ) in ImpGetSingle()
87 nRes = static_cast< float >(SbxMAXSNG); in ImpGetSingle()
119 else if( d > SbxMAXSNG ) in ImpGetSingle()
122 nRes = static_cast< float >(SbxMAXSNG); in ImpGetSingle()
H A Dsbxdbl.cxx263 if( n > SbxMAXSNG ) in ImpPutDouble()
265 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXSNG; in ImpPutDouble()
H A Dsbxdate.cxx371 if( n > SbxMAXSNG ) in ImpPutDate()
373 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXSNG; in ImpPutDate()
/aoo41x/main/basic/inc/basic/
H A Dsbxdef.hxx367 #define SbxMAXSNG ( 3.402823e+38) macro

Completed in 29 milliseconds