Lines Matching refs:cfFormat
68 LogFlowFunc(("Format %RU32: cfFormat=%RI16, tyMed=%RU32, dwAspect=%RU32\n",
69 i, pFormatEtc[i].cfFormat, pFormatEtc[i].tymed, pFormatEtc[i].dwAspect));
228 LogFlowFunc(("cfFormat=%RI16, sFormat=%s, tyMed=%RU32, dwAspect=%RU32\n",
229 pThisFormat->cfFormat, VBoxDnDDataObject::ClipboardFormatToString(pFormatEtc->cfFormat),
259 && (pFormatEtc->cfFormat == CF_FILECONTENTS))
265 && (pFormatEtc->cfFormat == CF_FILEDESCRIPTOR))
270 && (pFormatEtc->cfFormat == CF_PREFERREDDROPEFFECT))
285 && (pFormatEtc->cfFormat == CF_TEXT))
300 && (pFormatEtc->cfFormat == CF_HDROP))
384 pThisFormat->cfFormat, NULL);
574 && pFormatEtc->cfFormat == mpFormatEtc[i].cfFormat
577 LogFlowFunc(("Format found: tyMed=%RI32, cfFormat=%RI16, sFormats=%s, dwAspect=%RI32, ulIndex=%RU32\n",
578 pFormatEtc->tymed, pFormatEtc->cfFormat, VBoxDnDDataObject::ClipboardFormatToString(mpFormatEtc[i].cfFormat),
587 LogFlowFunc(("Format NOT found: tyMed=%RI32, cfFormat=%RI16, sFormats=%s, dwAspect=%RI32\n",
588 pFormatEtc->tymed, pFormatEtc->cfFormat, VBoxDnDDataObject::ClipboardFormatToString(pFormatEtc->cfFormat),
619 pFormatEtc->cfFormat = clipFormat;
626 pFormatEtc->cfFormat, VBoxDnDDataObject::ClipboardFormatToString(pFormatEtc->cfFormat)));