Home | History | Annotate | Download | only in parser

Lines Matching refs:pNotify

1651   CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
1652 if (!pNotify)
1657 pNotify->OnValueChanged(this, eAttribute, this, this);
1665 pNotify->OnValueChanged(this, eAttribute, this,
1673 pNotify->OnValueChanged(this, eAttribute, pParentNode,
1676 pNotify->OnValueChanged(this, eAttribute, this, pParentNode);
1684 pNotify->OnValueChanged(this, eAttribute, this, pParentNode);
1686 pNotify->OnValueChanged(this, eAttribute, pParentNode,
1691 pNotify->OnValueChanged(this, eAttribute, pNode,
1704 pNotify->OnValueChanged(this, eAttribute, pUINode,
1718 pNotify->OnValueChanged(this, eAttribute, pUINode,
1726 pNotify->OnValueChanged(this, eAttribute, pUINode,
1745 pNotify->OnValueChanged(this, eAttribute, this, this);
1766 pNotify->OnValueChanged(this, eAttribute, pValueNode, pNode);
1768 pNotify->OnValueChanged(this, eAttribute, pNode,
1775 pNotify->OnValueChanged(this, eAttribute, pValueNode, pNode);
1930 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
1931 if (!pNotify) {
1934 pNotify->AddCalcValidate(this);
2429 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
2430 if (!pNotify)
2433 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Initialize, false, false);
2519 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
2520 if (!pNotify)
2523 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate, false, false);
2600 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
2601 if (!pNotify) {
2607 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Validate, false, false);
2692 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
2693 if (!pNotify)
2696 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Initialize);
2705 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
2706 if (!pNotify)
2709 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate);
2718 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
2719 if (!pNotify) {
2724 int32_t iRet = pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Validate);
2745 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
2746 if (!pNotify) {
2752 pNotify->RunSubformIndexChange(pToInstance);
2757 pNotify->RunSubformIndexChange(pFromInstance);
2825 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
2826 if (!pNotify)
2829 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Initialize);
2838 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
2839 if (!pNotify)
2842 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate);
2851 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
2852 if (!pNotify) {
2857 int32_t iRet = pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Validate);
3049 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
3050 if (!pNotify) {
3055 pNotify->RunSubformIndexChange(pToInstance);
3060 pNotify->RunSubformIndexChange(pFromInstance);
3084 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
3085 if (pNotify) {
3090 pNotify->RunSubformIndexChange(pSubformInstance);
3134 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
3135 if (!pNotify) {
3138 pNotify->RunNodeInitialize(pNewInstance);
3174 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
3175 if (!pNotify) {
3178 pNotify->RunNodeInitialize(pNewInstance);
3233 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
3234 if (!pNotify) {
3237 pNotify->RunNodeInitialize(pNewInstance);
3335 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
3336 if (!pNotify)
3339 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Initialize);
3354 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
3355 if (!pNotify)
3360 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate);
3361 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Validate);
3362 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Ready, true);
3371 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
3372 if (!pNotify)
3375 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate);
3384 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
3385 if (!pNotify) {
3390 int32_t iRet = pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Validate);
4496 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
4497 if (pNotify)
4498 pNotify->OnChildAdded(this);
4543 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
4544 if (pNotify)
4545 pNotify->OnChildAdded(this);
4736 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
4737 if (pNotify) {
4738 pNotify->OnNodeReady(this);
4756 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
4757 if (pNotify)
4758 pNotify->OnChildRemoved();
4763 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
4764 if (pNotify) {
4765 pNotify->OnValueChanging(this, eAttr);
4785 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
4786 if (!pNotify) {
4790 iRet = pNotify->ExecEventByDeepFirst(this, eventParaInfo->m_eventType);
4792 iRet = pNotify->ExecEventByDeepFirst(this, eventParaInfo->m_eventType,
4796 iRet = pNotify->ExecEventByDeepFirst(this, eventParaInfo->m_eventType,
4804 iRet = pNotify->ExecEventByDeepFirst(this, eventParaInfo->m_eventType,
4807 iRet = pNotify->ExecEventByDeepFirst(this, eventParaInfo->m_eventType,
4812 iRet = pNotify->ExecEventByDeepFirst(this, eventParaInfo->m_eventType,
4820 iRet = pNotify->ExecEventByDeepFirst(this, eventParaInfo->m_eventType,
4830 iRet = pNotify->ExecEventByDeepFirst(this, eventParaInfo->m_eventType,