Lines Matching refs:SbxBase

47 			SbxBase::SetError( SbxERR_CONVERSION );  in ImpGetCurrency()
77 SbxBase::SetError( SbxERR_OVERFLOW ); nRes.SetMax(); in ImpGetCurrency()
81 SbxBase::SetError( SbxERR_OVERFLOW ); nRes.SetMin(); in ImpGetCurrency()
90 SbxBase::SetError( SbxERR_OVERFLOW ); nRes.SetMax(); in ImpGetCurrency()
94 SbxBase::SetError( SbxERR_OVERFLOW ); nRes.SetMin(); in ImpGetCurrency()
107 SbxBase::SetError( SbxERR_OVERFLOW ); nRes.SetMax(); in ImpGetCurrency()
111 SbxBase::SetError( SbxERR_OVERFLOW ); nRes.SetMin(); in ImpGetCurrency()
132 SbxBase::SetError( SbxERR_NO_OBJECT ); nRes.SetNull(); in ImpGetCurrency()
169 SbxBase::SetError( SbxERR_CONVERSION ); nRes.SetNull(); in ImpGetCurrency()
217 SbxBase::SetError( SbxERR_OVERFLOW ); in ImpPutCurrency()
234 SbxBase::SetError( SbxERR_NO_OBJECT ); in ImpPutCurrency()
240 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMAXCHAR; in ImpPutCurrency()
244 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMINCHAR; in ImpPutCurrency()
250 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMAXBYTE; in ImpPutCurrency()
254 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = 0; in ImpPutCurrency()
261 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMAXINT; in ImpPutCurrency()
265 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMININT; in ImpPutCurrency()
272 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMAXUINT; in ImpPutCurrency()
276 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = 0; in ImpPutCurrency()
282 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMAXLNG; in ImpPutCurrency()
286 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMINLNG; in ImpPutCurrency()
292 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = SbxMAXULNG; in ImpPutCurrency()
296 SbxBase::SetError( SbxERR_OVERFLOW ); dVal = 0; in ImpPutCurrency()
312 SbxBase::SetError( SbxERR_CONVERSION ); in ImpPutCurrency()