Home
last modified time | relevance | path

Searched refs:SbxMAXCURR (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/basic/source/sbx/
H A Dsbxcurr.cxx75 if( p->nSingle > SbxMAXCURR ) in ImpGetCurrency()
88 if( p->nDouble > SbxMAXCURR ) in ImpGetCurrency()
105 if( d > SbxMAXCURR ) in ImpGetCurrency()
H A Dsbxint.cxx658 if( n > SbxMAXCURR ) in ImpPutInt64()
660 SbxBase::SetError( SbxERR_OVERFLOW ); n = (sal_Int64) SbxMAXCURR; in ImpPutInt64()
939 if( n > SbxMAXSALINT64 || (sal_Int64)n > SbxMAXCURR ) in ImpPutUInt64()
941 SbxBase::SetError( SbxERR_OVERFLOW ); n = (sal_Int64) SbxMAXCURR; in ImpPutUInt64()
H A Dsbxdbl.cxx288 if( n > SbxMAXCURR ) in ImpPutDouble()
290 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXCURR; in ImpPutDouble()
H A Dsbxulng.cxx303 if( n > SbxMAXCURR ) in ImpPutULong()
305 SbxBase::SetError( SbxERR_OVERFLOW ); d = SbxMAXCURR; in ImpPutULong()
H A Dsbxlng.cxx319 if( n > SbxMAXCURR ) in ImpPutLong()
321 SbxBase::SetError( SbxERR_OVERFLOW ); d = SbxMAXCURR; in ImpPutLong()
H A Dsbxsng.cxx337 if( n > SbxMAXCURR ) in ImpPutSingle()
339 SbxBase::SetError( SbxERR_OVERFLOW ); d = SbxMAXCURR; in ImpPutSingle()
H A Dsbxdate.cxx388 if( n > SbxMAXCURR ) in ImpPutDate()
390 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXCURR; in ImpPutDate()
H A Dsbxvalue.cxx1370 if( d > SbxMAXCURR || d < SbxMINCURR ) in Compute()
1389 if( d > SbxMAXCURR || d < SbxMINCURR ) in Compute()
/aoo4110/main/basic/inc/basic/
H A Dsbxdef.hxx371 #define SbxMAXCURR ( 922337203685477.5807) macro

Completed in 25 milliseconds