Searched refs:strFormat (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp242 LogFlowFunc(("strFormat=%s, uAction=0x%x, fNeedsDropDir=%RTbool\n",
314 Utf8Str strFormat = pResp->format();
315 LogFlowFunc(("strFormat=%s, cbData=%zu, pvData=0x%p\n",
316 strFormat.c_str(), cbData, pvData));
320 if (DnDMIMEHasFileURLs(strFormat.c_str(), strFormat.length()))
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/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;
H A DUIDnDDataObject_win.h77 int Signal(const QString &strFormat, const void *pvData, uint32_t cbData);
H A DUIMachineLogic.h343 void takeScreenshot(const QString &strFile, const QString &strFormat /* = "png" */) const;
H A DUIMachineLogic.cpp2488 void UIMachineLogic::takeScreenshot(const QString &strFile, const QString &strFormat /* = "png" */) const
2527 const QString &strSuffix = fi.suffix().isEmpty() ? strFormat : fi.suffix();
2529 strFormat.toAscii().constData());
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic3.h49 void setFormat(const QString &strFormat);
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/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/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...]
H A DApplianceImpl.cpp498 d.strFormat.c_str(),
787 Utf8Str strSrcFormat = i_typeOfVirtualDiskFormatFromURI(di.strFormat);
H A DApplianceImplImport.cpp727 di.strFormat.c_str());
/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;
H A DVBoxDnD.h79 int Signal(const RTCString &strFormat, const void *pvData, uint32_t cbData);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp403 Utf8Str strFormat(format);
406 if (strFormat.compare("vmdk", RTCString::CaseInsensitive) == 0)
408 else if (strFormat.compare("vhd", RTCString::CaseInsensitive) == 0)
869 Utf8Str strFormat(format);
871 rc = createMedium(a, strFormat.c_str(), pszDst, DeviceType_HardDisk,
874 rc = createMedium(a, strFormat.c_str(), pszDst, DeviceType_DVD,
877 rc = createMedium(a, strFormat.c_str(), pszDst, DeviceType_Floppy,
/vbox/src/VBox/Main/xml/
H A DSettings.cpp226 && (strFormat == m.strFormat)
621 med.strFormat = "VDI";
623 med.strFormat = "VMDK";
625 med.strFormat = "VHD";
628 med.strFormat = "iSCSI";
693 if (med.strFormat.isEmpty()) // not set with 1.4 format above, or 1.4 Custom format?
694 if (!elmMedium.getAttributeValue("format", med.strFormat))
732 if (!elmMedium.getAttributeValue("format", med.strFormat))
735 med.strFormat
[all...]
H A Dovfreader.cpp222 d.strFormat = pcszFormat;
/vbox/include/VBox/
H A Dsettings.h146 com::Utf8Str strFormat; member in struct:settings::Medium

Completed in 5029 milliseconds