Searched refs:aFormat (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp97 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 DGuestDnDTargetImpl.cpp96 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 DGuestDnDPrivate.cpp836 HRESULT GuestDnDBase::isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported) argument
839 m_strFormats.end(), aFormat) != m_strFormats.end()
/vbox/src/VBox/Main/include/
H A DGuestDnDTargetImpl.h44 HRESULT isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported);
55 HRESULT 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);
56 HRESULT sendData(ULONG aScreenId, const com::Utf8Str &aFormat, const std::vector<BYTE> &aData, ComPtr<IProgress> &aProgress);
H A DGuestDnDSourceImpl.h44 HRESULT isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported);
53 HRESULT drop(const com::Utf8Str &aFormat, DnDAction_T aAction, ComPtr<IProgress> &aProgress);
H A DMediumImpl.h59 const Utf8Str &aFormat,
205 const ComObjPtr<MediumFormat> &aFormat,
211 const ComObjPtr<MediumFormat> &aFormat,
236 HRESULT getFormat(com::Utf8Str &aFormat);
306 HRESULT i_setLocation(const Utf8Str &aLocation, const Utf8Str &aFormat = Utf8Str::Empty);
307 HRESULT i_setFormat(const Utf8Str &aFormat);
H A DSystemPropertiesImpl.h52 ComObjPtr<MediumFormat> i_mediumFormat(const Utf8Str &aFormat);
134 HRESULT i_setDefaultHardDiskFormat(const com::Utf8Str &aFormat);
H A DApplianceImpl.h102 HRESULT write(const com::Utf8Str &aFormat,
224 HRESULT i_writeImpl(ovf::OVFVersion_T aFormat, const LocationInfo &aLocInfo, ComObjPtr<Progress> &aProgress);
H A DExtPackManagerImpl.h71 const com::Utf8Str &aFormat,
160 const com::Utf8Str &aFormat,
H A DGuestDnDPrivate.h208 HRESULT isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported);
H A Dovfreader.h43 OVFLogicError(const char *aFormat, ...);
H A DVirtualBoxImpl.h299 HRESULT createMedium(const com::Utf8Str &aFormat,
/vbox/include/VBox/com/
H A Dstring.h780 * @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/src-all/
H A DExtPackManagerImpl.cpp443 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 DVBoxFBOverlay.h309 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...]
H A DVBoxFBOverlay.cpp393 static VBoxVHWATextureImage* vboxVHWAImageCreate(const QRect & aRect, const VBoxVHWAColorFormat & aFormat, class VBoxVHWAGlProgramMngr * pMgr, VBOXVHWAIMG_TYPE flags)
396 if (!aFormat.fourcc())
422 return new VBoxVHWATextureImageFBO<VBoxVHWATextureImagePBO>(aRect, aFormat, pMgr, flags);
425 return new VBoxVHWATextureImageFBO<VBoxVHWATextureImage>(aRect, aFormat, pMgr, flags);
437 return new VBoxVHWATextureImagePBO(aRect, aFormat, pMgr, flags);
441 return new VBoxVHWATextureImage(aRect, aFormat, pMgr, flags);
444 static VBoxVHWATexture* vboxVHWATextureCreate(const QGLContext * pContext, const QRect & aRect, const VBoxVHWAColorFormat & aFormat, uint32_t bytesPerLine, VBOXVHWAIMG_TYPE flags)
451 return new VBoxVHWATextureNP2RectPBO(aRect, aFormat, bytesPerLine, scaleFunc);
456 return new VBoxVHWATextureNP2Rect(aRect, aFormat, bytesPerLine, scaleFunc);
461 return new VBoxVHWATextureNP2(aRect, aFormat, bytesPerLin
[all...]
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp1041 * @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 DMediumImpl.cpp572 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 DApplianceImplExport.cpp606 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 DVirtualBoxImpl.cpp1739 HRESULT VirtualBox::createMedium(const com::Utf8Str &aFormat, argument
1751 com::Utf8Str format = aFormat;
/vbox/src/VBox/Main/xml/
H A Dovfreader.cpp1051 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 DUIMachineSettingsSF.cpp53 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/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp1530 Atom aFormat = gX11->stringToxAtom(strFormat.c_str()); local
1533 aFormat, xAtom(XA_XdndSelection),
1548 && evSelNotify.xselection.target == aFormat)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h4275 #define IVirtualBox_CreateHardDisk(p, aFormat, aLocation, aMedium) ((p)->lpVtbl->CreateHardDisk(p, aFormat, aLocation, aMedium))
4569 #define IAppliance_Write(p, aFormat, aOptions, aPath, aProgress) ((p)->lpVtbl->Write(p, aFormat, aOptions, aPath, aProgress))
10758 #define IGuest_DragHGDrop(p, aScreenId, aX, aY, aDefaultAction, aAllowedActions, aFormats, aFormat, aResultAction) ((p)->lpVtbl->DragHGDrop(p, aScreenId, aX, aY, aDefaultAction, aAllowedActions, aFormats, aFormat, aResultAction))
10759 #define IGuest_DragHGPutData(p, aScreenId, aFormat, aData, aProgress) ((p)->lpVtbl->DragHGPutData(p, aScreenId, aFormat, aData, aProgress))
10761 #define IGuest_DragGHDropped(p, aFormat, aAction, aProgress) ((p)->lpVtbl->DragGHDropped(p, aFormat, aActio
[all...]

Completed in 284 milliseconds