Home
last modified time | relevance | path

Searched refs:SbxMINCURR (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/basic/source/sbx/
H A Dsbxcurr.cxx79 else if( p->nSingle < SbxMINCURR ) in ImpGetCurrency()
92 else if( p->nDouble < SbxMINCURR ) in ImpGetCurrency()
109 else if( d < SbxMINCURR ) in ImpGetCurrency()
H A Dsbxdbl.cxx292 else if( n < SbxMINCURR ) in ImpPutDouble()
294 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMINCURR; in ImpPutDouble()
H A Dsbxlng.cxx323 else if( n < SbxMINCURR ) in ImpPutLong()
325 SbxBase::SetError( SbxERR_OVERFLOW ); d = SbxMINCURR; in ImpPutLong()
H A Dsbxsng.cxx341 else if( n < SbxMINCURR ) in ImpPutSingle()
343 SbxBase::SetError( SbxERR_OVERFLOW ); d = SbxMINCURR; in ImpPutSingle()
H A Dsbxdate.cxx392 else if( n < SbxMINCURR ) in ImpPutDate()
394 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMINCURR; in ImpPutDate()
H A Dsbxint.cxx662 else if( n < SbxMINCURR ) in ImpPutInt64()
664 SbxBase::SetError( SbxERR_OVERFLOW ); n = (sal_Int64) SbxMINCURR; in ImpPutInt64()
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.hxx372 #define SbxMINCURR (-922337203685477.5808) macro

Completed in 39 milliseconds