Lines Matching refs:SbxCURRENCY
230 case SbxCURRENCY: n |= SbxBYREF; aData.pLong64 = (SbxINT64*) p; break; in SbxValue()
543 case SbxCURRENCY:rRes.nLong64 = ImpGetCurrency( &p->aData ); break; in Get()
676 GET( GetCurrency, SbxCURRENCY, SbxINT64, nLong64 ) in GET()
730 case SbxCURRENCY: ImpPutCurrency( &p->aData, rVal.nLong64 ); break; in GET()
839 if( ( eTargetType >= SbxINTEGER && eTargetType <= SbxCURRENCY ) || in PutStringExt()
945 PUT( PutCurrency, SbxCURRENCY, const SbxINT64&, nLong64 ) in PUT()
1011 || ( t >= SbxINTEGER && t <= SbxCURRENCY ) in ImpIsNumeric()
1199 || GetType() == SbxCURRENCY in Compute()
1207 else if( GetType() == SbxCURRENCY || eOpType == SbxCURRENCY in Compute()
1227 if( aL.eType == SbxCURRENCY ) in Compute()
1243 if( aL.eType == SbxCURRENCY ) in Compute()
1348 else if( GetType() == SbxCURRENCY || rOp.GetType() == SbxCURRENCY ) in Compute()
1350 aL.eType = SbxCURRENCY; in Compute()
1351 aR.eType = SbxCURRENCY; in Compute()
1670 case SbxCURRENCY: in LoadData()
1787 case SbxCURRENCY: in StoreData()