Home
last modified time | relevance | path

Searched refs:QueryGetData (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_DropTargetWin32.cpp185 if (pDataObject->QueryGetData(&fmtetc) == S_OK) { in getGhostType()
191 if (pDataObject->QueryGetData(&fmtetc) == S_OK) { in getGhostType()
233 if (pDataObject->QueryGetData(&fmtetc) == S_OK) { in getDropDataAsFilenames()
277 if (pDataObject->QueryGetData(&fmtetc) == S_OK) { in getDropDataAsString()
297 if (pDataObject->QueryGetData(&fmtetc) == S_OK) { in getDropDataAsString()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsDragService.cpp370 if (mDataObject->QueryGetData(&fe2) == S_OK) { in GetNumDropItems()
417 if (mDataObject->QueryGetData(&fe2) == S_OK) in GetData()
479 if (S_OK == dataObj->QueryGetData(&fe)) *_retval = true; // found it! in IsDataFlavorSupported()
491 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
504 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
513 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
543 if (inDataObj->QueryGetData(&sFE) == S_OK) isCollection = true; in IsCollectionObject()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsDragService.cpp389 if (mDataObject->QueryGetData(&fe2) == S_OK) { in GetNumDropItems()
436 if (mDataObject->QueryGetData(&fe2) == S_OK) in GetData()
498 if (S_OK == dataObj->QueryGetData(&fe)) *_retval = true; // found it! in IsDataFlavorSupported()
510 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
523 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
532 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
562 if (inDataObj->QueryGetData(&sFE) == S_OK) isCollection = true; in IsCollectionObject()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsDragService.cpp402 if (mDataObject->QueryGetData(&fe2) == S_OK) { in GetNumDropItems()
449 if (mDataObject->QueryGetData(&fe2) == S_OK) in GetData()
511 if (S_OK == dataObj->QueryGetData(&fe)) *_retval = true; // found it! in IsDataFlavorSupported()
523 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
536 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
545 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
575 if (inDataObj->QueryGetData(&sFE) == S_OK) isCollection = true; in IsCollectionObject()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsDragService.cpp426 if (mDataObject->QueryGetData(&fe2) == S_OK) {
480 if (mDataObject->QueryGetData(&fe2) == S_OK)
543 if (S_OK == dataObj->QueryGetData(&fe))
556 if (mDataObject->QueryGetData(&fe) == S_OK)
569 if (mDataObject->QueryGetData(&fe) == S_OK)
579 if (mDataObject->QueryGetData(&fe) == S_OK)
612 if (inDataObj->QueryGetData(&sFE) == S_OK)
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsDragService.cpp389 if (mDataObject->QueryGetData(&fe2) == S_OK) { in GetNumDropItems()
436 if (mDataObject->QueryGetData(&fe2) == S_OK) in GetData()
498 if (S_OK == dataObj->QueryGetData(&fe)) *_retval = true; // found it! in IsDataFlavorSupported()
510 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
523 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
532 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
562 if (inDataObj->QueryGetData(&sFE) == S_OK) isCollection = true; in IsCollectionObject()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsDragService.cpp389 if (mDataObject->QueryGetData(&fe2) == S_OK) { in GetNumDropItems()
436 if (mDataObject->QueryGetData(&fe2) == S_OK) in GetData()
498 if (S_OK == dataObj->QueryGetData(&fe)) *_retval = true; // found it! in IsDataFlavorSupported()
510 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
523 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
532 if (mDataObject->QueryGetData(&fe) == S_OK) in IsDataFlavorSupported()
562 if (inDataObj->QueryGetData(&sFE) == S_OK) isCollection = true; in IsCollectionObject()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32DragAndDrop.cpp86 if (NOERROR == pDataObj->QueryGetData(&fmte)) in DragEnter()
92 if (NOERROR == pDataObj->QueryGetData(&fmte)) in DragEnter()
135 if (NOERROR == pDataObj->QueryGetData(&fmte)) in Drop()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/plugins/platforms/windows/
H A Dqwindowsdropdataobject.cpp76 QWindowsDropDataObject::QueryGetData(LPFORMATETC pformatetc) in QueryGetData() function in QWindowsDropDataObject
81 return QWindowsOleDataObject::QueryGetData(pformatetc); in QueryGetData()

12345678910>>...23