Home
last modified time | relevance | path

Searched refs:SbxMAXSALINT64 (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/basic/source/sbx/
H A Dsbxint.cxx354 if( d > SbxMAXSALINT64 ) in ImpDoubleToSalInt64()
356 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXSALINT64; in ImpDoubleToSalInt64()
386 if( n > SbxMAXSALINT64 ) in ImpSalUInt64ToDouble()
444 if( p->uInt64 > SbxMAXSALINT64 ) in ImpGetInt64()
446 SbxBase::SetError( SbxERR_OVERFLOW ); nRes = SbxMAXSALINT64; in ImpGetInt64()
877 if( n > SbxMAXSALINT64 ) in ImpPutUInt64()
939 if( n > SbxMAXSALINT64 || (sal_Int64)n > SbxMAXCURR ) in ImpPutUInt64()
948 if( n > SbxMAXSALINT64 ) in ImpPutUInt64()
/aoo41x/main/basic/inc/basic/
H A Dsbxdef.hxx363 #define SbxMAXSALINT64 SAL_MAX_INT64 macro

Completed in 24 milliseconds