Lines Matching refs:FORMATETC

60 bool operator < (const FORMATETC &fr, const FORMATETC &fl) {  in operator <()
61 return memcmp(&fr, &fl, sizeof(FORMATETC)) < 0; in operator <()
64 typedef std::map<FORMATETC, STGMEDIUM> CDataMap;
145 static void SetData(const FORMATETC &format, const STGMEDIUM &medium) in SetData()
155 static const FORMATETC *FindFormat(const FORMATETC &format) in FindFormat()
157 static FORMATETC fm = {0}; in FindFormat()
169 static STGMEDIUM *FindData(const FORMATETC &format) in FindData()
176 const FORMATETC &f = i->first; in FindData()
370 FORMATETC *fp = (FORMATETC *)first; in _compar()
371 FORMATETC *sp = (FORMATETC *)second; in _compar()
387 if (m_types != (FORMATETC *)NULL) { in LoadCache()
422 m_types = (FORMATETC *)safe_Calloc(sizeof(FORMATETC), m_ntypes); in LoadCache()
468 qsort((void *)m_types, (size_t)m_ntypes, (size_t)sizeof(FORMATETC), in LoadCache()
483 m_types = (FORMATETC *)NULL; in UnloadCache()
524 AwtDragSource::MatchFormatEtc(FORMATETC __RPC_FAR *pFormatEtcIn, in MatchFormatEtc()
525 FORMATETC *cacheEnt) { in MatchFormatEtc()
528 const FORMATETC *pFormat = PictureDragHelper::FindFormat(*pFormatEtcIn); in MatchFormatEtc()
545 FORMATETC tmp = *pFormatEtcIn; in MatchFormatEtc()
561 pFormat = (const FORMATETC *)bsearch((const void *)&tmp, in MatchFormatEtc()
564 (size_t) sizeof(FORMATETC), in MatchFormatEtc()
568 if (cacheEnt != (FORMATETC *)NULL) { in MatchFormatEtc()
764 HRESULT __stdcall AwtDragSource::GetData(FORMATETC __RPC_FAR *pFormatEtc, in GetData()
787 FORMATETC matchedFormatEtc; in GetData()
939 HRESULT __stdcall AwtDragSource::GetDataHere(FORMATETC __RPC_FAR *pFormatEtc, in GetDataHere()
953 FORMATETC matchedFormatEtc; in GetDataHere()
1043 HRESULT __stdcall AwtDragSource::QueryGetData(FORMATETC __RPC_FAR *pFormatEtc) { in QueryGetData()
1047 return MatchFormatEtc(pFormatEtc, (FORMATETC *)NULL); in QueryGetData()
1057 …ESULT __stdcall AwtDragSource::GetCanonicalFormatEtc(FORMATETC __RPC_FAR *pFormatEtcIn, FORMATETC in GetCanonicalFormatEtc()
1061 HRESULT res = MatchFormatEtc(pFormatEtcIn, (FORMATETC *)NULL); in GetCanonicalFormatEtc()
1078 HRESULT __stdcall AwtDragSource::SetData(FORMATETC __RPC_FAR *pFormatEtc, STGMEDIUM __RPC_FAR *pmed… in SetData()
1115 HRESULT __stdcall AwtDragSource::DAdvise(FORMATETC __RPC_FAR *pFormatEtc, DWORD advf, IAdviseSink … in DAdvise()
1141 HRESULT __stdcall AwtDragSource::GetProcessId(FORMATETC __RPC_FAR *pFormatEtc, STGMEDIUM __RPC_FAR … in GetProcessId()
1337 HRESULT _stdcall AwtDragSource::ADSIEnumFormatEtc::Next(ULONG celt, FORMATETC __RPC_FAR *rgelt, ULO… in Next()
1344 FORMATETC fetc = m_parent->getType(m_idx); in Next()