Lines Matching refs:CXFA_Node
57 void CXFA_FFNotify::OnWidgetListItemAdded(CXFA_Node* pSender, in OnWidgetListItemAdded()
70 void CXFA_FFNotify::OnWidgetListItemRemoved(CXFA_Node* pSender, in OnWidgetListItemRemoved()
83 CXFA_Node* pNode) { in OnCreateViewLayoutItem()
93 CXFA_Node* pNode) { in OnCreateContentLayoutItem()
104 CXFA_Node* child = pNode->GetUIChildNode(); in OnCreateContentLayoutItem()
113 CXFA_Node* child = pNode->GetUIChildNode(); in OnCreateContentLayoutItem()
122 CXFA_Node* child = pNode->GetUIChildNode(); in OnCreateContentLayoutItem()
147 CXFA_Node* child = pNode->GetUIChildNode(); in OnCreateContentLayoutItem()
191 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem, in StartFieldDrawLayout()
197 bool CXFA_FFNotify::RunScript(CXFA_Script* script, CXFA_Node* item) { in RunScript()
211 XFA_EventError CXFA_FFNotify::ExecEventByDeepFirst(CXFA_Node* pFormNode, in ExecEventByDeepFirst()
222 void CXFA_FFNotify::AddCalcValidate(CXFA_Node* pNode) { in AddCalcValidate()
240 void CXFA_FFNotify::OpenDropDownList(CXFA_Node* pNode) { in OpenDropDownList()
275 void CXFA_FFNotify::ResetData(CXFA_Node* pNode) { in ResetData()
288 void CXFA_FFNotify::RunNodeInitialize(CXFA_Node* pNode) { in RunNodeInitialize()
296 void CXFA_FFNotify::RunSubformIndexChange(CXFA_Node* pSubformNode) { in RunSubformIndexChange()
304 CXFA_Node* CXFA_FFNotify::GetFocusWidgetNode() { in GetFocusWidgetNode()
309 void CXFA_FFNotify::SetFocusWidgetNode(CXFA_Node* pNode) { in SetFocusWidgetNode()
316 void CXFA_FFNotify::OnNodeReady(CXFA_Node* pNode) { in OnNodeReady()
338 void CXFA_FFNotify::OnValueChanging(CXFA_Node* pSender, XFA_Attribute eAttr) { in OnValueChanging()
359 void CXFA_FFNotify::OnValueChanged(CXFA_Node* pSender, in OnValueChanged()
361 CXFA_Node* pParentNode, in OnValueChanged()
362 CXFA_Node* pWidgetNode) { in OnValueChanged()
423 void CXFA_FFNotify::OnContainerChanged(CXFA_Node* pNode) { in OnContainerChanged()
427 void CXFA_FFNotify::OnChildAdded(CXFA_Node* pSender) { in OnChildAdded()