Lines Matching defs:pElement
95 FX_BOOL CheckSharedForm(const CXML_Element* pElement, CFX_ByteString cbName) {
96 int count = pElement->CountAttrs();
101 pElement->GetAttrByIndex(i, space, name, value);
104 CXML_Element* pVersion = pElement->GetElement("adhocwf", cbName);
123 FX_DWORD nCount = pElement->CountChildren();
125 CXML_Element::ChildType childType = pElement->GetChildType(i);
127 CXML_Element* pChild = pElement->GetElement(i);
177 const CXML_Element* pElement = metaData.GetRoot();
178 if (pElement)
179 CheckSharedForm(pElement, "workflowType");