Home | History | Annotate | Download | only in Windows

Lines Matching refs:CPropVariant

52 CPropVariant::CPropVariant(const PROPVARIANT &varSrc)

58 CPropVariant::CPropVariant(const CPropVariant &varSrc)
64 CPropVariant::CPropVariant(BSTR bstrSrc)
70 CPropVariant::CPropVariant(LPCOLESTR lpszSrc)
76 CPropVariant& CPropVariant::operator=(const CPropVariant &varSrc)
82 CPropVariant& CPropVariant::operator=(const PROPVARIANT &varSrc)
88 CPropVariant& CPropVariant::operator=(BSTR bstrSrc)
96 CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc)
111 CPropVariant& CPropVariant::operator=(const UString &s)
122 CPropVariant& CPropVariant::operator=(const UString2 &s)
153 CPropVariant& CPropVariant::operator=(const char *s)
168 CPropVariant& CPropVariant::operator=(bool bSrc) throw()
179 BSTR CPropVariant::AllocBstr(unsigned numChars)
196 CPropVariant& CPropVariant::operator=(type value) throw() \
241 HRESULT CPropVariant::Clear() throw()
248 HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) throw()
276 HRESULT CPropVariant::Attach(PROPVARIANT *pSrc) throw()
286 HRESULT CPropVariant::Detach(PROPVARIANT *pDest) throw()
299 HRESULT CPropVariant::InternalClear() throw()
312 void CPropVariant::InternalCopy(const PROPVARIANT *pSrc)
324 int CPropVariant::Compare(const CPropVariant &a) throw()