Searched defs:strLine (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp524 QString strLine = *lineIt; local
525 strLine.remove(1, 1);
526 strLine.remove(strLine.length() -2, 2);
530 counter.type = strLine.section(" ", 0, 0);
531 strLine = strLine.section(" ", 1);
532 QStringList list = strLine.split("\" ");
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsNetwork.cpp1213 QString strLine = newProps[i]; local
1214 int iSplitPos = strLine.indexOf("=");
1217 QString strKey = strLine.left(iSplitPos);
1218 QString strVal = strLine.mid(iSplitPos+1);
/vbox/src/VBox/Main/xml/
H A DSettings.cpp201 Utf8Str strLine; local
203 strLine = Utf8StrFmt(" (line %RU32)", pNode->getLineNumber());
205 const char *pcsz = strLine.c_str();

Completed in 65 milliseconds