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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp1676 xml::ElementNode *pItemHelper; local
1718 pItemHelper = pItem->createChild(itemElementHelper.append("Address").c_str());
1719 pItemHelper->addContent(Utf8StrFmt("%d", lAddress));
1726 pItemHelper = pItem->createChild(itemElementHelper.append("AddressOnParent").c_str());
1727 pItemHelper->addContent(Utf8StrFmt("%d", lAddressOnParent));
1734 pItemHelper = pItem->createChild(itemElementHelper.append("AllocationUnits").c_str());
1735 pItemHelper->addContent(strAllocationUnits);
1742 pItemHelper = pItem->createChild(itemElementHelper.append("AutomaticAllocation").c_str());
1743 pItemHelper->addContent((lAutomaticAllocation) ? "true" : "false" );
1753 pItemHelper
[all...]

Completed in 50 milliseconds