Searched refs:pFormItem (Results 1 – 5 of 5) sorted by relevance
126 CXFA_LayoutItem* CXFA_LayoutProcessor::GetLayoutItem(CXFA_Node* pFormItem) { in GetLayoutItem() argument128 pFormItem->GetUserData(XFA_LAYOUTITEMKEY)); in GetLayoutItem()
34 CXFA_LayoutItem* GetLayoutItem(CXFA_Node* pFormItem);
62 uint32_t GetRelevant(CXFA_Node* pFormItem, uint32_t dwParentRelvant) { in GetRelevant() argument65 if (pFormItem->TryCData(XFA_ATTRIBUTE_Relevant, wsRelevant)) { in GetRelevant()
52 bool RunScript(CXFA_Node* pScript, CXFA_Node* pFormItem);
190 bool CXFA_FFNotify::RunScript(CXFA_Node* pScript, CXFA_Node* pFormItem) { in RunScript() argument197 static_cast<CXFA_WidgetAcc*>(pFormItem->GetWidgetData()); in RunScript()