Searched refs:strFormats (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestDnDTargetImpl.cpp194 Utf8Str strFormats = GuestDnD::toFormatString(m_strFormats, aFormats);
196 if (strFormats.isEmpty())
212 paParms[i++].setPointer((void*)strFormats.c_str(), strFormats.length() + 1);
213 paParms[i++].setUInt32(strFormats.length() + 1);
261 RTCString strFormats = GuestDnD::toFormatString(m_strFormats, aFormats);
263 if (strFormats.isEmpty())
278 paParms[i++].setPointer((void*)strFormats.c_str(), strFormats.length() + 1);
279 paParms[i++].setUInt32(strFormats
[all...]
H A DGuestDnDPrivate.cpp535 const com::Utf8Str &strFormats,
538 RTCList<RTCString> lstFormats = strFormats.split("\r\n");
534 toFormatVector(const std::vector<com::Utf8Str> &lstSupportedFormats, const com::Utf8Str &strFormats, std::vector<com::Utf8Str> &vecformats) argument
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp1107 RTCString strFormats = pDropTarget->Formats(); local
1108 if (!strFormats.isEmpty())
1112 LogFlowFunc(("Acknowledging pDropTarget=0x%p, uDefAction=0x%x, uAllActions=0x%x, strFormats=%s\n",
1113 pDropTarget, uDefAction, uAllActions, strFormats.c_str()));
1117 strFormats = "unknown"; /* Prevent VERR_IO_GEN_FAILURE for IOCTL. */
1125 uDefAction, uAllActions, strFormats.c_str());
/vbox/src/VBox/Main/include/
H A DGuestDnDPrivate.h154 static void toFormatVector(const std::vector<com::Utf8Str> &lstSupportedFormats, const com::Utf8Str &strFormats, std::vector<com::Utf8Str> &vecformats);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp1473 RTCString strFormats = gX11->xAtomListToString(m_formats); local
1477 rc = VbglR3DnDGHAcknowledgePending(m_uClientID, uDefAction, uAllActions, strFormats.c_str());
1478 LogFlowThisFunc(("Acknowledging m_uClientID=%RU32, allActions=0x%x, strFormats=%s, rc=%Rrc\n",
1479 m_uClientID, uAllActions, strFormats.c_str(), rc));

Completed in 107 milliseconds