Home | History | Annotate | Download | only in include

Lines Matching refs:ChangeType

463   void ChangeType(VARTYPE vartype,const _variant_t *pSrc = NULL);
614 varDest.ChangeType(VT_I2,this);
620 varDest.ChangeType(VT_I4,this);
627 varDest.ChangeType(VT_R4,this);
634 varDest.ChangeType(VT_R8,this);
641 varDest.ChangeType(VT_CY,this);
648 varDest.ChangeType(VT_BSTR,this);
658 varDest.ChangeType(VT_DISPATCH,this);
665 varDest.ChangeType(VT_BOOL,this);
675 varDest.ChangeType(VT_UNKNOWN,this);
682 varDest.ChangeType(VT_DECIMAL,this);
688 varDest.ChangeType(VT_UI1,this);
695 varDest.ChangeType(VT_I1,this);
702 varDest.ChangeType(VT_UI2,this);
709 varDest.ChangeType(VT_UI4,this);
715 varDest.ChangeType(VT_INT,this);
721 varDest.ChangeType(VT_UINT,this);
727 varDest.ChangeType(VT_I8,this);
733 varDest.ChangeType(VT_UI8,this);
1173 inline void _variant_t::ChangeType(VARTYPE vartype,const _variant_t *pSrc) {
1187 varDest.ChangeType(VT_BSTR,&var);
1196 varDest.ChangeType(VT_BSTR,&var);