Home | History | Annotate | Download | only in parser

Lines Matching defs:pNotify

842   CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
843 if (pNotify)
844 pNotify->OnChildAdded(this);
889 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
890 if (pNotify)
891 pNotify->OnChildAdded(this);
1078 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
1079 if (pNotify) {
1080 pNotify->OnNodeReady(this);
1109 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
1110 if (pNotify)
1111 pNotify->OnChildRemoved();
1382 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
1383 if (!pNotify)
1387 pNotify->OnValueChanged(this, eAttribute, this, this);
1395 pNotify->OnValueChanged(this, eAttribute, this, GetParent());
1402 pNotify->OnValueChanged(this, eAttribute, pParentNode,
1405 pNotify->OnValueChanged(this, eAttribute, this, pParentNode);
1414 pNotify->OnValueChanged(this, eAttribute, this, pParentNode);
1416 pNotify->OnValueChanged(this, eAttribute, pParentNode,
1421 pNotify->OnValueChanged(this, eAttribute, pNode, pNode->GetParent());
1434 pNotify->OnValueChanged(this, eAttribute, pUINode,
1449 pNotify->OnValueChanged(this, eAttribute, pUINode,
1458 pNotify->OnValueChanged(this, eAttribute, pUINode,
1478 pNotify->OnValueChanged(this, eAttribute, this, this);
1499 pNotify->OnValueChanged(this, eAttribute, pValueNode, pNode);
1501 pNotify->OnValueChanged(this, eAttribute, pNode, pNode->GetParent());
1507 pNotify->OnValueChanged(this, eAttribute, pValueNode, pNode);