| /vbox/src/VBox/Main/src-client/ |
| H A D | GuestDnDSourceImpl.cpp | 97 HRESULT GuestDnDSource::isFormatSupported(const com::Utf8Str &aFormat, argument 109 return GuestDnDBase::isFormatSupported(aFormat, aSupported); 219 HRESULT GuestDnDSource::drop(const com::Utf8Str &aFormat, argument 227 if (RT_UNLIKELY((aFormat.c_str()) == NULL || *(aFormat.c_str()) == '\0')) 240 const char *pcszFormat = aFormat.c_str(); 254 pResp->setFormat(aFormat); 271 paParms[i++].setPointer((void*)aFormat.c_str(), (uint32_t)aFormat.length() + 1); 272 paParms[i++].setUInt32((uint32_t)aFormat [all...] |
| H A D | GuestDnDTargetImpl.cpp | 96 HRESULT GuestDnDTarget::isFormatSupported(const com::Utf8Str &aFormat, argument 108 return GuestDnDBase::isFormatSupported(aFormat, aSupported); 327 com::Utf8Str &aFormat, DnDAction_T *aResultAction) 382 aFormat = pResp->format(); 398 const com::Utf8Str &aFormat, 417 paParms[i++].setPointer((void *)aFormat.c_str(), (uint32_t)aFormat.length() + 1); 418 paParms[i++].setUInt32((uint32_t)aFormat.length() + 1); 323 drop(ULONG aScreenId, ULONG aX, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, com::Utf8Str &aFormat, DnDAction_T *aResultAction) argument 397 sendData(ULONG aScreenId, const com::Utf8Str &aFormat, const std::vector<BYTE> &aData, ComPtr<IProgress> &aProgress) argument
|
| H A D | GuestDnDPrivate.cpp | 836 HRESULT GuestDnDBase::isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported) argument 839 m_strFormats.end(), aFormat) != m_strFormats.end()
|
| /vbox/include/VBox/com/ |
| H A D | string.h | 780 * @param aFormat printf-like format string (in UTF-8 encoding). 783 explicit BstrFmt(const char *aFormat, ...) argument 786 va_start(args, aFormat); 787 copyFrom(Utf8Str(aFormat, args).c_str()); 805 * @param aFormat printf-like format string (in UTF-8 encoding). 808 BstrFmtVA(const char *aFormat, va_list aArgs) argument 810 copyFrom(Utf8Str(aFormat, aArgs).c_str());
|
| /vbox/src/VBox/Main/xml/ |
| H A D | ovfreader.cpp | 1051 OVFLogicError::OVFLogicError(const char *aFormat, ...) argument 1055 va_start(args, aFormat); 1056 RTStrAPrintfV(&pszNewMsg, aFormat, args);
|
| /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
| H A D | UIMachineSettingsSF.cpp | 53 SFTreeViewItem (QTreeWidget *aParent, const QStringList &aFields, FormatType aFormat) argument 54 : QTreeWidgetItem (aParent, aFields, SFTreeViewItemType), mFormat (aFormat) 61 SFTreeViewItem (SFTreeViewItem *aParent, const QStringList &aFields, FormatType aFormat) argument 62 : QTreeWidgetItem (aParent, aFields, SFTreeViewItemType), mFormat (aFormat)
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | SystemPropertiesImpl.cpp | 1041 * @param aFormat Format identifier. 1045 ComObjPtr<MediumFormat> SystemProperties::i_mediumFormat(const Utf8Str &aFormat) argument 1060 if ((*it)->i_getId().compare(aFormat, Utf8Str::CaseInsensitive) == 0) 1205 HRESULT SystemProperties::i_setDefaultHardDiskFormat(const com::Utf8Str &aFormat) argument 1207 if (!aFormat.isEmpty()) 1208 m->strDefaultHardDiskFormat = aFormat;
|
| H A D | ApplianceImplExport.cpp | 606 HRESULT Appliance::write(const com::Utf8Str &aFormat, argument 658 if (aFormat == "ovf-0.9") 662 else if (aFormat == "ovf-1.0") 666 else if (aFormat == "ovf-2.0") 672 tr("Invalid format \"%s\" specified"), aFormat.c_str()); 725 * @param aFormat 730 HRESULT Appliance::i_writeImpl(ovf::OVFVersion_T aFormat, const LocationInfo &aLocInfo, ComObjPtr<Progress> &aProgress) argument 742 task->enFormat = aFormat;
|
| H A D | MediumImpl.cpp | 572 MediumFormat *aFormat, 582 mFormat(aFormat), 624 MediumFormat *aFormat, 633 mFormat(aFormat), 1008 * @param aFormat 1015 const Utf8Str &aFormat, 1021 AssertReturn(!aFormat.isEmpty(), E_FAIL); 1044 rc = i_setFormat(aFormat); 1710 HRESULT Medium::getFormat(com::Utf8Str &aFormat) argument 1714 aFormat 569 ExportTask(Medium *aMedium, Progress *aProgress, const char *aFilename, MediumFormat *aFormat, MediumVariant_T aVariant, SecretKeyStore *pSecretKeyStore, VDINTERFACEIO *aVDImageIOIf, void *aVDImageIOUser, MediumLockList *aSourceMediumLockList, bool fKeepSourceMediumLockList = false) argument 621 ImportTask(Medium *aMedium, Progress *aProgress, const char *aFilename, MediumFormat *aFormat, MediumVariant_T aVariant, VDINTERFACEIO *aVDImageIOIf, void *aVDImageIOUser, Medium *aParent, MediumLockList *aTargetMediumLockList, bool fKeepTargetMediumLockList = false) argument 1014 init(VirtualBox *aVirtualBox, const Utf8Str &aFormat, const Utf8Str &aLocation, const Guid &uuidMachineRegistry, const DeviceType_T aDeviceType) argument 5609 i_exportFile(const char *aFilename, const ComObjPtr<MediumFormat> &aFormat, MediumVariant_T aVariant, SecretKeyStore *pKeyStore, PVDINTERFACEIO aVDImageIOIf, void *aVDImageIOUser, const ComObjPtr<Progress> &aProgress) argument 5686 i_importFile(const char *aFilename, const ComObjPtr<MediumFormat> &aFormat, MediumVariant_T aVariant, PVDINTERFACEIO aVDImageIOIf, void *aVDImageIOUser, const ComObjPtr<Medium> &aParent, const ComObjPtr<Progress> &aProgress) argument 6804 i_setFormat(const Utf8Str &aFormat) argument [all...] |
| H A D | VirtualBoxImpl.cpp | 1739 HRESULT VirtualBox::createMedium(const com::Utf8Str &aFormat, argument 1751 com::Utf8Str format = aFormat;
|
| /vbox/src/VBox/Additions/x11/VBoxClient/ |
| H A D | draganddrop.cpp | 1530 Atom aFormat = gX11->stringToxAtom(strFormat.c_str()); local 1533 aFormat, xAtom(XA_XdndSelection), 1548 && evSelNotify.xselection.target == aFormat)
|
| /vbox/src/VBox/Main/src-all/ |
| H A D | ExtPackManagerImpl.cpp | 443 const com::Utf8Str &aFormat, com::Utf8Str &aLicenseText) 457 if ( !aFormat.equals("html") 458 && !aFormat.equals("rtf") 459 && !aFormat.equals("txt")) 468 aPreferredLocale.c_str(), aPreferredLanguage.c_str(), aFormat.c_str()); 471 aPreferredLocale.c_str(), aFormat.c_str()); 474 aPreferredLocale.c_str(), aFormat.c_str()); 477 aFormat.c_str()); 1707 const com::Utf8Str &aFormat, com::Utf8Str &aLicenseText) 1720 if ( !aFormat 442 queryLicense(const com::Utf8Str &aPreferredLocale, const com::Utf8Str &aPreferredLanguage, const com::Utf8Str &aFormat, com::Utf8Str &aLicenseText) argument 1706 queryLicense(const com::Utf8Str &aPreferredLocale, const com::Utf8Str &aPreferredLanguage, const com::Utf8Str &aFormat, com::Utf8Str &aLicenseText) argument [all...] |
| /vbox/src/VBox/Frontends/VirtualBox/src/ |
| H A D | VBoxFBOverlay.h | 309 VBoxVHWATexture(const QRect & aRect, const VBoxVHWAColorFormat &aFormat, uint32_t bytesPerLine, GLint scaleFuncttion); 365 VBoxVHWATextureNP2(const QRect & aRect, const VBoxVHWAColorFormat &aFormat, uint32_t bytesPerLine, GLint scaleFuncttion) : argument 366 VBoxVHWATexture(aRect, aFormat, bytesPerLine, scaleFuncttion){ 367 mTexRect = QRect(0, 0, aRect.width()/aFormat.widthCompression(), aRect.height()/aFormat.heightCompression()); 375 VBoxVHWATextureNP2Rect(const QRect & aRect, const VBoxVHWAColorFormat &aFormat, uint32_t bytesPerLine, GLint scaleFuncttion) : argument 376 VBoxVHWATextureNP2(aRect, aFormat, bytesPerLine, scaleFuncttion){} 391 VBoxVHWATextureNP2RectPBO(const QRect & aRect, const VBoxVHWAColorFormat &aFormat, uint32_t bytesPerLine, GLint scaleFuncttion) : argument 392 VBoxVHWATextureNP2Rect(aRect, aFormat, bytesPerLine, scaleFuncttion), 414 VBoxVHWATextureNP2RectPBOMapped(const QRect & aRect, const VBoxVHWAColorFormat &aFormat, uint32_ argument [all...] |