| /vbox/src/libs/xpcom18a4/xpcom/obsolete/component/ |
| H A D | regExport.cpp | 280 char *strValue; local 281 rv = reg->GetStringUTF8( root, name, &strValue ); 283 printString( strValue, strlen(name) ); 284 nsMemory::Free( strValue );
|
| /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/ |
| H A D | UIWizardNewVDPageExpert.cpp | 238 void UIWizardNewVDPageExpert::sltSizeEditorTextChanged(const QString &strValue) argument 240 onSizeEditorTextChanged(strValue);
|
| H A D | UIWizardNewVDPageBasic3.cpp | 124 void UIWizardNewVDPage3::onSizeEditorTextChanged(const QString &strValue) argument 127 qulonglong uMediumSize = vboxGlobal().parseSize(strValue); 355 void UIWizardNewVDPageBasic3::sltSizeEditorTextChanged(const QString &strValue) argument 358 onSizeEditorTextChanged(strValue);
|
| /vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
| H A D | VBoxUtils.h | 42 void sltAssignProperty(const QString &strValue) argument 43 { parent()->setProperty(m_strName.toAscii().constData(), strValue); }
|
| H A D | UIMessageCenter.cpp | 523 void UIMessageCenter::cannotSetExtraData(const CVirtualBox &vbox, const QString &strKey, const QString &strValue) argument 527 .arg(strKey, strValue), 531 void UIMessageCenter::cannotSetExtraData(const CMachine &machine, const QString &strKey, const QString &strValue) argument 535 .arg(strKey, CMachine(machine).GetName(), strValue),
|
| /vbox/src/VBox/Frontends/VBoxBalloonCtrl/ |
| H A D | VBoxWatchdogUtils.cpp | 211 const char *pszGlobal, const char *pszVM, Utf8Str &strValue, Utf8Str strDefault) 227 strValue = Utf8Str(strTemp); 231 if (strValue.isEmpty()) /* Not set by per-VM value? */ 241 strValue = Utf8Str(strTemp); 245 if (strValue.isEmpty()) 247 strValue = strDefault; 257 Utf8Str strValue; local 258 int rc = cfgGetValueStr(rptrVBox, rptrMachine, pszGlobal, pszVM, strValue, "" /* Default */); 261 *pulValue = strValue.toUInt32(); 210 cfgGetValueStr(const ComPtr<IVirtualBox> &rptrVBox, const ComPtr<IMachine> &rptrMachine, const char *pszGlobal, const char *pszVM, Utf8Str &strValue, Utf8Str strDefault) argument
|
| H A D | VBoxModAPIMonitor.cpp | 462 Bstr strValue; local 468 strValue.asOutParam())); 469 if (!strValue.isEmpty()) 471 int rc2 = groupAdd(g_vecAPIMonGroups, Utf8Str(strValue).c_str(), 0 /* Flags */); 473 serviceLog("apimon: Warning: API monitor groups string invalid (%ls)\n", strValue.raw()); 494 strValue.raw());
|
| H A D | VBoxModBallooning.cpp | 168 Bstr strValue; local 170 strValue.asOutParam()); 172 && !strValue.isEmpty()) 174 ulBalloonMax = Utf8Str(strValue).toUInt32();
|
| /vbox/src/VBox/Main/src-client/ |
| H A D | GuestSessionImplTasks.cpp | 75 const Utf8Str &strPath, Utf8Str &strValue) 88 strValue = strTemp; 74 getGuestProperty(const ComObjPtr<Guest> &pGuest, const Utf8Str &strPath, Utf8Str &strValue) argument
|
| H A D | GuestCtrlPrivate.cpp | 147 int GuestEnvironment::Set(const Utf8Str &strKey, const Utf8Str &strValue) argument 164 mEnvironment[strKey] = strValue; 187 Utf8Str strValue; local 189 strValue = listPair.at(p++); 192 LogFlowFunc(("strKey=%s, strValue=%s\n", 193 strKey.c_str(), strValue.c_str())); 195 rc = Set(strKey, strValue);
|
| /vbox/src/VBox/Frontends/VirtualBox/src/ |
| H A D | UIVMInfoDialog.cpp | 657 foreach (const QString &strValue, values) 658 iMaxLength = iMaxLength < fontMetrics().width(strValue) 659 ? fontMetrics().width(strValue) : iMaxLength; 809 const QString &strValue, 816 int size = iMaxSize - fontMetrics().width(strValue); 826 return bdyRow.arg(strValueName).arg(strValue).arg(strMargin); 808 formatValue(const QString &strValueName, const QString &strValue, int iMaxSize) argument
|
| /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
| H A D | UIMachineSettingsNetwork.cpp | 1231 QString strValue = props[i]; local 1232 if (strValue != hash[strName])
|
| /vbox/src/VBox/NetworkServices/DHCP/ |
| H A D | VBoxNetDHCP.cpp | 149 std::string strValue; member in struct:VBoxNetDhcp::__anon16537 267 prm.strValue = buf; 471 RTNetStrToIPv4Addr(it->strValue.c_str(), &LowerAddress); 475 RTNetStrToIPv4Addr(it->strValue.c_str(), &UpperAddress);
|
| /vbox/include/iprt/cpp/ |
| H A D | xml.h | 834 AttributeNode *setAttribute(const char *pcszName, const RTCString &strValue) argument 836 return setAttribute(pcszName, strValue.c_str()); 838 AttributeNode *setAttributePath(const char *pcszName, const RTCString &strValue);
|
| /vbox/src/VBox/Frontends/VBoxHeadless/ |
| H A D | VBoxHeadless.cpp | 188 Bstr strValue; local 189 hrc = pChangedEvent->COMGETTER(Value)(strValue.asOutParam()); 193 Utf8Str utf8Value = strValue;
|
| /vbox/src/VBox/Main/include/ |
| H A D | MachineImpl.h | 249 Utf8Str strValue; member in struct:Machine::HWData::GuestProperty
|
| /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
| H A D | UIGChooserItemGroup.cpp | 672 QString strValue = tr("<nobr>%1</nobr>", "Group item tool-tip / Group info wrapper").arg(strGroupCount); local 673 toolTipInfo << strValue; local 689 QString strValue = !iCountOfStartedMachineItems ? local 692 toolTipInfo << strValue; local
|
| /vbox/src/VBox/Runtime/r3/ |
| H A D | xml.cpp | 1329 * @param strValue 1332 AttributeNode* ElementNode::setAttributePath(const char *pcszName, const RTCString &strValue) argument 1334 RTCString strTemp(strValue);
|
| /vbox/src/VBox/Frontends/VirtualBox/src/extradata/ |
| H A D | UIExtraDataManager.cpp | 91 void sigExtraDataChange(QString strMachineID, QString strKey, QString strValue); 101 void sltPreprocessExtraDataCanChange(QString strMachineID, QString strKey, QString strValue, bool &fVeto, QString &strVetoReason); 103 void sltPreprocessExtraDataChange(QString strMachineID, QString strKey, QString strValue); 116 void UIExtraDataEventHandler::sltPreprocessExtraDataCanChange(QString strMachineID, QString strKey, QString strValue, bool &fVeto, QString &strVetoReason) argument 126 if (gs.setPublicProperty(strKey, strValue)) 141 void UIExtraDataEventHandler::sltPreprocessExtraDataChange(QString strMachineID, QString strKey, QString strValue) argument 150 vboxGlobal().settings().setPublicProperty(strKey, strValue); 157 emit sigExtraDataChange(strMachineID, strKey, strValue); 374 void sltExtraDataChange(QString strID, QString strKey, QString strValue); 512 const QString &strValue, 664 sltExtraDataChange(QString strID, QString strKey, QString strValue) argument 1100 const QString strValue = attributes.value("value").toString(); local 1698 addDataItem(const QString &strKey, const QString &strValue, const int iPosition ) argument 1893 setExtraDataString(const QString &strKey, const QString &strValue, const QString &strID ) argument 2066 setApplicationUpdateData(const QString &strValue) argument 2098 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedGlobalSettingsPages)) argument 2113 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedMachineSettingsPages, strID)) argument 2159 setRecentFolderForHardDrives(const QString &strValue) argument 2164 setRecentFolderForOpticalDisks(const QString &strValue) argument 2169 setRecentFolderForFloppyDisks(const QString &strValue) argument 2380 QString strValue = gpConverter->toInternalString(type); local 2383 data << strValue; local 2571 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeMenus, strID)) argument 2618 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeApplicationMenuActions, strID)) argument 2665 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeMachineMenuActions, strID)) argument 2728 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeViewMenuActions, strID)) argument 2775 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeInputMenuActions, strID)) argument 2822 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeDevicesMenuActions, strID)) argument 2885 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeDebuggerMenuActions, strID)) argument 2934 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeWindowMenuActions, strID)) argument 2982 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeHelpMenuActions, strID)) argument 3029 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedVisualStates, strID)) argument 3136 const QString strValue = extraDataString(strKey, strID); local 3273 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedStatusBarIndicators, strID)) argument 3299 foreach(const QString &strValue, extraDataStringList(GUI_StatusBar_IndicatorOrder, strID)) argument 3369 const QString strValue = extraDataString(GUI_ScaleFactor, strID); local 3471 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedCloseActions, strID)) argument 3617 sltExtraDataChange(QString strMachineID, QString strKey, QString strValue) argument 3825 const QString &strValue = data[strKey]; local 3846 const QString &strValue = data[strKey]; local [all...] |
| /vbox/src/VBox/Main/xml/ |
| H A D | Settings.cpp | 520 Utf8Str strName, strValue; local 522 && pelmExtraDataItem->getAttributeValue("value", strValue) ) 523 map[strName] = strValue; 1067 const Utf8Str &strValue = it->second; local 1070 pelmThis->setAttribute("value", strValue); 1951 && (strValue == g.strValue) 2687 pelmProp->getAttributeValue("value", prop.strValue); 3073 Utf8Str strName, strValue; local 3075 && pelmProperty->getAttributeValue("value", strValue)) 4375 const Utf8Str &strValue = it->second; local [all...] |
| /vbox/include/VBox/ |
| H A D | settings.h | 750 strValue; member in struct:settings::GuestProperty
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | VirtualBoxImpl.cpp | 1296 com::Utf8Str strKey, strValue; local 1297 uPos = aCreateFlags.parseKeyValue(strKey, strValue, uPos); 1300 id = strValue.c_str(); 1302 fDirectoryIncludesUUID = (strValue == "1"); 1483 Utf8Str strValue(strFlag.c_str() + (pcszEqual - strFlag.c_str() + 1)); 1486 id = strValue.c_str(); 1488 fForceOverwrite = (strValue == "1"); 1490 fDirectoryIncludesUUID = (strValue == "1"); 1975 Utf8Str strValue(aValue); 1995 if ((fChanged = (strOldValue != strValue))) [all...] |