Searched defs:strFormat (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic3.cpp126 void UIWizardExportAppPage3::setFormat(const QString &strFormat) argument
128 int iIndex = m_pFormatComboBox->findData(strFormat);
/vbox/src/VBox/Main/include/
H A DGuestDnDPrivate.h52 void setFormat(const Utf8Str &strFormat) { m_strFormat = strFormat; } argument
H A Dovfreader.h253 RTCString strFormat; // value from DiskSection/Disk/@format member in struct:ovf::DiskImage
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp72 const QString &strFormat = lstFormats.at(i); local
73 if (mlstFormats.contains(strFormat))
77 if (strFormat.contains("text/uri-list", Qt::CaseInsensitive))
86 mlstFormats << strFormat; local
89 else if (strFormat.contains("text/plain", Qt::CaseInsensitive))
96 mlstFormats << strFormat; local
241 LogFlowFunc(("Got strFormat=%s, pvData=%p, cbData=%RU32\n",
714 int UIDnDDataObject::Signal(const QString &strFormat, argument
722 mstrFormat = strFormat;
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp231 LogFlowFunc(("Got strFormat=%s, pvData=%p, cbData=%RU32\n",
635 int VBoxDnDDataObject::Signal(const RTCString &strFormat, argument
643 mstrFormat = strFormat;
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp520 com::Utf8Str strFormat; local
527 strFormat += f + "\r\n";
530 return strFormat;
855 Utf8Str strFormat = aFormats.at(i); local
857 m_strFormats.end(), strFormat) == m_strFormats.end())
859 m_strFormats.push_back(strFormat);
870 Utf8Str strFormat = aFormats.at(i); local
872 m_strFormats.end(), strFormat);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp383 int ghDropped(const RTCString &strFormat, uint32_t action);
858 RTCString strFormat = xAtomToString(e.xselectionrequest.target); local
859 Assert(strFormat.isNotEmpty());
860 rc = VbglR3DnDHGRequestData(m_uClientID, strFormat.c_str());
862 strFormat.c_str(), rc));
1487 int DragInstance::ghDropped(const RTCString &strFormat, uint32_t uAction) argument
1489 LogFlowThisFunc(("strFormat=%s, uAction=%RU32\n",
1490 strFormat.c_str(), uAction));
1530 Atom aFormat = gX11->stringToxAtom(strFormat.c_str());
1579 if ( m_lstAllowedFormats.contains(strFormat)
[all...]
/vbox/include/VBox/
H A Dsettings.h146 com::Utf8Str strFormat; member in struct:settings::Medium
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp144 const Utf8Str strFormat; member in struct:Medium::Data
1205 AssertStmt(!m->strFormat.isEmpty(),
1275 AssertReturn(!data.strFormat.isEmpty(), E_FAIL);
1276 rc = i_setFormat(data.strFormat);
1282 if (!data.strFormat.isEmpty())
1283 rc = i_setFormat(data.strFormat);
1362 LogFlowThisFunc(("m->strLocationFull='%s', m->strFormat=%s, m->id={%RTuuid}\n",
1363 m->strLocationFull.c_str(), m->strFormat.c_str(), m->id.raw()));
1712 /* no need to lock, m->strFormat is const */
1714 aFormat = m->strFormat;
[all...]

Completed in 2162 milliseconds